Shades of Lilac #C58CC8
Tints of Lilac #C58CC8
RGB
CMYK
RGB Variations
Color information
#C58CC8 (or 0xC58CC8) is known color: Lilac. HEX triplet: C5, 8C and C8. RGB value is (197,140,200). Sum of RGB (Red+Green+Blue) = 197+140+200=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 200 - color contains mainly: blue. Hex color #C58CC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CC8 is #3A7337. Grayscale: #A3A3A3. Windows color (decimal): -3830584 or 13143237. OLE color: 13143237.
HSL color Cylindrical-coordinate representation of color #C58CC8: hue angle of 297º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58CC8 is Cyan = 0.02, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 140 | 200 | - |
| CMYK | 0.02 | 0.3 | 0 | 0.22 |
| HSL | 297º | 0.35% | 0.67% | - |
| HSV(B) | 297º | 0.3% | 0.78% | - |
| XYZ | 42.83 | 34.8 | 59.1 | - |
| YUV | 163.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 140 | 200 | 0.02 | 0.3 | 0 | 0.22 | 297 | 0.35 | 0.67 |
| Hex | C5 | 8C | C8 | 2 | 1E | 0 | 16 | 129 | 23 | 43 |
| Octal | 305 | 214 | 310 | 2 | 36 | 0 | 26 | 451 | 43 | 103 |
| Binary | 11000101 | 10001100 | 11001000 | 10 | 11110 | 0 | 10110 | 100101001 | 100011 | 1000011 |
Color Harmonies of #C58CC8
Complementary color
Monochromatic Colors of #C58CC8
Black with #C58CC8
Text Example
Text Example
White with #C58CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58CC8; }
p { color: rgb(197,140,200); }
H1.HeaderClassName
{
color: #C58CC8;
}
.AnyTagClassName
{
color: #C58CC8;
}
</style>
background-color css
<style>
a { background-color: #C58CC8; }
a { background-color: rgb(197,140,200); }
div.DivClassName
{
background-color: #C58CC8;
}
.BgClassName
{
background-color: #C58CC8;
}
</style>
border-color css
<style>
span { border-color: #C58CC8; }
span { border-color: rgb(197,140,200); }
td.TdClassName
{
border-color: #C58CC8;
}
.TagClassName
{
border-color: #C58CC8;
}
</style>