Shades of Lilac #CA9ACF
Tints of Lilac #CA9ACF
RGB
CMYK
RGB Variations
Color information
#CA9ACF (or 0xCA9ACF) is known color: Lilac. HEX triplet: CA, 9A and CF. RGB value is (202,154,207). Sum of RGB (Red+Green+Blue) = 202+154+207=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ACF is #356530. Grayscale: #AEAEAE. Windows color (decimal): -3499313 or 13605578. OLE color: 13605578.
HSL color Cylindrical-coordinate representation of color #CA9ACF: hue angle of 294.34º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CA9ACF is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 154 | 207 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.19 |
| HSL | 294.34º | 0.36% | 0.71% | - |
| HSV(B) | 294.34º | 0.26% | 0.81% | - |
| XYZ | 47.18 | 40.17 | 64.3 | - |
| YUV | 174.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 207 | 0.02 | 0.26 | 0 | 0.19 | 294.34 | 0.36 | 0.71 |
| Hex | CA | 9A | CF | 2 | 1A | 0 | 13 | 126 | 24 | 47 |
| Octal | 312 | 232 | 317 | 2 | 32 | 0 | 23 | 446 | 44 | 107 |
| Binary | 11001010 | 10011010 | 11001111 | 10 | 11010 | 0 | 10011 | 100100110 | 100100 | 1000111 |
Color Harmonies of #CA9ACF
Complementary color
Monochromatic Colors of #CA9ACF
Black with #CA9ACF
Text Example
Text Example
White with #CA9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ACF; }
p { color: rgb(202,154,207); }
H1.HeaderClassName
{
color: #CA9ACF;
}
.AnyTagClassName
{
color: #CA9ACF;
}
</style>
background-color css
<style>
a { background-color: #CA9ACF; }
a { background-color: rgb(202,154,207); }
div.DivClassName
{
background-color: #CA9ACF;
}
.BgClassName
{
background-color: #CA9ACF;
}
</style>
border-color css
<style>
span { border-color: #CA9ACF; }
span { border-color: rgb(202,154,207); }
td.TdClassName
{
border-color: #CA9ACF;
}
.TagClassName
{
border-color: #CA9ACF;
}
</style>