Shades of Lilac #C58AC9
Tints of Lilac #C58AC9
RGB
CMYK
RGB Variations
Color information
#C58AC9 (or 0xC58AC9) is known color: Lilac. HEX triplet: C5, 8A and C9. RGB value is (197,138,201). Sum of RGB (Red+Green+Blue) = 197+138+201=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #C58AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC9 is #3A7536. Grayscale: #A2A2A2. Windows color (decimal): -3831095 or 13208261. OLE color: 13208261.
HSL color Cylindrical-coordinate representation of color #C58AC9: hue angle of 296.19º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58AC9 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 138 | 201 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.21 |
| HSL | 296.19º | 0.37% | 0.66% | - |
| HSV(B) | 296.19º | 0.31% | 0.79% | - |
| XYZ | 42.66 | 34.26 | 59.62 | - |
| YUV | 162.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 201 | 0.02 | 0.31 | 0 | 0.21 | 296.19 | 0.37 | 0.66 |
| Hex | C5 | 8A | C9 | 2 | 1F | 0 | 15 | 128 | 25 | 42 |
| Octal | 305 | 212 | 311 | 2 | 37 | 0 | 25 | 450 | 45 | 102 |
| Binary | 11000101 | 10001010 | 11001001 | 10 | 11111 | 0 | 10101 | 100101000 | 100101 | 1000010 |
Color Harmonies of #C58AC9
Complementary color
Monochromatic Colors of #C58AC9
Black with #C58AC9
Text Example
Text Example
White with #C58AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AC9; }
p { color: rgb(197,138,201); }
H1.HeaderClassName
{
color: #C58AC9;
}
.AnyTagClassName
{
color: #C58AC9;
}
</style>
background-color css
<style>
a { background-color: #C58AC9; }
a { background-color: rgb(197,138,201); }
div.DivClassName
{
background-color: #C58AC9;
}
.BgClassName
{
background-color: #C58AC9;
}
</style>
border-color css
<style>
span { border-color: #C58AC9; }
span { border-color: rgb(197,138,201); }
td.TdClassName
{
border-color: #C58AC9;
}
.TagClassName
{
border-color: #C58AC9;
}
</style>