Shades of Lilac #C58CCE
Tints of Lilac #C58CCE
RGB
CMYK
RGB Variations
Color information
#C58CCE (or 0xC58CCE) is known color: Lilac. HEX triplet: C5, 8C and CE. RGB value is (197,140,206). Sum of RGB (Red+Green+Blue) = 197+140+206=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C58CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCE is #3A7331. Grayscale: #A4A4A4. Windows color (decimal): -3830578 or 13536453. OLE color: 13536453.
HSL color Cylindrical-coordinate representation of color #C58CCE: hue angle of 291.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58CCE is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 140 | 206 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.19 |
| HSL | 291.82º | 0.4% | 0.68% | - |
| HSV(B) | 291.82º | 0.32% | 0.81% | - |
| XYZ | 43.54 | 35.08 | 62.87 | - |
| YUV | 164.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 206 | 0.04 | 0.32 | 0 | 0.19 | 291.82 | 0.4 | 0.68 |
| Hex | C5 | 8C | CE | 4 | 20 | 0 | 13 | 124 | 28 | 44 |
| Octal | 305 | 214 | 316 | 4 | 40 | 0 | 23 | 444 | 50 | 104 |
| Binary | 11000101 | 10001100 | 11001110 | 100 | 100000 | 0 | 10011 | 100100100 | 101000 | 1000100 |
Color Harmonies of #C58CCE
Complementary color
Monochromatic Colors of #C58CCE
Black with #C58CCE
Text Example
Text Example
White with #C58CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CCE; }
p { color: rgb(197,140,206); }
H1.HeaderClassName
{
color: #C58CCE;
}
.AnyTagClassName
{
color: #C58CCE;
}
</style>
background-color css
<style>
a { background-color: #C58CCE; }
a { background-color: rgb(197,140,206); }
div.DivClassName
{
background-color: #C58CCE;
}
.BgClassName
{
background-color: #C58CCE;
}
</style>
border-color css
<style>
span { border-color: #C58CCE; }
span { border-color: rgb(197,140,206); }
td.TdClassName
{
border-color: #C58CCE;
}
.TagClassName
{
border-color: #C58CCE;
}
</style>