Shades of Lilac #C58ECF
Tints of Lilac #C58ECF
RGB
CMYK
RGB Variations
Color information
#C58ECF (or 0xC58ECF) is known color: Lilac. HEX triplet: C5, 8E and CF. RGB value is (197,142,207). Sum of RGB (Red+Green+Blue) = 197+142+207=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ECF is #3A7130. Grayscale: #A5A5A5. Windows color (decimal): -3830065 or 13602501. OLE color: 13602501.
HSL color Cylindrical-coordinate representation of color #C58ECF: hue angle of 290.77º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58ECF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 142 | 207 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.19 |
| HSL | 290.77º | 0.4% | 0.68% | - |
| HSV(B) | 290.77º | 0.31% | 0.81% | - |
| XYZ | 43.96 | 35.72 | 63.61 | - |
| YUV | 165.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 207 | 0.05 | 0.31 | 0 | 0.19 | 290.77 | 0.4 | 0.68 |
| Hex | C5 | 8E | CF | 5 | 1F | 0 | 13 | 123 | 28 | 44 |
| Octal | 305 | 216 | 317 | 5 | 37 | 0 | 23 | 443 | 50 | 104 |
| Binary | 11000101 | 10001110 | 11001111 | 101 | 11111 | 0 | 10011 | 100100011 | 101000 | 1000100 |
Color Harmonies of #C58ECF
Complementary color
Monochromatic Colors of #C58ECF
Black with #C58ECF
Text Example
Text Example
White with #C58ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ECF; }
p { color: rgb(197,142,207); }
H1.HeaderClassName
{
color: #C58ECF;
}
.AnyTagClassName
{
color: #C58ECF;
}
</style>
background-color css
<style>
a { background-color: #C58ECF; }
a { background-color: rgb(197,142,207); }
div.DivClassName
{
background-color: #C58ECF;
}
.BgClassName
{
background-color: #C58ECF;
}
</style>
border-color css
<style>
span { border-color: #C58ECF; }
span { border-color: rgb(197,142,207); }
td.TdClassName
{
border-color: #C58ECF;
}
.TagClassName
{
border-color: #C58ECF;
}
</style>