Shades of Lilac #C99ED1
Tints of Lilac #C99ED1
RGB
CMYK
RGB Variations
Color information
#C99ED1 (or 0xC99ED1) is known color: Lilac. HEX triplet: C9, 9E and D1. RGB value is (201,158,209). Sum of RGB (Red+Green+Blue) = 201+158+209=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #C99ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ED1 is #36612E. Grayscale: #B0B0B0. Windows color (decimal): -3563823 or 13737673. OLE color: 13737673.
HSL color Cylindrical-coordinate representation of color #C99ED1: hue angle of 290.59º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99ED1 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 158 | 209 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.18 |
| HSL | 290.59º | 0.36% | 0.72% | - |
| HSV(B) | 290.59º | 0.24% | 0.82% | - |
| XYZ | 47.82 | 41.47 | 65.81 | - |
| YUV | 176.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 209 | 0.04 | 0.24 | 0 | 0.18 | 290.59 | 0.36 | 0.72 |
| Hex | C9 | 9E | D1 | 4 | 18 | 0 | 12 | 123 | 24 | 48 |
| Octal | 311 | 236 | 321 | 4 | 30 | 0 | 22 | 443 | 44 | 110 |
| Binary | 11001001 | 10011110 | 11010001 | 100 | 11000 | 0 | 10010 | 100100011 | 100100 | 1001000 |
Color Harmonies of #C99ED1
Complementary color
Monochromatic Colors of #C99ED1
Black with #C99ED1
Text Example
Text Example
White with #C99ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ED1; }
p { color: rgb(201,158,209); }
H1.HeaderClassName
{
color: #C99ED1;
}
.AnyTagClassName
{
color: #C99ED1;
}
</style>
background-color css
<style>
a { background-color: #C99ED1; }
a { background-color: rgb(201,158,209); }
div.DivClassName
{
background-color: #C99ED1;
}
.BgClassName
{
background-color: #C99ED1;
}
</style>
border-color css
<style>
span { border-color: #C99ED1; }
span { border-color: rgb(201,158,209); }
td.TdClassName
{
border-color: #C99ED1;
}
.TagClassName
{
border-color: #C99ED1;
}
</style>