Shades of Lilac #C58AC2
Tints of Lilac #C58AC2
RGB
CMYK
RGB Variations
Color information
#C58AC2 (or 0xC58AC2) is known color: Lilac. HEX triplet: C5, 8A and C2. RGB value is (197,138,194). Sum of RGB (Red+Green+Blue) = 197+138+194=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC2 is #3A753D. Grayscale: #A1A1A1. Windows color (decimal): -3831102 or 12749509. OLE color: 12749509.
HSL color Cylindrical-coordinate representation of color #C58AC2: hue angle of 303.05º 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 #C58AC2 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 194 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.23 |
| HSL | 303.05º | 0.34% | 0.66% | - |
| HSV(B) | 303.05º | 0.3% | 0.77% | - |
| XYZ | 41.85 | 33.94 | 55.38 | - |
| YUV | 162.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 194 | 0 | 0.30 | 0.02 | 0.23 | 303.05 | 0.34 | 0.66 |
| Hex | C5 | 8A | C2 | 0 | 1E | 2 | 17 | 12F | 22 | 42 |
| Octal | 305 | 212 | 302 | 0 | 36 | 2 | 27 | 457 | 42 | 102 |
| Binary | 11000101 | 10001010 | 11000010 | 0 | 11110 | 10 | 10111 | 100101111 | 100010 | 1000010 |
Color Harmonies of #C58AC2
Complementary color
Monochromatic Colors of #C58AC2
Black with #C58AC2
Text Example
Text Example
White with #C58AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AC2; }
p { color: rgb(197,138,194); }
H1.HeaderClassName
{
color: #C58AC2;
}
.AnyTagClassName
{
color: #C58AC2;
}
</style>
background-color css
<style>
a { background-color: #C58AC2; }
a { background-color: rgb(197,138,194); }
div.DivClassName
{
background-color: #C58AC2;
}
.BgClassName
{
background-color: #C58AC2;
}
</style>
border-color css
<style>
span { border-color: #C58AC2; }
span { border-color: rgb(197,138,194); }
td.TdClassName
{
border-color: #C58AC2;
}
.TagClassName
{
border-color: #C58AC2;
}
</style>