Shades of Lilac #C99FCD
Tints of Lilac #C99FCD
RGB
CMYK
RGB Variations
Color information
#C99FCD (or 0xC99FCD) is known color: Lilac. HEX triplet: C9, 9F and CD. RGB value is (201,159,205). Sum of RGB (Red+Green+Blue) = 201+159+205=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 159 (62.5% from 255 or 28.14% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #C99FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FCD is #366032. Grayscale: #B0B0B0. Windows color (decimal): -3563571 or 13475785. OLE color: 13475785.
HSL color Cylindrical-coordinate representation of color #C99FCD: hue angle of 294.78º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99FCD is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 159 | 205 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.20 |
| HSL | 294.78º | 0.32% | 0.71% | - |
| HSV(B) | 294.78º | 0.22% | 0.8% | - |
| XYZ | 47.5 | 41.62 | 63.29 | - |
| YUV | 176.8 | 143.91 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 205 | 0.02 | 0.22 | 0 | 0.20 | 294.78 | 0.32 | 0.71 |
| Hex | C9 | 9F | CD | 2 | 16 | 0 | 14 | 127 | 20 | 47 |
| Octal | 311 | 237 | 315 | 2 | 26 | 0 | 24 | 447 | 40 | 107 |
| Binary | 11001001 | 10011111 | 11001101 | 10 | 10110 | 0 | 10100 | 100100111 | 100000 | 1000111 |
Color Harmonies of #C99FCD
Complementary color
Monochromatic Colors of #C99FCD
Black with #C99FCD
Text Example
Text Example
White with #C99FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FCD; }
p { color: rgb(201,159,205); }
H1.HeaderClassName
{
color: #C99FCD;
}
.AnyTagClassName
{
color: #C99FCD;
}
</style>
background-color css
<style>
a { background-color: #C99FCD; }
a { background-color: rgb(201,159,205); }
div.DivClassName
{
background-color: #C99FCD;
}
.BgClassName
{
background-color: #C99FCD;
}
</style>
border-color css
<style>
span { border-color: #C99FCD; }
span { border-color: rgb(201,159,205); }
td.TdClassName
{
border-color: #C99FCD;
}
.TagClassName
{
border-color: #C99FCD;
}
</style>