Shades of Lilac #C999CA
Tints of Lilac #C999CA
RGB
CMYK
RGB Variations
Color information
#C999CA (or 0xC999CA) is known color: Lilac. HEX triplet: C9, 99 and CA. RGB value is (201,153,202). Sum of RGB (Red+Green+Blue) = 201+153+202=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 153 (60.16% from 255 or 27.52% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #C999CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999CA is #366635. Grayscale: #ACACAC. Windows color (decimal): -3565110 or 13277641. OLE color: 13277641.
HSL color Cylindrical-coordinate representation of color #C999CA: hue angle of 298.78º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C999CA is Cyan = 0.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 202 | - |
| CMYK | 0.00 | 0.24 | 0 | 0.21 |
| HSL | 298.78º | 0.32% | 0.7% | - |
| HSV(B) | 298.78º | 0.24% | 0.79% | - |
| XYZ | 46.14 | 39.46 | 61.06 | - |
| YUV | 172.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 202 | 0.00 | 0.24 | 0 | 0.21 | 298.78 | 0.32 | 0.7 |
| Hex | C9 | 99 | CA | 0 | 18 | 0 | 15 | 12B | 20 | 46 |
| Octal | 311 | 231 | 312 | 0 | 30 | 0 | 25 | 453 | 40 | 106 |
| Binary | 11001001 | 10011001 | 11001010 | 0 | 11000 | 0 | 10101 | 100101011 | 100000 | 1000110 |
Color Harmonies of #C999CA
Complementary color
Monochromatic Colors of #C999CA
Black with #C999CA
Text Example
Text Example
White with #C999CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999CA; }
p { color: rgb(201,153,202); }
H1.HeaderClassName
{
color: #C999CA;
}
.AnyTagClassName
{
color: #C999CA;
}
</style>
background-color css
<style>
a { background-color: #C999CA; }
a { background-color: rgb(201,153,202); }
div.DivClassName
{
background-color: #C999CA;
}
.BgClassName
{
background-color: #C999CA;
}
</style>
border-color css
<style>
span { border-color: #C999CA; }
span { border-color: rgb(201,153,202); }
td.TdClassName
{
border-color: #C999CA;
}
.TagClassName
{
border-color: #C999CA;
}
</style>