Color: #CB6ECB
#CB6ECB Color Information
#CB6ECB is a light color. The closest websafe version is #CB6ECB. A complement of this color would be #6DCA6D, perceived brightness is 0.58, and the grayscale version is #9D9D9D.
In the HSL color space, this color has a hue angle of 300°,a saturation of 47%, and a lightness of 61%.The HSV representation shows a hue of 300°, a saturation of 100%, and a value of 100%.
In a RGB color space, #CB6ECB is composed of 80% red, 43% green and 80% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 46% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 28.09, x: 0.3571, and y: 0.2471.
Color Code #CB6ECB
Shades of Color #CB6ECB
Shades are created by darkening the original color #CB6ECB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #CB6ECB
Tints are created by lightening the original color #CB6ECB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #CB6ECB Color Code
In the HSL color space, this color has a hue angle of 300°, a saturation of 47%, and a lightness of 61%. The HSV representation shows a hue of 300°, a saturation of 46%, and a value of 80%.
- HEX: #CB6ECB
- RGB: rgb(203, 110, 203)
- HSL: hsl(300, 47%, 61%)
- HSV: hsv(300, 46%, 80%)
- CMYK: 0.00% cyan, 46.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 40.59, 28.09, 45.00
- Yxy: 28.09, 0.3571, 0.2471
- Hunter Lab: 59.97, 47.29, -32.42
- CIE-Lab: 59.97, 47.29, -32.42
In the XYZ color space, this color is represented as X: 40.59, Y: 28.09, Z: 45.00. The Yxy representation further refines this as Y: 28.09, x: 0.3571, and y: 0.2471.
In the Hunter Lab color space, this color is represented as L: 59.97, a: 47.29, and b: -32.42. Similarly, in the CIE-Lab color space, it is represented as L: 59.97, a: 47.29, and b: -32.42.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #CB6ECB
Triadic colors are three colors evenly spaced around the color wheel, including #CB6ECB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #CB6ECB
Monochromatic colors are variations of #CB6ECB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #CB6ECB
The complementary color of #CB6ECB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #CB6ECB
/* Using HEX */ body { background-color: #cb6ecb; }
/* Using RGB */ body { background-color: rgb(203, 110, 203); }
/* Using RGB with opacity */ body { background-color: rgba(203, 110, 203, 0.5); }
/* Using HSL */ body { background-color: hsl(300, 47%, 61%); }
/* Text color */ p { color: #cb6ecb; }
/* Box shadow */ div { box-shadow: 4px 4px #cb6ecb; }
HTML Examples of #CB6ECB
<!-- Using HEX --> <div style="background-color: #cb6ecb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(203, 110, 203); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(203, 110, 203, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(300, 47%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #cb6ecb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #cb6ecb; width: 100px; height: 100px;"></div>
Related Colors of #CB6ECB
These colors are similar to #CB6ECB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.