Shades of Lilac #CA9FC5
Tints of Lilac #CA9FC5
RGB
CMYK
RGB Variations
Color information
#CA9FC5 (or 0xCA9FC5) is known color: Lilac. HEX triplet: CA, 9F and C5. RGB value is (202,159,197). Sum of RGB (Red+Green+Blue) = 202+159+197=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FC5 is #35603A. Grayscale: #B0B0B0. Windows color (decimal): -3498043 or 12951498. OLE color: 12951498.
HSL color Cylindrical-coordinate representation of color #CA9FC5: hue angle of 306.98º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CA9FC5 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 197 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.21 |
| HSL | 306.98º | 0.29% | 0.71% | - |
| HSV(B) | 306.98º | 0.21% | 0.79% | - |
| XYZ | 46.83 | 41.38 | 58.34 | - |
| YUV | 176.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 197 | 0 | 0.21 | 0.02 | 0.21 | 306.98 | 0.29 | 0.71 |
| Hex | CA | 9F | C5 | 0 | 15 | 2 | 15 | 133 | 1D | 47 |
| Octal | 312 | 237 | 305 | 0 | 25 | 2 | 25 | 463 | 35 | 107 |
| Binary | 11001010 | 10011111 | 11000101 | 0 | 10101 | 10 | 10101 | 100110011 | 11101 | 1000111 |
Color Harmonies of #CA9FC5
Complementary color
Monochromatic Colors of #CA9FC5
Black with #CA9FC5
Text Example
Text Example
White with #CA9FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FC5; }
p { color: rgb(202,159,197); }
H1.HeaderClassName
{
color: #CA9FC5;
}
.AnyTagClassName
{
color: #CA9FC5;
}
</style>
background-color css
<style>
a { background-color: #CA9FC5; }
a { background-color: rgb(202,159,197); }
div.DivClassName
{
background-color: #CA9FC5;
}
.BgClassName
{
background-color: #CA9FC5;
}
</style>
border-color css
<style>
span { border-color: #CA9FC5; }
span { border-color: rgb(202,159,197); }
td.TdClassName
{
border-color: #CA9FC5;
}
.TagClassName
{
border-color: #CA9FC5;
}
</style>