Shades of Lilac #CA8DC9
Tints of Lilac #CA8DC9
RGB
CMYK
RGB Variations
Color information
#CA8DC9 (or 0xCA8DC9) is known color: Lilac. HEX triplet: CA, 8D and C9. RGB value is (202,141,201). Sum of RGB (Red+Green+Blue) = 202+141+201=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DC9 is #357236. Grayscale: #A5A5A5. Windows color (decimal): -3502647 or 13209034. OLE color: 13209034.
HSL color Cylindrical-coordinate representation of color #CA8DC9: hue angle of 300.98º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8DC9 is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 201 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.21 |
| HSL | 300.98º | 0.37% | 0.67% | - |
| HSV(B) | 300.98º | 0.3% | 0.79% | - |
| XYZ | 44.42 | 35.82 | 59.83 | - |
| YUV | 166.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 201 | 0 | 0.30 | 0.00 | 0.21 | 300.98 | 0.37 | 0.67 |
| Hex | CA | 8D | C9 | 0 | 1E | 0 | 15 | 12D | 25 | 43 |
| Octal | 312 | 215 | 311 | 0 | 36 | 0 | 25 | 455 | 45 | 103 |
| Binary | 11001010 | 10001101 | 11001001 | 0 | 11110 | 0 | 10101 | 100101101 | 100101 | 1000011 |
Color Harmonies of #CA8DC9
Complementary color
Monochromatic Colors of #CA8DC9
Black with #CA8DC9
Text Example
Text Example
White with #CA8DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DC9; }
p { color: rgb(202,141,201); }
H1.HeaderClassName
{
color: #CA8DC9;
}
.AnyTagClassName
{
color: #CA8DC9;
}
</style>
background-color css
<style>
a { background-color: #CA8DC9; }
a { background-color: rgb(202,141,201); }
div.DivClassName
{
background-color: #CA8DC9;
}
.BgClassName
{
background-color: #CA8DC9;
}
</style>
border-color css
<style>
span { border-color: #CA8DC9; }
span { border-color: rgb(202,141,201); }
td.TdClassName
{
border-color: #CA8DC9;
}
.TagClassName
{
border-color: #CA8DC9;
}
</style>