Shades of Lilac #CAAFC9
Tints of Lilac #CAAFC9
RGB
CMYK
RGB Variations
Color information
#CAAFC9 (or 0xCAAFC9) is known color: Lilac. HEX triplet: CA, AF and C9. RGB value is (202,175,201). Sum of RGB (Red+Green+Blue) = 202+175+201=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFC9 is #355036. Grayscale: #B9B9B9. Windows color (decimal): -3493943 or 13217738. OLE color: 13217738.
HSL color Cylindrical-coordinate representation of color #CAAFC9: hue angle of 302.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAAFC9 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 175 | 201 | - |
CMYK | 0 | 0.13 | 0.00 | 0.21 |
HSL | 302.22º | 0.2% | 0.74% | - |
HSV(B) | 302.22º | 0.13% | 0.79% | - |
XYZ | 50.23 | 47.43 | 61.77 | - |
YUV | 186.04 | 136.45 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 175 | 201 | 0 | 0.13 | 0.00 | 0.21 | 302.22 | 0.2 | 0.74 |
Hex | CA | AF | C9 | 0 | D | 0 | 15 | 12E | 14 | 4A |
Octal | 312 | 257 | 311 | 0 | 15 | 0 | 25 | 456 | 24 | 112 |
Binary | 11001010 | 10101111 | 11001001 | 0 | 1101 | 0 | 10101 | 100101110 | 10100 | 1001010 |
Color Harmonies of #CAAFC9
Complementary color
Monochromatic Colors of #CAAFC9
Black with #CAAFC9
Text Example
Text Example
White with #CAAFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFC9; }
p { color: rgb(202,175,201); }
H1.HeaderClassName
{
color: #CAAFC9;
}
.AnyTagClassName
{
color: #CAAFC9;
}
</style>
background-color css
<style>
a { background-color: #CAAFC9; }
a { background-color: rgb(202,175,201); }
div.DivClassName
{
background-color: #CAAFC9;
}
.BgClassName
{
background-color: #CAAFC9;
}
</style>
border-color css
<style>
span { border-color: #CAAFC9; }
span { border-color: rgb(202,175,201); }
td.TdClassName
{
border-color: #CAAFC9;
}
.TagClassName
{
border-color: #CAAFC9;
}
</style>