Shades of Lilac #C99ECB
Tints of Lilac #C99ECB
RGB
CMYK
RGB Variations
Color information
#C99ECB (or 0xC99ECB) is known color: Lilac. HEX triplet: C9, 9E and CB. RGB value is (201,158,203). Sum of RGB (Red+Green+Blue) = 201+158+203=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ECB is #366134. Grayscale: #AFAFAF. Windows color (decimal): -3563829 or 13344457. OLE color: 13344457.
HSL color Cylindrical-coordinate representation of color #C99ECB: hue angle of 297.33º degrees, saturation: 0.3, 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 #C99ECB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 158 | 203 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.20 |
| HSL | 297.33º | 0.3% | 0.71% | - |
| HSV(B) | 297.33º | 0.22% | 0.8% | - |
| XYZ | 47.09 | 41.18 | 61.97 | - |
| YUV | 175.99 | 143.25 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 203 | 0.01 | 0.22 | 0 | 0.20 | 297.33 | 0.3 | 0.71 |
| Hex | C9 | 9E | CB | 1 | 16 | 0 | 14 | 129 | 1E | 47 |
| Octal | 311 | 236 | 313 | 1 | 26 | 0 | 24 | 451 | 36 | 107 |
| Binary | 11001001 | 10011110 | 11001011 | 1 | 10110 | 0 | 10100 | 100101001 | 11110 | 1000111 |
Color Harmonies of #C99ECB
Complementary color
Monochromatic Colors of #C99ECB
Black with #C99ECB
Text Example
Text Example
White with #C99ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ECB; }
p { color: rgb(201,158,203); }
H1.HeaderClassName
{
color: #C99ECB;
}
.AnyTagClassName
{
color: #C99ECB;
}
</style>
background-color css
<style>
a { background-color: #C99ECB; }
a { background-color: rgb(201,158,203); }
div.DivClassName
{
background-color: #C99ECB;
}
.BgClassName
{
background-color: #C99ECB;
}
</style>
border-color css
<style>
span { border-color: #C99ECB; }
span { border-color: rgb(201,158,203); }
td.TdClassName
{
border-color: #C99ECB;
}
.TagClassName
{
border-color: #C99ECB;
}
</style>