Shades of Lilac #C58BBE
Tints of Lilac #C58BBE
RGB
CMYK
RGB Variations
Color information
#C58BBE (or 0xC58BBE) is known color: Lilac. HEX triplet: C5, 8B and BE. RGB value is (197,139,190). Sum of RGB (Red+Green+Blue) = 197+139+190=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BBE is #3A7441. Grayscale: #A2A2A2. Windows color (decimal): -3830850 or 12487621. OLE color: 12487621.
HSL color Cylindrical-coordinate representation of color #C58BBE: hue angle of 307.24º 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 #C58BBE is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 190 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.23 |
| HSL | 307.24º | 0.33% | 0.66% | - |
| HSV(B) | 307.24º | 0.29% | 0.77% | - |
| XYZ | 41.55 | 34.05 | 53.1 | - |
| YUV | 162.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 190 | 0 | 0.29 | 0.04 | 0.23 | 307.24 | 0.33 | 0.66 |
| Hex | C5 | 8B | BE | 0 | 1D | 4 | 17 | 133 | 21 | 42 |
| Octal | 305 | 213 | 276 | 0 | 35 | 4 | 27 | 463 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10111110 | 0 | 11101 | 100 | 10111 | 100110011 | 100001 | 1000010 |
Color Harmonies of #C58BBE
Complementary color
Monochromatic Colors of #C58BBE
Black with #C58BBE
Text Example
Text Example
White with #C58BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BBE; }
p { color: rgb(197,139,190); }
H1.HeaderClassName
{
color: #C58BBE;
}
.AnyTagClassName
{
color: #C58BBE;
}
</style>
background-color css
<style>
a { background-color: #C58BBE; }
a { background-color: rgb(197,139,190); }
div.DivClassName
{
background-color: #C58BBE;
}
.BgClassName
{
background-color: #C58BBE;
}
</style>
border-color css
<style>
span { border-color: #C58BBE; }
span { border-color: rgb(197,139,190); }
td.TdClassName
{
border-color: #C58BBE;
}
.TagClassName
{
border-color: #C58BBE;
}
</style>