Shades of Lilac #C58CCD
Tints of Lilac #C58CCD
RGB
CMYK
RGB Variations
Color information
#C58CCD (or 0xC58CCD) is known color: Lilac. HEX triplet: C5, 8C and CD. RGB value is (197,140,205). Sum of RGB (Red+Green+Blue) = 197+140+205=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CCD is #3A7332. Grayscale: #A4A4A4. Windows color (decimal): -3830579 or 13470917. OLE color: 13470917.
HSL color Cylindrical-coordinate representation of color #C58CCD: hue angle of 292.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58CCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 140 | 205 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.20 |
| HSL | 292.62º | 0.39% | 0.68% | - |
| HSV(B) | 292.62º | 0.32% | 0.8% | - |
| XYZ | 43.42 | 35.03 | 62.23 | - |
| YUV | 164.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 205 | 0.04 | 0.32 | 0 | 0.20 | 292.62 | 0.39 | 0.68 |
| Hex | C5 | 8C | CD | 4 | 20 | 0 | 14 | 125 | 27 | 44 |
| Octal | 305 | 214 | 315 | 4 | 40 | 0 | 24 | 445 | 47 | 104 |
| Binary | 11000101 | 10001100 | 11001101 | 100 | 100000 | 0 | 10100 | 100100101 | 100111 | 1000100 |
Color Harmonies of #C58CCD
Complementary color
Monochromatic Colors of #C58CCD
Black with #C58CCD
Text Example
Text Example
White with #C58CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CCD; }
p { color: rgb(197,140,205); }
H1.HeaderClassName
{
color: #C58CCD;
}
.AnyTagClassName
{
color: #C58CCD;
}
</style>
background-color css
<style>
a { background-color: #C58CCD; }
a { background-color: rgb(197,140,205); }
div.DivClassName
{
background-color: #C58CCD;
}
.BgClassName
{
background-color: #C58CCD;
}
</style>
border-color css
<style>
span { border-color: #C58CCD; }
span { border-color: rgb(197,140,205); }
td.TdClassName
{
border-color: #C58CCD;
}
.TagClassName
{
border-color: #C58CCD;
}
</style>