Shades of Lilac #C58FC3
Tints of Lilac #C58FC3
RGB
CMYK
RGB Variations
Color information
#C58FC3 (or 0xC58FC3) is known color: Lilac. HEX triplet: C5, 8F and C3. RGB value is (197,143,195). Sum of RGB (Red+Green+Blue) = 197+143+195=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FC3 is #3A703C. Grayscale: #A4A4A4. Windows color (decimal): -3829821 or 12816325. OLE color: 12816325.
HSL color Cylindrical-coordinate representation of color #C58FC3: hue angle of 302.22º 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 #C58FC3 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 195 | - |
| CMYK | 0 | 0.27 | 0.01 | 0.23 |
| HSL | 302.22º | 0.32% | 0.67% | - |
| HSV(B) | 302.22º | 0.27% | 0.77% | - |
| XYZ | 42.7 | 35.46 | 56.22 | - |
| YUV | 165.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 195 | 0 | 0.27 | 0.01 | 0.23 | 302.22 | 0.32 | 0.67 |
| Hex | C5 | 8F | C3 | 0 | 1B | 1 | 17 | 12E | 20 | 43 |
| Octal | 305 | 217 | 303 | 0 | 33 | 1 | 27 | 456 | 40 | 103 |
| Binary | 11000101 | 10001111 | 11000011 | 0 | 11011 | 1 | 10111 | 100101110 | 100000 | 1000011 |
Color Harmonies of #C58FC3
Complementary color
Monochromatic Colors of #C58FC3
Black with #C58FC3
Text Example
Text Example
White with #C58FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FC3; }
p { color: rgb(197,143,195); }
H1.HeaderClassName
{
color: #C58FC3;
}
.AnyTagClassName
{
color: #C58FC3;
}
</style>
background-color css
<style>
a { background-color: #C58FC3; }
a { background-color: rgb(197,143,195); }
div.DivClassName
{
background-color: #C58FC3;
}
.BgClassName
{
background-color: #C58FC3;
}
</style>
border-color css
<style>
span { border-color: #C58FC3; }
span { border-color: rgb(197,143,195); }
td.TdClassName
{
border-color: #C58FC3;
}
.TagClassName
{
border-color: #C58FC3;
}
</style>