Shades of Lilac #C58BC3
Tints of Lilac #C58BC3
RGB
CMYK
RGB Variations
Color information
#C58BC3 (or 0xC58BC3) is known color: Lilac. HEX triplet: C5, 8B and C3. RGB value is (197,139,195). Sum of RGB (Red+Green+Blue) = 197+139+195=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BC3 is #3A743C. Grayscale: #A2A2A2. Windows color (decimal): -3830845 or 12815301. OLE color: 12815301.
HSL color Cylindrical-coordinate representation of color #C58BC3: hue angle of 302.07º 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 #C58BC3 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 195 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.23 |
| HSL | 302.07º | 0.33% | 0.66% | - |
| HSV(B) | 302.07º | 0.29% | 0.77% | - |
| XYZ | 42.11 | 34.28 | 56.03 | - |
| YUV | 162.73 | 146.22 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 195 | 0 | 0.29 | 0.01 | 0.23 | 302.07 | 0.33 | 0.66 |
| Hex | C5 | 8B | C3 | 0 | 1D | 1 | 17 | 12E | 21 | 42 |
| Octal | 305 | 213 | 303 | 0 | 35 | 1 | 27 | 456 | 41 | 102 |
| Binary | 11000101 | 10001011 | 11000011 | 0 | 11101 | 1 | 10111 | 100101110 | 100001 | 1000010 |
Color Harmonies of #C58BC3
Complementary color
Monochromatic Colors of #C58BC3
Black with #C58BC3
Text Example
Text Example
White with #C58BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BC3; }
p { color: rgb(197,139,195); }
H1.HeaderClassName
{
color: #C58BC3;
}
.AnyTagClassName
{
color: #C58BC3;
}
</style>
background-color css
<style>
a { background-color: #C58BC3; }
a { background-color: rgb(197,139,195); }
div.DivClassName
{
background-color: #C58BC3;
}
.BgClassName
{
background-color: #C58BC3;
}
</style>
border-color css
<style>
span { border-color: #C58BC3; }
span { border-color: rgb(197,139,195); }
td.TdClassName
{
border-color: #C58BC3;
}
.TagClassName
{
border-color: #C58BC3;
}
</style>