Shades of Lilac #C58ACC
Tints of Lilac #C58ACC
RGB
CMYK
RGB Variations
Color information
#C58ACC (or 0xC58ACC) is known color: Lilac. HEX triplet: C5, 8A and CC. RGB value is (197,138,204). Sum of RGB (Red+Green+Blue) = 197+138+204=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ACC is #3A7533. Grayscale: #A2A2A2. Windows color (decimal): -3831092 or 13404869. OLE color: 13404869.
HSL color Cylindrical-coordinate representation of color #C58ACC: hue angle of 293.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C58ACC is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 138 | 204 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.2 |
| HSL | 293.64º | 0.39% | 0.67% | - |
| HSV(B) | 293.64º | 0.32% | 0.8% | - |
| XYZ | 43.01 | 34.41 | 61.5 | - |
| YUV | 163.17 | 151.05 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 204 | 0.03 | 0.32 | 0 | 0.2 | 293.64 | 0.39 | 0.67 |
| Hex | C5 | 8A | CC | 3 | 20 | 0 | 14 | 126 | 27 | 43 |
| Octal | 305 | 212 | 314 | 3 | 40 | 0 | 24 | 446 | 47 | 103 |
| Binary | 11000101 | 10001010 | 11001100 | 11 | 100000 | 0 | 10100 | 100100110 | 100111 | 1000011 |
Color Harmonies of #C58ACC
Complementary color
Monochromatic Colors of #C58ACC
Black with #C58ACC
Text Example
Text Example
White with #C58ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ACC; }
p { color: rgb(197,138,204); }
H1.HeaderClassName
{
color: #C58ACC;
}
.AnyTagClassName
{
color: #C58ACC;
}
</style>
background-color css
<style>
a { background-color: #C58ACC; }
a { background-color: rgb(197,138,204); }
div.DivClassName
{
background-color: #C58ACC;
}
.BgClassName
{
background-color: #C58ACC;
}
</style>
border-color css
<style>
span { border-color: #C58ACC; }
span { border-color: rgb(197,138,204); }
td.TdClassName
{
border-color: #C58ACC;
}
.TagClassName
{
border-color: #C58ACC;
}
</style>