Shades of Lilac #C58DBF
Tints of Lilac #C58DBF
RGB
CMYK
RGB Variations
Color information
#C58DBF (or 0xC58DBF) is known color: Lilac. HEX triplet: C5, 8D and BF. RGB value is (197,141,191). Sum of RGB (Red+Green+Blue) = 197+141+191=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 197 - color contains mainly: red. Hex color #C58DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DBF is #3A7240. Grayscale: #A3A3A3. Windows color (decimal): -3830337 or 12553669. OLE color: 12553669.
HSL color Cylindrical-coordinate representation of color #C58DBF: hue angle of 306.43º 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 #C58DBF is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 191 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.23 |
| HSL | 306.43º | 0.33% | 0.66% | - |
| HSV(B) | 306.43º | 0.28% | 0.77% | - |
| XYZ | 41.95 | 34.68 | 53.77 | - |
| YUV | 163.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 191 | 0 | 0.28 | 0.03 | 0.23 | 306.43 | 0.33 | 0.66 |
| Hex | C5 | 8D | BF | 0 | 1C | 3 | 17 | 132 | 21 | 42 |
| Octal | 305 | 215 | 277 | 0 | 34 | 3 | 27 | 462 | 41 | 102 |
| Binary | 11000101 | 10001101 | 10111111 | 0 | 11100 | 11 | 10111 | 100110010 | 100001 | 1000010 |
Color Harmonies of #C58DBF
Complementary color
Monochromatic Colors of #C58DBF
Black with #C58DBF
Text Example
Text Example
White with #C58DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58DBF; }
p { color: rgb(197,141,191); }
H1.HeaderClassName
{
color: #C58DBF;
}
.AnyTagClassName
{
color: #C58DBF;
}
</style>
background-color css
<style>
a { background-color: #C58DBF; }
a { background-color: rgb(197,141,191); }
div.DivClassName
{
background-color: #C58DBF;
}
.BgClassName
{
background-color: #C58DBF;
}
</style>
border-color css
<style>
span { border-color: #C58DBF; }
span { border-color: rgb(197,141,191); }
td.TdClassName
{
border-color: #C58DBF;
}
.TagClassName
{
border-color: #C58DBF;
}
</style>