Shades of Lilac #C58AC3
Tints of Lilac #C58AC3
RGB
CMYK
RGB Variations
Color information
#C58AC3 (or 0xC58AC3) is known color: Lilac. HEX triplet: C5, 8A and C3. RGB value is (197,138,195). Sum of RGB (Red+Green+Blue) = 197+138+195=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C58AC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58AC3 is #3A753C. Grayscale: #A1A1A1. Windows color (decimal): -3831101 or 12815045. OLE color: 12815045.
HSL color Cylindrical-coordinate representation of color #C58AC3: hue angle of 302.03º 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 #C58AC3 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 195 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.23 |
| HSL | 302.03º | 0.34% | 0.66% | - |
| HSV(B) | 302.03º | 0.3% | 0.77% | - |
| XYZ | 41.96 | 33.99 | 55.98 | - |
| YUV | 162.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 195 | 0 | 0.30 | 0.01 | 0.23 | 302.03 | 0.34 | 0.66 |
| Hex | C5 | 8A | C3 | 0 | 1E | 1 | 17 | 12E | 22 | 42 |
| Octal | 305 | 212 | 303 | 0 | 36 | 1 | 27 | 456 | 42 | 102 |
| Binary | 11000101 | 10001010 | 11000011 | 0 | 11110 | 1 | 10111 | 100101110 | 100010 | 1000010 |
Color Harmonies of #C58AC3
Complementary color
Monochromatic Colors of #C58AC3
Black with #C58AC3
Text Example
Text Example
White with #C58AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58AC3; }
p { color: rgb(197,138,195); }
H1.HeaderClassName
{
color: #C58AC3;
}
.AnyTagClassName
{
color: #C58AC3;
}
</style>
background-color css
<style>
a { background-color: #C58AC3; }
a { background-color: rgb(197,138,195); }
div.DivClassName
{
background-color: #C58AC3;
}
.BgClassName
{
background-color: #C58AC3;
}
</style>
border-color css
<style>
span { border-color: #C58AC3; }
span { border-color: rgb(197,138,195); }
td.TdClassName
{
border-color: #C58AC3;
}
.TagClassName
{
border-color: #C58AC3;
}
</style>