Shades of Lilac #C58DC0
Tints of Lilac #C58DC0
RGB
CMYK
RGB Variations
Color information
#C58DC0 (or 0xC58DC0) is known color: Lilac. HEX triplet: C5, 8D and C0. RGB value is (197,141,192). Sum of RGB (Red+Green+Blue) = 197+141+192=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DC0 is #3A723F. Grayscale: #A3A3A3. Windows color (decimal): -3830336 or 12619205. OLE color: 12619205.
HSL color Cylindrical-coordinate representation of color #C58DC0: hue angle of 305.36º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DC0 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 192 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.23 |
| HSL | 305.36º | 0.33% | 0.66% | - |
| HSV(B) | 305.36º | 0.28% | 0.77% | - |
| XYZ | 42.07 | 34.73 | 54.35 | - |
| YUV | 163.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 192 | 0 | 0.28 | 0.03 | 0.23 | 305.36 | 0.33 | 0.66 |
| Hex | C5 | 8D | C0 | 0 | 1C | 3 | 17 | 131 | 21 | 42 |
| Octal | 305 | 215 | 300 | 0 | 34 | 3 | 27 | 461 | 41 | 102 |
| Binary | 11000101 | 10001101 | 11000000 | 0 | 11100 | 11 | 10111 | 100110001 | 100001 | 1000010 |
Color Harmonies of #C58DC0
Complementary color
Monochromatic Colors of #C58DC0
Black with #C58DC0
Text Example
Text Example
White with #C58DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DC0; }
p { color: rgb(197,141,192); }
H1.HeaderClassName
{
color: #C58DC0;
}
.AnyTagClassName
{
color: #C58DC0;
}
</style>
background-color css
<style>
a { background-color: #C58DC0; }
a { background-color: rgb(197,141,192); }
div.DivClassName
{
background-color: #C58DC0;
}
.BgClassName
{
background-color: #C58DC0;
}
</style>
border-color css
<style>
span { border-color: #C58DC0; }
span { border-color: rgb(197,141,192); }
td.TdClassName
{
border-color: #C58DC0;
}
.TagClassName
{
border-color: #C58DC0;
}
</style>