Shades of Lilac #C58BBD
Tints of Lilac #C58BBD
RGB
CMYK
RGB Variations
Color information
#C58BBD (or 0xC58BBD) is known color: Lilac. HEX triplet: C5, 8B and BD. RGB value is (197,139,189). Sum of RGB (Red+Green+Blue) = 197+139+189=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBD is #3A7442. Grayscale: #A1A1A1. Windows color (decimal): -3830851 or 12422085. OLE color: 12422085.
HSL color Cylindrical-coordinate representation of color #C58BBD: hue angle of 308.28º 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 #C58BBD is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 189 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.23 |
| HSL | 308.28º | 0.33% | 0.66% | - |
| HSV(B) | 308.28º | 0.29% | 0.77% | - |
| XYZ | 41.44 | 34.01 | 52.52 | - |
| YUV | 162.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 189 | 0 | 0.29 | 0.04 | 0.23 | 308.28 | 0.33 | 0.66 |
| Hex | C5 | 8B | BD | 0 | 1D | 4 | 17 | 134 | 21 | 42 |
| Octal | 305 | 213 | 275 | 0 | 35 | 4 | 27 | 464 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10111101 | 0 | 11101 | 100 | 10111 | 100110100 | 100001 | 1000010 |
Color Harmonies of #C58BBD
Complementary color
Monochromatic Colors of #C58BBD
Black with #C58BBD
Text Example
Text Example
White with #C58BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BBD; }
p { color: rgb(197,139,189); }
H1.HeaderClassName
{
color: #C58BBD;
}
.AnyTagClassName
{
color: #C58BBD;
}
</style>
background-color css
<style>
a { background-color: #C58BBD; }
a { background-color: rgb(197,139,189); }
div.DivClassName
{
background-color: #C58BBD;
}
.BgClassName
{
background-color: #C58BBD;
}
</style>
border-color css
<style>
span { border-color: #C58BBD; }
span { border-color: rgb(197,139,189); }
td.TdClassName
{
border-color: #C58BBD;
}
.TagClassName
{
border-color: #C58BBD;
}
</style>