Shades of Lilac #C999D1
Tints of Lilac #C999D1
RGB
CMYK
RGB Variations
Color information
#C999D1 (or 0xC999D1) is known color: Lilac. HEX triplet: C9, 99 and D1. RGB value is (201,153,209). Sum of RGB (Red+Green+Blue) = 201+153+209=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #C999D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D1 is #36662E. Grayscale: #ADADAD. Windows color (decimal): -3565103 or 13736393. OLE color: 13736393.
HSL color Cylindrical-coordinate representation of color #C999D1: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C999D1 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 153 | 209 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.18 |
| HSL | 291.43º | 0.38% | 0.71% | - |
| HSV(B) | 291.43º | 0.27% | 0.82% | - |
| XYZ | 46.99 | 39.8 | 65.53 | - |
| YUV | 173.74 | 147.9 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 209 | 0.04 | 0.27 | 0 | 0.18 | 291.43 | 0.38 | 0.71 |
| Hex | C9 | 99 | D1 | 4 | 1B | 0 | 12 | 123 | 26 | 47 |
| Octal | 311 | 231 | 321 | 4 | 33 | 0 | 22 | 443 | 46 | 107 |
| Binary | 11001001 | 10011001 | 11010001 | 100 | 11011 | 0 | 10010 | 100100011 | 100110 | 1000111 |
Color Harmonies of #C999D1
Complementary color
Monochromatic Colors of #C999D1
Black with #C999D1
Text Example
Text Example
White with #C999D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999D1; }
p { color: rgb(201,153,209); }
H1.HeaderClassName
{
color: #C999D1;
}
.AnyTagClassName
{
color: #C999D1;
}
</style>
background-color css
<style>
a { background-color: #C999D1; }
a { background-color: rgb(201,153,209); }
div.DivClassName
{
background-color: #C999D1;
}
.BgClassName
{
background-color: #C999D1;
}
</style>
border-color css
<style>
span { border-color: #C999D1; }
span { border-color: rgb(201,153,209); }
td.TdClassName
{
border-color: #C999D1;
}
.TagClassName
{
border-color: #C999D1;
}
</style>