Shades of Lilac #C58BBF
Tints of Lilac #C58BBF
RGB
CMYK
RGB Variations
Color information
#C58BBF (or 0xC58BBF) is known color: Lilac. HEX triplet: C5, 8B and BF. RGB value is (197,139,191). Sum of RGB (Red+Green+Blue) = 197+139+191=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBF is #3A7440. Grayscale: #A2A2A2. Windows color (decimal): -3830849 or 12553157. OLE color: 12553157.
HSL color Cylindrical-coordinate representation of color #C58BBF: hue angle of 306.21º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BBF is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 191 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.23 |
| HSL | 306.21º | 0.33% | 0.66% | - |
| HSV(B) | 306.21º | 0.29% | 0.77% | - |
| XYZ | 41.66 | 34.1 | 53.68 | - |
| YUV | 162.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 191 | 0 | 0.29 | 0.03 | 0.23 | 306.21 | 0.33 | 0.66 |
| Hex | C5 | 8B | BF | 0 | 1D | 3 | 17 | 132 | 21 | 42 |
| Octal | 305 | 213 | 277 | 0 | 35 | 3 | 27 | 462 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10111111 | 0 | 11101 | 11 | 10111 | 100110010 | 100001 | 1000010 |
Color Harmonies of #C58BBF
Complementary color
Monochromatic Colors of #C58BBF
Black with #C58BBF
Text Example
Text Example
White with #C58BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BBF; }
p { color: rgb(197,139,191); }
H1.HeaderClassName
{
color: #C58BBF;
}
.AnyTagClassName
{
color: #C58BBF;
}
</style>
background-color css
<style>
a { background-color: #C58BBF; }
a { background-color: rgb(197,139,191); }
div.DivClassName
{
background-color: #C58BBF;
}
.BgClassName
{
background-color: #C58BBF;
}
</style>
border-color css
<style>
span { border-color: #C58BBF; }
span { border-color: rgb(197,139,191); }
td.TdClassName
{
border-color: #C58BBF;
}
.TagClassName
{
border-color: #C58BBF;
}
</style>