From Surf Wiki (app.surf) — the open knowledge base
CIELUV
Color space
Color space
In colorimetry, the CIE 1976 L, u, v*** color space, commonly known by its abbreviation CIELUV, is a color space adopted by the International Commission on Illumination (CIE) in 1976, as a simple-to-compute transformation of the 1931 CIE XYZ color space, which attempted perceptual uniformity. It is extensively used for applications such as computer graphics which deal with colored lights. Although additive mixtures of different colored lights will fall on a line in CIELUV's uniform chromaticity diagram (called the CIE 1976 UCS), such additive mixtures will not, contrary to popular belief, fall along a line in the CIELUV color space unless the mixtures are constant in lightness.
Historical background
CIELUV is an Adams chromatic valence color space and is an update of the CIE 1964 (U*, V*, W*) color space (CIEUVW). The differences include a slightly modified lightness scale and a modified uniform chromaticity scale, in which one of the coordinates, v′, is 1.5 times as large as v in its 1960 predecessor. CIELUV and CIELAB were adopted simultaneously by the CIE when no clear consensus could be formed behind only one or the other of these two color spaces.
CIELUV uses Judd-type (translational) white point adaptation (in contrast with CIELAB, which uses a von Kries transform). This can produce useful results when working with a single illuminant, but can predict imaginary colors (i.e., outside the spectral locus) when attempting to use it as a chromatic adaptation transform. The translational adaptation transform used in CIELUV has also been shown to perform poorly in predicting corresponding colors.
XYZ → CIELUV and CIELUV → XYZ conversions
By definition, .
The forward transformation
CIELUV is based on CIEUVW and is another attempt to define an encoding with uniformity in the perceptibility of color differences.
: \begin{align} L^* &= \begin{cases} \bigl(\tfrac{29}{3}\bigr)^3 Y / Y_n,& Y / Y_n \le \bigl(\tfrac{6}{29}\bigr)^3, \[3mu] 116 \sqrt[3]{ Y / Y_n } - 16,& Y / Y_n \bigl(\tfrac{6}{29}\bigr)^3, \end{cases}\[5mu] u^* &= 13 L^\cdot (u^\prime - u_n^\prime), \[3mu] v^ &= 13 L^*\cdot (v^\prime - v_n^\prime). \end{align}
The quantities u′n and v′n are the chromaticity coordinates of a "specified white object" – which may be termed the white point – and Y**n is its luminance. In reflection mode, this is often (but not always) taken as the of the perfect reflecting diffuser under that illuminant. (For example, for the 2° observer and standard illuminant C, , .) Equations for u′ and v′ are given below:
:\begin{alignat}{3} u^\prime &= \frac{4 X}{X + 15 Y + 3 Z} &&= \frac{4 x}{-2 x + 12 y + 3}, \[5mu] v^\prime &= \frac{9 Y}{X + 15 Y + 3 Z} &&= \frac{9 y}{-2 x + 12 y + 3}. \end{alignat}
The reverse transformation

The transformation from to is:
:\begin{align} x &= \frac{9u^\prime}{6u^\prime - 16v^\prime + 12}\[5mu] y &= \frac{4v^\prime}{6u^\prime - 16v^\prime + 12} \end{align}
The transformation from CIELUV to XYZ is performed as follows:
:\begin{align} u^\prime&= \tfrac1{13}(u^/L^) + u^\prime_n, \[3mu] v^\prime&=\tfrac1{13}(v^/L^) + v^\prime_n, \[5mu] Y &= \begin{cases} \bigl(\frac{3}{29}\bigr)^3 L^~! Y_n, & L^ \le 8, \[3mu] \bigl(\tfrac1{116}(L^* + 16)\bigr)^3, Y_n, & L^* 8, \end{cases}\[5mu] X &= \frac{9u^\prime}{4v^\prime} Y, \[5mu] Z &= \frac{12 - 3u^\prime - 20v^\prime}{4v^\prime} Y. \end{align}
Cylindrical representation (CIELCh)
CIELChuv, or HCL color space (hue–chroma–luminance) is increasingly seen in the information visualization community as a way to help with presenting data without the bias implicit in using varying saturation.
The cylindrical version of CIELUV is known as CIELChuv, or CIELChuv, CIELCh(uv) or CIEHLCuv, where Cuv is the chroma and *h*uv* is the hue: : C_{uv}^* = \operatorname{hypot}(u^, v^) = \sqrt{(u^)^2 + (v^)^2}, : h_{uv} = \operatorname{atan2}(v^, u^), where atan2 function, a "two-argument arctangent", computes the polar angle from a Cartesian coordinate pair.
Furthermore, the saturation correlate can be defined as
: s_{uv} = \frac{C^}{L^} = 13 \sqrt{(u' - u'_n)^2 + (v' - v'_n)^2}.
Similar correlates of chroma and hue, but not saturation, exist for CIELAB. See Colorfulness for more discussion on saturation.
Color and hue difference
The color difference can be calculated using the Euclidean distance of the coordinates. It follows that a chromaticity distance of \sqrt{(\Delta u')^2 + (\Delta v')^2} = 1/13 corresponds to the same ΔE*uv as a lightness difference of , in direct analogy to CIEUVW.
The Euclidean metric can also be used in CIELCh, with that component of ΔE*uv attributable to difference in hue as , where .
References
References
- Judd, Deane B.. (January 1940). "Hue saturation and lightness of surface colors with chromatic illumination". [[JOSA]].
- Mark D. Fairchild, ''Color Appearance Models''. Reading, MA: Addison-Wesley, 1998.
- D. H. Alman, R. S. Berns, G. D. Snyder, and W. A. Larson, "Performance testing of color difference metrics using a color-tolerance dataset". ''Color Research and Application'', '''21''':174–188 (1989).
- Schanda, János. (2007). "Colorimetry: Understanding the CIE System". Wiley Interscience.
- ''Colorimetry,'' second edition: CIE publication 15.2. Vienna: Bureau Central CIE, 1986.
- (2003). "Colour for Presentation Graphics".
- (2009). "Escaping RGBland: Selecting Colors for Statistical Graphics". Computational Statistics & Data Analysis.
- (2015). "Somewhere over the Rainbow: How to Make Effective Use of Colors in Meteorological Visualizations". Bulletin of the American Meteorological Society.
- Poynton, Charles. (2003). "Digital Video and HDTV". Morgan-Kaufmann.
This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.
Ask Mako anything about CIELUV — get instant answers, deeper analysis, and related topics.
Research with MakoFree with your Surf account
Create a free account to save articles, ask Mako questions, and organize your research.
Sign up freeThis content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.
Report