Shades of Lilac #C58BCA
Tints of Lilac #C58BCA
RGB
CMYK
RGB Variations
Color information
#C58BCA (or 0xC58BCA) is known color: Lilac. HEX triplet: C5, 8B and CA. RGB value is (197,139,202). Sum of RGB (Red+Green+Blue) = 197+139+202=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #C58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCA is #3A7435. Grayscale: #A3A3A3. Windows color (decimal): -3830838 or 13274053. OLE color: 13274053.
HSL color Cylindrical-coordinate representation of color #C58BCA: hue angle of 295.24º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58BCA is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 139 | 202 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.21 |
| HSL | 295.24º | 0.37% | 0.67% | - |
| HSV(B) | 295.24º | 0.31% | 0.79% | - |
| XYZ | 42.92 | 34.6 | 60.29 | - |
| YUV | 163.52 | 149.72 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 202 | 0.02 | 0.31 | 0 | 0.21 | 295.24 | 0.37 | 0.67 |
| Hex | C5 | 8B | CA | 2 | 1F | 0 | 15 | 127 | 25 | 43 |
| Octal | 305 | 213 | 312 | 2 | 37 | 0 | 25 | 447 | 45 | 103 |
| Binary | 11000101 | 10001011 | 11001010 | 10 | 11111 | 0 | 10101 | 100100111 | 100101 | 1000011 |
Color Harmonies of #C58BCA
Complementary color
Monochromatic Colors of #C58BCA
Black with #C58BCA
Text Example
Text Example
White with #C58BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BCA; }
p { color: rgb(197,139,202); }
H1.HeaderClassName
{
color: #C58BCA;
}
.AnyTagClassName
{
color: #C58BCA;
}
</style>
background-color css
<style>
a { background-color: #C58BCA; }
a { background-color: rgb(197,139,202); }
div.DivClassName
{
background-color: #C58BCA;
}
.BgClassName
{
background-color: #C58BCA;
}
</style>
border-color css
<style>
span { border-color: #C58BCA; }
span { border-color: rgb(197,139,202); }
td.TdClassName
{
border-color: #C58BCA;
}
.TagClassName
{
border-color: #C58BCA;
}
</style>