Shades of Lilac #C49ECD
Tints of Lilac #C49ECD
RGB
CMYK
RGB Variations
Color information
#C49ECD (or 0xC49ECD) is known color: Lilac. HEX triplet: C4, 9E and CD. RGB value is (196,158,205). Sum of RGB (Red+Green+Blue) = 196+158+205=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #C49ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ECD is #3B6132. Grayscale: #AEAEAE. Windows color (decimal): -3891507 or 13475524. OLE color: 13475524.
HSL color Cylindrical-coordinate representation of color #C49ECD: hue angle of 288.51º degrees, saturation: 0.32, 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 #C49ECD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 158 | 205 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.20 |
| HSL | 288.51º | 0.32% | 0.71% | - |
| HSV(B) | 288.51º | 0.23% | 0.8% | - |
| XYZ | 46.01 | 40.6 | 63.17 | - |
| YUV | 174.72 | 145.09 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 205 | 0.04 | 0.23 | 0 | 0.20 | 288.51 | 0.32 | 0.71 |
| Hex | C4 | 9E | CD | 4 | 17 | 0 | 14 | 121 | 20 | 47 |
| Octal | 304 | 236 | 315 | 4 | 27 | 0 | 24 | 441 | 40 | 107 |
| Binary | 11000100 | 10011110 | 11001101 | 100 | 10111 | 0 | 10100 | 100100001 | 100000 | 1000111 |
Color Harmonies of #C49ECD
Complementary color
Monochromatic Colors of #C49ECD
Black with #C49ECD
Text Example
Text Example
White with #C49ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49ECD; }
p { color: rgb(196,158,205); }
H1.HeaderClassName
{
color: #C49ECD;
}
.AnyTagClassName
{
color: #C49ECD;
}
</style>
background-color css
<style>
a { background-color: #C49ECD; }
a { background-color: rgb(196,158,205); }
div.DivClassName
{
background-color: #C49ECD;
}
.BgClassName
{
background-color: #C49ECD;
}
</style>
border-color css
<style>
span { border-color: #C49ECD; }
span { border-color: rgb(196,158,205); }
td.TdClassName
{
border-color: #C49ECD;
}
.TagClassName
{
border-color: #C49ECD;
}
</style>