Shades of Lilac #C99ECC
Tints of Lilac #C99ECC
RGB
CMYK
RGB Variations
Color information
#C99ECC (or 0xC99ECC) is known color: Lilac. HEX triplet: C9, 9E and CC. RGB value is (201,158,204). Sum of RGB (Red+Green+Blue) = 201+158+204=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #C99ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99ECC is #366133. Grayscale: #AFAFAF. Windows color (decimal): -3563828 or 13409993. OLE color: 13409993.
HSL color Cylindrical-coordinate representation of color #C99ECC: hue angle of 296.09º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99ECC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 158 | 204 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.2 |
| HSL | 296.09º | 0.31% | 0.71% | - |
| HSV(B) | 296.09º | 0.23% | 0.8% | - |
| XYZ | 47.21 | 41.23 | 62.6 | - |
| YUV | 176.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 204 | 0.01 | 0.23 | 0 | 0.2 | 296.09 | 0.31 | 0.71 |
| Hex | C9 | 9E | CC | 1 | 17 | 0 | 14 | 128 | 1F | 47 |
| Octal | 311 | 236 | 314 | 1 | 27 | 0 | 24 | 450 | 37 | 107 |
| Binary | 11001001 | 10011110 | 11001100 | 1 | 10111 | 0 | 10100 | 100101000 | 11111 | 1000111 |
Color Harmonies of #C99ECC
Complementary color
Monochromatic Colors of #C99ECC
Black with #C99ECC
Text Example
Text Example
White with #C99ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99ECC; }
p { color: rgb(201,158,204); }
H1.HeaderClassName
{
color: #C99ECC;
}
.AnyTagClassName
{
color: #C99ECC;
}
</style>
background-color css
<style>
a { background-color: #C99ECC; }
a { background-color: rgb(201,158,204); }
div.DivClassName
{
background-color: #C99ECC;
}
.BgClassName
{
background-color: #C99ECC;
}
</style>
border-color css
<style>
span { border-color: #C99ECC; }
span { border-color: rgb(201,158,204); }
td.TdClassName
{
border-color: #C99ECC;
}
.TagClassName
{
border-color: #C99ECC;
}
</style>