Shades of Lilac #C58BCE
Tints of Lilac #C58BCE
RGB
CMYK
RGB Variations
Color information
#C58BCE (or 0xC58BCE) is known color: Lilac. HEX triplet: C5, 8B and CE. RGB value is (197,139,206). Sum of RGB (Red+Green+Blue) = 197+139+206=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #C58BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCE is #3A7431. Grayscale: #A3A3A3. Windows color (decimal): -3830834 or 13536197. OLE color: 13536197.
HSL color Cylindrical-coordinate representation of color #C58BCE: hue angle of 291.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58BCE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 139 | 206 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.19 |
| HSL | 291.94º | 0.41% | 0.68% | - |
| HSV(B) | 291.94º | 0.33% | 0.81% | - |
| XYZ | 43.4 | 34.79 | 62.82 | - |
| YUV | 163.98 | 151.72 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 206 | 0.04 | 0.33 | 0 | 0.19 | 291.94 | 0.41 | 0.68 |
| Hex | C5 | 8B | CE | 4 | 21 | 0 | 13 | 124 | 29 | 44 |
| Octal | 305 | 213 | 316 | 4 | 41 | 0 | 23 | 444 | 51 | 104 |
| Binary | 11000101 | 10001011 | 11001110 | 100 | 100001 | 0 | 10011 | 100100100 | 101001 | 1000100 |
Color Harmonies of #C58BCE
Complementary color
Monochromatic Colors of #C58BCE
Black with #C58BCE
Text Example
Text Example
White with #C58BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BCE; }
p { color: rgb(197,139,206); }
H1.HeaderClassName
{
color: #C58BCE;
}
.AnyTagClassName
{
color: #C58BCE;
}
</style>
background-color css
<style>
a { background-color: #C58BCE; }
a { background-color: rgb(197,139,206); }
div.DivClassName
{
background-color: #C58BCE;
}
.BgClassName
{
background-color: #C58BCE;
}
</style>
border-color css
<style>
span { border-color: #C58BCE; }
span { border-color: rgb(197,139,206); }
td.TdClassName
{
border-color: #C58BCE;
}
.TagClassName
{
border-color: #C58BCE;
}
</style>