Shades of Lilac #C58DBC
Tints of Lilac #C58DBC
RGB
CMYK
RGB Variations
Color information
#C58DBC (or 0xC58DBC) is known color: Lilac. HEX triplet: C5, 8D and BC. RGB value is (197,141,188). Sum of RGB (Red+Green+Blue) = 197+141+188=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DBC is #3A7243. Grayscale: #A2A2A2. Windows color (decimal): -3830340 or 12357061. OLE color: 12357061.
HSL color Cylindrical-coordinate representation of color #C58DBC: hue angle of 309.64º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58DBC is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 188 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.23 |
| HSL | 309.64º | 0.33% | 0.66% | - |
| HSV(B) | 309.64º | 0.28% | 0.77% | - |
| XYZ | 41.63 | 34.55 | 52.05 | - |
| YUV | 163.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 188 | 0 | 0.28 | 0.05 | 0.23 | 309.64 | 0.33 | 0.66 |
| Hex | C5 | 8D | BC | 0 | 1C | 5 | 17 | 136 | 21 | 42 |
| Octal | 305 | 215 | 274 | 0 | 34 | 5 | 27 | 466 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10111100 | 0 | 11100 | 101 | 10111 | 100110110 | 100001 | 1000010 |
Color Harmonies of #C58DBC
Complementary color
Monochromatic Colors of #C58DBC
Black with #C58DBC
Text Example
Text Example
White with #C58DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DBC; }
p { color: rgb(197,141,188); }
H1.HeaderClassName
{
color: #C58DBC;
}
.AnyTagClassName
{
color: #C58DBC;
}
</style>
background-color css
<style>
a { background-color: #C58DBC; }
a { background-color: rgb(197,141,188); }
div.DivClassName
{
background-color: #C58DBC;
}
.BgClassName
{
background-color: #C58DBC;
}
</style>
border-color css
<style>
span { border-color: #C58DBC; }
span { border-color: rgb(197,141,188); }
td.TdClassName
{
border-color: #C58DBC;
}
.TagClassName
{
border-color: #C58DBC;
}
</style>