Shades of Lilac #C58BCD
Tints of Lilac #C58BCD
RGB
CMYK
RGB Variations
Color information
#C58BCD (or 0xC58BCD) is known color: Lilac. HEX triplet: C5, 8B and CD. RGB value is (197,139,205). Sum of RGB (Red+Green+Blue) = 197+139+205=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 139 (54.69% from 255 or 25.69% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 205 - color contains mainly: blue. Hex color #C58BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCD is #3A7432. Grayscale: #A3A3A3. Windows color (decimal): -3830835 or 13470661. OLE color: 13470661.
HSL color Cylindrical-coordinate representation of color #C58BCD: hue angle of 292.73º degrees, saturation: 0.4, 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 #C58BCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 139 | 205 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.20 |
| HSL | 292.73º | 0.4% | 0.67% | - |
| HSV(B) | 292.73º | 0.32% | 0.8% | - |
| XYZ | 43.28 | 34.74 | 62.18 | - |
| YUV | 163.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 205 | 0.04 | 0.32 | 0 | 0.20 | 292.73 | 0.4 | 0.67 |
| Hex | C5 | 8B | CD | 4 | 20 | 0 | 14 | 125 | 28 | 43 |
| Octal | 305 | 213 | 315 | 4 | 40 | 0 | 24 | 445 | 50 | 103 |
| Binary | 11000101 | 10001011 | 11001101 | 100 | 100000 | 0 | 10100 | 100100101 | 101000 | 1000011 |
Color Harmonies of #C58BCD
Complementary color
Monochromatic Colors of #C58BCD
Black with #C58BCD
Text Example
Text Example
White with #C58BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BCD; }
p { color: rgb(197,139,205); }
H1.HeaderClassName
{
color: #C58BCD;
}
.AnyTagClassName
{
color: #C58BCD;
}
</style>
background-color css
<style>
a { background-color: #C58BCD; }
a { background-color: rgb(197,139,205); }
div.DivClassName
{
background-color: #C58BCD;
}
.BgClassName
{
background-color: #C58BCD;
}
</style>
border-color css
<style>
span { border-color: #C58BCD; }
span { border-color: rgb(197,139,205); }
td.TdClassName
{
border-color: #C58BCD;
}
.TagClassName
{
border-color: #C58BCD;
}
</style>