Shades of Lilac #C58FCD
Tints of Lilac #C58FCD
RGB
CMYK
RGB Variations
Color information
#C58FCD (or 0xC58FCD) is known color: Lilac. HEX triplet: C5, 8F and CD. RGB value is (197,143,205). Sum of RGB (Red+Green+Blue) = 197+143+205=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FCD is #3A7032. Grayscale: #A6A6A6. Windows color (decimal): -3829811 or 13471685. OLE color: 13471685.
HSL color Cylindrical-coordinate representation of color #C58FCD: hue angle of 292.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58FCD is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 143 | 205 | - |
| CMYK | 0.04 | 0.30 | 0 | 0.20 |
| HSL | 292.26º | 0.38% | 0.68% | - |
| HSV(B) | 292.26º | 0.3% | 0.8% | - |
| XYZ | 43.87 | 35.92 | 62.38 | - |
| YUV | 166.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 205 | 0.04 | 0.30 | 0 | 0.20 | 292.26 | 0.38 | 0.68 |
| Hex | C5 | 8F | CD | 4 | 1E | 0 | 14 | 124 | 26 | 44 |
| Octal | 305 | 217 | 315 | 4 | 36 | 0 | 24 | 444 | 46 | 104 |
| Binary | 11000101 | 10001111 | 11001101 | 100 | 11110 | 0 | 10100 | 100100100 | 100110 | 1000100 |
Color Harmonies of #C58FCD
Complementary color
Monochromatic Colors of #C58FCD
Black with #C58FCD
Text Example
Text Example
White with #C58FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FCD; }
p { color: rgb(197,143,205); }
H1.HeaderClassName
{
color: #C58FCD;
}
.AnyTagClassName
{
color: #C58FCD;
}
</style>
background-color css
<style>
a { background-color: #C58FCD; }
a { background-color: rgb(197,143,205); }
div.DivClassName
{
background-color: #C58FCD;
}
.BgClassName
{
background-color: #C58FCD;
}
</style>
border-color css
<style>
span { border-color: #C58FCD; }
span { border-color: rgb(197,143,205); }
td.TdClassName
{
border-color: #C58FCD;
}
.TagClassName
{
border-color: #C58FCD;
}
</style>