Shades of Lilac #C58AC0
Tints of Lilac #C58AC0
RGB
CMYK
RGB Variations
Color information
#C58AC0 (or 0xC58AC0) is known color: Lilac. HEX triplet: C5, 8A and C0. RGB value is (197,138,192). Sum of RGB (Red+Green+Blue) = 197+138+192=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC0 is #3A753F. Grayscale: #A1A1A1. Windows color (decimal): -3831104 or 12618437. OLE color: 12618437.
HSL color Cylindrical-coordinate representation of color #C58AC0: hue angle of 305.08º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C58AC0 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 192 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.23 |
| HSL | 305.08º | 0.34% | 0.66% | - |
| HSV(B) | 305.08º | 0.3% | 0.77% | - |
| XYZ | 41.63 | 33.85 | 54.21 | - |
| YUV | 161.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 192 | 0 | 0.30 | 0.03 | 0.23 | 305.08 | 0.34 | 0.66 |
| Hex | C5 | 8A | C0 | 0 | 1E | 3 | 17 | 131 | 22 | 42 |
| Octal | 305 | 212 | 300 | 0 | 36 | 3 | 27 | 461 | 42 | 102 |
| Binary | 11000101 | 10001010 | 11000000 | 0 | 11110 | 11 | 10111 | 100110001 | 100010 | 1000010 |
Color Harmonies of #C58AC0
Complementary color
Monochromatic Colors of #C58AC0
Black with #C58AC0
Text Example
Text Example
White with #C58AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AC0; }
p { color: rgb(197,138,192); }
H1.HeaderClassName
{
color: #C58AC0;
}
.AnyTagClassName
{
color: #C58AC0;
}
</style>
background-color css
<style>
a { background-color: #C58AC0; }
a { background-color: rgb(197,138,192); }
div.DivClassName
{
background-color: #C58AC0;
}
.BgClassName
{
background-color: #C58AC0;
}
</style>
border-color css
<style>
span { border-color: #C58AC0; }
span { border-color: rgb(197,138,192); }
td.TdClassName
{
border-color: #C58AC0;
}
.TagClassName
{
border-color: #C58AC0;
}
</style>