Shades of Lilac #CA9BCE
Tints of Lilac #CA9BCE
RGB
CMYK
RGB Variations
Color information
#CA9BCE (or 0xCA9BCE) is known color: Lilac. HEX triplet: CA, 9B and CE. RGB value is (202,155,206). Sum of RGB (Red+Green+Blue) = 202+155+206=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA9BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCE is #356431. Grayscale: #AEAEAE. Windows color (decimal): -3499058 or 13540298. OLE color: 13540298.
HSL color Cylindrical-coordinate representation of color #CA9BCE: hue angle of 295.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9BCE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 155 | 206 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.19 |
| HSL | 295.29º | 0.34% | 0.71% | - |
| HSV(B) | 295.29º | 0.25% | 0.81% | - |
| XYZ | 47.22 | 40.46 | 63.71 | - |
| YUV | 174.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 206 | 0.02 | 0.25 | 0 | 0.19 | 295.29 | 0.34 | 0.71 |
| Hex | CA | 9B | CE | 2 | 19 | 0 | 13 | 127 | 22 | 47 |
| Octal | 312 | 233 | 316 | 2 | 31 | 0 | 23 | 447 | 42 | 107 |
| Binary | 11001010 | 10011011 | 11001110 | 10 | 11001 | 0 | 10011 | 100100111 | 100010 | 1000111 |
Color Harmonies of #CA9BCE
Complementary color
Monochromatic Colors of #CA9BCE
Black with #CA9BCE
Text Example
Text Example
White with #CA9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BCE; }
p { color: rgb(202,155,206); }
H1.HeaderClassName
{
color: #CA9BCE;
}
.AnyTagClassName
{
color: #CA9BCE;
}
</style>
background-color css
<style>
a { background-color: #CA9BCE; }
a { background-color: rgb(202,155,206); }
div.DivClassName
{
background-color: #CA9BCE;
}
.BgClassName
{
background-color: #CA9BCE;
}
</style>
border-color css
<style>
span { border-color: #CA9BCE; }
span { border-color: rgb(202,155,206); }
td.TdClassName
{
border-color: #CA9BCE;
}
.TagClassName
{
border-color: #CA9BCE;
}
</style>