Shades of Lilac #CA9FCC
Tints of Lilac #CA9FCC
RGB
CMYK
RGB Variations
Color information
#CA9FCC (or 0xCA9FCC) is known color: Lilac. HEX triplet: CA, 9F and CC. RGB value is (202,159,204). Sum of RGB (Red+Green+Blue) = 202+159+204=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA9FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCC is #356033. Grayscale: #B0B0B0. Windows color (decimal): -3498036 or 13410250. OLE color: 13410250.
HSL color Cylindrical-coordinate representation of color #CA9FCC: hue angle of 297.33º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CA9FCC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 159 | 204 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.2 |
| HSL | 297.33º | 0.31% | 0.71% | - |
| HSV(B) | 297.33º | 0.22% | 0.8% | - |
| XYZ | 47.65 | 41.71 | 62.67 | - |
| YUV | 176.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 204 | 0.01 | 0.22 | 0 | 0.2 | 297.33 | 0.31 | 0.71 |
| Hex | CA | 9F | CC | 1 | 16 | 0 | 14 | 129 | 1F | 47 |
| Octal | 312 | 237 | 314 | 1 | 26 | 0 | 24 | 451 | 37 | 107 |
| Binary | 11001010 | 10011111 | 11001100 | 1 | 10110 | 0 | 10100 | 100101001 | 11111 | 1000111 |
Color Harmonies of #CA9FCC
Complementary color
Monochromatic Colors of #CA9FCC
Black with #CA9FCC
Text Example
Text Example
White with #CA9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FCC; }
p { color: rgb(202,159,204); }
H1.HeaderClassName
{
color: #CA9FCC;
}
.AnyTagClassName
{
color: #CA9FCC;
}
</style>
background-color css
<style>
a { background-color: #CA9FCC; }
a { background-color: rgb(202,159,204); }
div.DivClassName
{
background-color: #CA9FCC;
}
.BgClassName
{
background-color: #CA9FCC;
}
</style>
border-color css
<style>
span { border-color: #CA9FCC; }
span { border-color: rgb(202,159,204); }
td.TdClassName
{
border-color: #CA9FCC;
}
.TagClassName
{
border-color: #CA9FCC;
}
</style>