Shades of Lilac #C58FC9
Tints of Lilac #C58FC9
RGB
CMYK
RGB Variations
Color information
#C58FC9 (or 0xC58FC9) is known color: Lilac. HEX triplet: C5, 8F and C9. RGB value is (197,143,201). Sum of RGB (Red+Green+Blue) = 197+143+201=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 201 - color contains mainly: blue. Hex color #C58FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FC9 is #3A7036. Grayscale: #A5A5A5. Windows color (decimal): -3829815 or 13209541. OLE color: 13209541.
HSL color Cylindrical-coordinate representation of color #C58FC9: hue angle of 295.86º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58FC9 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 143 | 201 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.21 |
| HSL | 295.86º | 0.35% | 0.67% | - |
| HSV(B) | 295.86º | 0.29% | 0.79% | - |
| XYZ | 43.39 | 35.73 | 59.87 | - |
| YUV | 165.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 201 | 0.02 | 0.29 | 0 | 0.21 | 295.86 | 0.35 | 0.67 |
| Hex | C5 | 8F | C9 | 2 | 1D | 0 | 15 | 128 | 23 | 43 |
| Octal | 305 | 217 | 311 | 2 | 35 | 0 | 25 | 450 | 43 | 103 |
| Binary | 11000101 | 10001111 | 11001001 | 10 | 11101 | 0 | 10101 | 100101000 | 100011 | 1000011 |
Color Harmonies of #C58FC9
Complementary color
Monochromatic Colors of #C58FC9
Black with #C58FC9
Text Example
Text Example
White with #C58FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FC9; }
p { color: rgb(197,143,201); }
H1.HeaderClassName
{
color: #C58FC9;
}
.AnyTagClassName
{
color: #C58FC9;
}
</style>
background-color css
<style>
a { background-color: #C58FC9; }
a { background-color: rgb(197,143,201); }
div.DivClassName
{
background-color: #C58FC9;
}
.BgClassName
{
background-color: #C58FC9;
}
</style>
border-color css
<style>
span { border-color: #C58FC9; }
span { border-color: rgb(197,143,201); }
td.TdClassName
{
border-color: #C58FC9;
}
.TagClassName
{
border-color: #C58FC9;
}
</style>