Shades of Lilac #C59ECD
Tints of Lilac #C59ECD
RGB
CMYK
RGB Variations
Color information
#C59ECD (or 0xC59ECD) is known color: Lilac. HEX triplet: C5, 9E and CD. RGB value is (197,158,205). Sum of RGB (Red+Green+Blue) = 197+158+205=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #C59ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ECD is #3A6132. Grayscale: #AEAEAE. Windows color (decimal): -3825971 or 13475525. OLE color: 13475525.
HSL color Cylindrical-coordinate representation of color #C59ECD: hue angle of 289.79º 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 #C59ECD is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 158 | 205 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.20 |
| HSL | 289.79º | 0.32% | 0.71% | - |
| HSV(B) | 289.79º | 0.23% | 0.8% | - |
| XYZ | 46.27 | 40.73 | 63.18 | - |
| YUV | 175.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 158 | 205 | 0.04 | 0.23 | 0 | 0.20 | 289.79 | 0.32 | 0.71 |
| Hex | C5 | 9E | CD | 4 | 17 | 0 | 14 | 122 | 20 | 47 |
| Octal | 305 | 236 | 315 | 4 | 27 | 0 | 24 | 442 | 40 | 107 |
| Binary | 11000101 | 10011110 | 11001101 | 100 | 10111 | 0 | 10100 | 100100010 | 100000 | 1000111 |
Color Harmonies of #C59ECD
Complementary color
Monochromatic Colors of #C59ECD
Black with #C59ECD
Text Example
Text Example
White with #C59ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59ECD; }
p { color: rgb(197,158,205); }
H1.HeaderClassName
{
color: #C59ECD;
}
.AnyTagClassName
{
color: #C59ECD;
}
</style>
background-color css
<style>
a { background-color: #C59ECD; }
a { background-color: rgb(197,158,205); }
div.DivClassName
{
background-color: #C59ECD;
}
.BgClassName
{
background-color: #C59ECD;
}
</style>
border-color css
<style>
span { border-color: #C59ECD; }
span { border-color: rgb(197,158,205); }
td.TdClassName
{
border-color: #C59ECD;
}
.TagClassName
{
border-color: #C59ECD;
}
</style>