Shades of Lilac #C58DCC
Tints of Lilac #C58DCC
RGB
CMYK
RGB Variations
Color information
#C58DCC (or 0xC58DCC) is known color: Lilac. HEX triplet: C5, 8D and CC. RGB value is (197,141,204). Sum of RGB (Red+Green+Blue) = 197+141+204=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C58DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCC is #3A7233. Grayscale: #A4A4A4. Windows color (decimal): -3830324 or 13405637. OLE color: 13405637.
HSL color Cylindrical-coordinate representation of color #C58DCC: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58DCC is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 197 | 141 | 204 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.2 |
| HSL | 293.33º | 0.38% | 0.68% | - |
| HSV(B) | 293.33º | 0.31% | 0.8% | - |
| XYZ | 43.45 | 35.28 | 61.65 | - |
| YUV | 164.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 204 | 0.03 | 0.31 | 0 | 0.2 | 293.33 | 0.38 | 0.68 |
| Hex | C5 | 8D | CC | 3 | 1F | 0 | 14 | 125 | 26 | 44 |
| Octal | 305 | 215 | 314 | 3 | 37 | 0 | 24 | 445 | 46 | 104 |
| Binary | 11000101 | 10001101 | 11001100 | 11 | 11111 | 0 | 10100 | 100100101 | 100110 | 1000100 |
Color Harmonies of #C58DCC
Complementary color
Monochromatic Colors of #C58DCC
Black with #C58DCC
Text Example
Text Example
White with #C58DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DCC; }
p { color: rgb(197,141,204); }
H1.HeaderClassName
{
color: #C58DCC;
}
.AnyTagClassName
{
color: #C58DCC;
}
</style>
background-color css
<style>
a { background-color: #C58DCC; }
a { background-color: rgb(197,141,204); }
div.DivClassName
{
background-color: #C58DCC;
}
.BgClassName
{
background-color: #C58DCC;
}
</style>
border-color css
<style>
span { border-color: #C58DCC; }
span { border-color: rgb(197,141,204); }
td.TdClassName
{
border-color: #C58DCC;
}
.TagClassName
{
border-color: #C58DCC;
}
</style>