CIELUV
CIELUV, or the CIE 1976 Luv color space, is a three-dimensional color model defined by the International Commission on Illumination (CIE). It expresses colors by a lightness component, L, and two chromaticity coordinates, u and v, relative to a reference white point. CIELUV is derived from the CIE XYZ tristimulus values and is designed to provide a perceptually meaningful separation of lightness from chromaticity, with reference to a chosen illuminant such as D65.
To compute CIELUV values from XYZ and a reference white (Xn, Yn, Zn), first derive the chromaticity
Similarly, for the reference white:
Next determine lightness using Y relative to the white Yn:
If Y/Yn > 0.008856, L = 116(Y/Yn)^(1/3) - 16; otherwise L = 903.3(Y/Yn)
Finally, compute the chromaticity coordinates:
White points map to L ≈ 100 with u and v ≈ 0. The CIELUV space is related to
Applications of CIELUV include color difference evaluation, lighting and display technologies, and color specification. It is
---