Shades of Lilac #C9AFCA
Tints of Lilac #C9AFCA
RGB
CMYK
RGB Variations
Color information
#C9AFCA (or 0xC9AFCA) is known color: Lilac. HEX triplet: C9, AF and CA. RGB value is (201,175,202). Sum of RGB (Red+Green+Blue) = 201+175+202=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 202 - color contains mainly: blue. Hex color #C9AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFCA is #365035. Grayscale: #B9B9B9. Windows color (decimal): -3559478 or 13283273. OLE color: 13283273.
HSL color Cylindrical-coordinate representation of color #C9AFCA: hue angle of 297.78º 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 #C9AFCA is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 175 | 202 | - |
CMYK | 0.00 | 0.13 | 0 | 0.21 |
HSL | 297.78º | 0.2% | 0.74% | - |
HSV(B) | 297.78º | 0.13% | 0.79% | - |
XYZ | 50.08 | 47.34 | 62.38 | - |
YUV | 185.85 | 137.11 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 175 | 202 | 0.00 | 0.13 | 0 | 0.21 | 297.78 | 0.2 | 0.74 |
Hex | C9 | AF | CA | 0 | D | 0 | 15 | 12A | 14 | 4A |
Octal | 311 | 257 | 312 | 0 | 15 | 0 | 25 | 452 | 24 | 112 |
Binary | 11001001 | 10101111 | 11001010 | 0 | 1101 | 0 | 10101 | 100101010 | 10100 | 1001010 |
Color Harmonies of #C9AFCA
Complementary color
Monochromatic Colors of #C9AFCA
Black with #C9AFCA
Text Example
Text Example
White with #C9AFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFCA; }
p { color: rgb(201,175,202); }
H1.HeaderClassName
{
color: #C9AFCA;
}
.AnyTagClassName
{
color: #C9AFCA;
}
</style>
background-color css
<style>
a { background-color: #C9AFCA; }
a { background-color: rgb(201,175,202); }
div.DivClassName
{
background-color: #C9AFCA;
}
.BgClassName
{
background-color: #C9AFCA;
}
</style>
border-color css
<style>
span { border-color: #C9AFCA; }
span { border-color: rgb(201,175,202); }
td.TdClassName
{
border-color: #C9AFCA;
}
.TagClassName
{
border-color: #C9AFCA;
}
</style>