Shades of Lilac #C58ACD
Tints of Lilac #C58ACD
RGB
CMYK
RGB Variations
Color information
#C58ACD (or 0xC58ACD) is known color: Lilac. HEX triplet: C5, 8A and CD. RGB value is (197,138,205). Sum of RGB (Red+Green+Blue) = 197+138+205=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ACD is #3A7532. Grayscale: #A3A3A3. Windows color (decimal): -3831091 or 13470405. OLE color: 13470405.
HSL color Cylindrical-coordinate representation of color #C58ACD: hue angle of 292.84º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58ACD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 138 | 205 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.20 |
| HSL | 292.84º | 0.4% | 0.67% | - |
| HSV(B) | 292.84º | 0.33% | 0.8% | - |
| XYZ | 43.13 | 34.46 | 62.13 | - |
| YUV | 163.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 205 | 0.04 | 0.33 | 0 | 0.20 | 292.84 | 0.4 | 0.67 |
| Hex | C5 | 8A | CD | 4 | 21 | 0 | 14 | 125 | 28 | 43 |
| Octal | 305 | 212 | 315 | 4 | 41 | 0 | 24 | 445 | 50 | 103 |
| Binary | 11000101 | 10001010 | 11001101 | 100 | 100001 | 0 | 10100 | 100100101 | 101000 | 1000011 |
Color Harmonies of #C58ACD
Complementary color
Monochromatic Colors of #C58ACD
Black with #C58ACD
Text Example
Text Example
White with #C58ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58ACD; }
p { color: rgb(197,138,205); }
H1.HeaderClassName
{
color: #C58ACD;
}
.AnyTagClassName
{
color: #C58ACD;
}
</style>
background-color css
<style>
a { background-color: #C58ACD; }
a { background-color: rgb(197,138,205); }
div.DivClassName
{
background-color: #C58ACD;
}
.BgClassName
{
background-color: #C58ACD;
}
</style>
border-color css
<style>
span { border-color: #C58ACD; }
span { border-color: rgb(197,138,205); }
td.TdClassName
{
border-color: #C58ACD;
}
.TagClassName
{
border-color: #C58ACD;
}
</style>