Shades of Lilac #CA9ACD
Tints of Lilac #CA9ACD
RGB
CMYK
RGB Variations
Color information
#CA9ACD (or 0xCA9ACD) is known color: Lilac. HEX triplet: CA, 9A and CD. RGB value is (202,154,205). Sum of RGB (Red+Green+Blue) = 202+154+205=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACD is #356532. Grayscale: #AEAEAE. Windows color (decimal): -3499315 or 13474506. OLE color: 13474506.
HSL color Cylindrical-coordinate representation of color #CA9ACD: hue angle of 296.47º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ACD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 154 | 205 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.20 |
| HSL | 296.47º | 0.34% | 0.7% | - |
| HSV(B) | 296.47º | 0.25% | 0.8% | - |
| XYZ | 46.93 | 40.08 | 63.02 | - |
| YUV | 174.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 205 | 0.01 | 0.25 | 0 | 0.20 | 296.47 | 0.34 | 0.7 |
| Hex | CA | 9A | CD | 1 | 19 | 0 | 14 | 128 | 22 | 46 |
| Octal | 312 | 232 | 315 | 1 | 31 | 0 | 24 | 450 | 42 | 106 |
| Binary | 11001010 | 10011010 | 11001101 | 1 | 11001 | 0 | 10100 | 100101000 | 100010 | 1000110 |
Color Harmonies of #CA9ACD
Complementary color
Monochromatic Colors of #CA9ACD
Black with #CA9ACD
Text Example
Text Example
White with #CA9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ACD; }
p { color: rgb(202,154,205); }
H1.HeaderClassName
{
color: #CA9ACD;
}
.AnyTagClassName
{
color: #CA9ACD;
}
</style>
background-color css
<style>
a { background-color: #CA9ACD; }
a { background-color: rgb(202,154,205); }
div.DivClassName
{
background-color: #CA9ACD;
}
.BgClassName
{
background-color: #CA9ACD;
}
</style>
border-color css
<style>
span { border-color: #CA9ACD; }
span { border-color: rgb(202,154,205); }
td.TdClassName
{
border-color: #CA9ACD;
}
.TagClassName
{
border-color: #CA9ACD;
}
</style>