Shades of Lilac #C58DCB
Tints of Lilac #C58DCB
RGB
CMYK
RGB Variations
Color information
#C58DCB (or 0xC58DCB) is known color: Lilac. HEX triplet: C5, 8D and CB. RGB value is (197,141,203). Sum of RGB (Red+Green+Blue) = 197+141+203=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C58DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DCB is #3A7234. Grayscale: #A4A4A4. Windows color (decimal): -3830325 or 13340101. OLE color: 13340101.
HSL color Cylindrical-coordinate representation of color #C58DCB: hue angle of 294.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58DCB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 141 | 203 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.20 |
| HSL | 294.19º | 0.37% | 0.67% | - |
| HSV(B) | 294.19º | 0.31% | 0.8% | - |
| XYZ | 43.33 | 35.23 | 61.02 | - |
| YUV | 164.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 203 | 0.03 | 0.31 | 0 | 0.20 | 294.19 | 0.37 | 0.67 |
| Hex | C5 | 8D | CB | 3 | 1F | 0 | 14 | 126 | 25 | 43 |
| Octal | 305 | 215 | 313 | 3 | 37 | 0 | 24 | 446 | 45 | 103 |
| Binary | 11000101 | 10001101 | 11001011 | 11 | 11111 | 0 | 10100 | 100100110 | 100101 | 1000011 |
Color Harmonies of #C58DCB
Complementary color
Monochromatic Colors of #C58DCB
Black with #C58DCB
Text Example
Text Example
White with #C58DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DCB; }
p { color: rgb(197,141,203); }
H1.HeaderClassName
{
color: #C58DCB;
}
.AnyTagClassName
{
color: #C58DCB;
}
</style>
background-color css
<style>
a { background-color: #C58DCB; }
a { background-color: rgb(197,141,203); }
div.DivClassName
{
background-color: #C58DCB;
}
.BgClassName
{
background-color: #C58DCB;
}
</style>
border-color css
<style>
span { border-color: #C58DCB; }
span { border-color: rgb(197,141,203); }
td.TdClassName
{
border-color: #C58DCB;
}
.TagClassName
{
border-color: #C58DCB;
}
</style>