Shades of Lilac #C999D0
Tints of Lilac #C999D0
RGB
CMYK
RGB Variations
Color information
#C999D0 (or 0xC999D0) is known color: Lilac. HEX triplet: C9, 99 and D0. RGB value is (201,153,208). Sum of RGB (Red+Green+Blue) = 201+153+208=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 208 - color contains mainly: blue. Hex color #C999D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999D0 is #36662F. Grayscale: #ADADAD. Windows color (decimal): -3565104 or 13670857. OLE color: 13670857.
HSL color Cylindrical-coordinate representation of color #C999D0: hue angle of 292.36º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C999D0 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 153 | 208 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.18 |
| HSL | 292.36º | 0.37% | 0.71% | - |
| HSV(B) | 292.36º | 0.26% | 0.82% | - |
| XYZ | 46.86 | 39.75 | 64.88 | - |
| YUV | 173.62 | 147.4 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 208 | 0.03 | 0.26 | 0 | 0.18 | 292.36 | 0.37 | 0.71 |
| Hex | C9 | 99 | D0 | 3 | 1A | 0 | 12 | 124 | 25 | 47 |
| Octal | 311 | 231 | 320 | 3 | 32 | 0 | 22 | 444 | 45 | 107 |
| Binary | 11001001 | 10011001 | 11010000 | 11 | 11010 | 0 | 10010 | 100100100 | 100101 | 1000111 |
Color Harmonies of #C999D0
Complementary color
Monochromatic Colors of #C999D0
Black with #C999D0
Text Example
Text Example
White with #C999D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999D0; }
p { color: rgb(201,153,208); }
H1.HeaderClassName
{
color: #C999D0;
}
.AnyTagClassName
{
color: #C999D0;
}
</style>
background-color css
<style>
a { background-color: #C999D0; }
a { background-color: rgb(201,153,208); }
div.DivClassName
{
background-color: #C999D0;
}
.BgClassName
{
background-color: #C999D0;
}
</style>
border-color css
<style>
span { border-color: #C999D0; }
span { border-color: rgb(201,153,208); }
td.TdClassName
{
border-color: #C999D0;
}
.TagClassName
{
border-color: #C999D0;
}
</style>