Shades of Lilac #C58FC1
Tints of Lilac #C58FC1
RGB
CMYK
RGB Variations
Color information
#C58FC1 (or 0xC58FC1) is known color: Lilac. HEX triplet: C5, 8F and C1. RGB value is (197,143,193). Sum of RGB (Red+Green+Blue) = 197+143+193=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FC1 is #3A703E. Grayscale: #A4A4A4. Windows color (decimal): -3829823 or 12685253. OLE color: 12685253.
HSL color Cylindrical-coordinate representation of color #C58FC1: hue angle of 304.44º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FC1 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 193 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.23 |
| HSL | 304.44º | 0.32% | 0.67% | - |
| HSV(B) | 304.44º | 0.27% | 0.77% | - |
| XYZ | 42.47 | 35.37 | 55.04 | - |
| YUV | 164.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 193 | 0 | 0.27 | 0.02 | 0.23 | 304.44 | 0.32 | 0.67 |
| Hex | C5 | 8F | C1 | 0 | 1B | 2 | 17 | 130 | 20 | 43 |
| Octal | 305 | 217 | 301 | 0 | 33 | 2 | 27 | 460 | 40 | 103 |
| Binary | 11000101 | 10001111 | 11000001 | 0 | 11011 | 10 | 10111 | 100110000 | 100000 | 1000011 |
Color Harmonies of #C58FC1
Complementary color
Monochromatic Colors of #C58FC1
Black with #C58FC1
Text Example
Text Example
White with #C58FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FC1; }
p { color: rgb(197,143,193); }
H1.HeaderClassName
{
color: #C58FC1;
}
.AnyTagClassName
{
color: #C58FC1;
}
</style>
background-color css
<style>
a { background-color: #C58FC1; }
a { background-color: rgb(197,143,193); }
div.DivClassName
{
background-color: #C58FC1;
}
.BgClassName
{
background-color: #C58FC1;
}
</style>
border-color css
<style>
span { border-color: #C58FC1; }
span { border-color: rgb(197,143,193); }
td.TdClassName
{
border-color: #C58FC1;
}
.TagClassName
{
border-color: #C58FC1;
}
</style>