Shades of Lilac #CA9FC1
Tints of Lilac #CA9FC1
RGB
CMYK
RGB Variations
Color information
#CA9FC1 (or 0xCA9FC1) is known color: Lilac. HEX triplet: CA, 9F and C1. RGB value is (202,159,193). Sum of RGB (Red+Green+Blue) = 202+159+193=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FC1 is #35603E. Grayscale: #AFAFAF. Windows color (decimal): -3498047 or 12689354. OLE color: 12689354.
HSL color Cylindrical-coordinate representation of color #CA9FC1: hue angle of 312.56º 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 #CA9FC1 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 159 | 193 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.21 |
| HSL | 312.56º | 0.29% | 0.71% | - |
| HSV(B) | 312.56º | 0.21% | 0.79% | - |
| XYZ | 46.38 | 41.2 | 55.96 | - |
| YUV | 175.73 | 137.75 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 193 | 0 | 0.21 | 0.04 | 0.21 | 312.56 | 0.29 | 0.71 |
| Hex | CA | 9F | C1 | 0 | 15 | 4 | 15 | 139 | 1D | 47 |
| Octal | 312 | 237 | 301 | 0 | 25 | 4 | 25 | 471 | 35 | 107 |
| Binary | 11001010 | 10011111 | 11000001 | 0 | 10101 | 100 | 10101 | 100111001 | 11101 | 1000111 |
Color Harmonies of #CA9FC1
Complementary color
Monochromatic Colors of #CA9FC1
Black with #CA9FC1
Text Example
Text Example
White with #CA9FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FC1; }
p { color: rgb(202,159,193); }
H1.HeaderClassName
{
color: #CA9FC1;
}
.AnyTagClassName
{
color: #CA9FC1;
}
</style>
background-color css
<style>
a { background-color: #CA9FC1; }
a { background-color: rgb(202,159,193); }
div.DivClassName
{
background-color: #CA9FC1;
}
.BgClassName
{
background-color: #CA9FC1;
}
</style>
border-color css
<style>
span { border-color: #CA9FC1; }
span { border-color: rgb(202,159,193); }
td.TdClassName
{
border-color: #CA9FC1;
}
.TagClassName
{
border-color: #CA9FC1;
}
</style>