Shades of Lilac #C58ABE
Tints of Lilac #C58ABE
RGB
CMYK
RGB Variations
Color information
#C58ABE (or 0xC58ABE) is known color: Lilac. HEX triplet: C5, 8A and BE. RGB value is (197,138,190). Sum of RGB (Red+Green+Blue) = 197+138+190=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ABE is #3A7541. Grayscale: #A1A1A1. Windows color (decimal): -3831106 or 12487365. OLE color: 12487365.
HSL color Cylindrical-coordinate representation of color #C58ABE: hue angle of 307.12º 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 #C58ABE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 190 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.23 |
| HSL | 307.12º | 0.34% | 0.66% | - |
| HSV(B) | 307.12º | 0.3% | 0.77% | - |
| XYZ | 41.41 | 33.76 | 53.05 | - |
| YUV | 161.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 190 | 0 | 0.30 | 0.04 | 0.23 | 307.12 | 0.34 | 0.66 |
| Hex | C5 | 8A | BE | 0 | 1E | 4 | 17 | 133 | 22 | 42 |
| Octal | 305 | 212 | 276 | 0 | 36 | 4 | 27 | 463 | 42 | 102 |
| Binary | 11000101 | 10001010 | 10111110 | 0 | 11110 | 100 | 10111 | 100110011 | 100010 | 1000010 |
Color Harmonies of #C58ABE
Complementary color
Monochromatic Colors of #C58ABE
Black with #C58ABE
Text Example
Text Example
White with #C58ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ABE; }
p { color: rgb(197,138,190); }
H1.HeaderClassName
{
color: #C58ABE;
}
.AnyTagClassName
{
color: #C58ABE;
}
</style>
background-color css
<style>
a { background-color: #C58ABE; }
a { background-color: rgb(197,138,190); }
div.DivClassName
{
background-color: #C58ABE;
}
.BgClassName
{
background-color: #C58ABE;
}
</style>
border-color css
<style>
span { border-color: #C58ABE; }
span { border-color: rgb(197,138,190); }
td.TdClassName
{
border-color: #C58ABE;
}
.TagClassName
{
border-color: #C58ABE;
}
</style>