Shades of Lilac #C58FBE
Tints of Lilac #C58FBE
RGB
CMYK
RGB Variations
Color information
#C58FBE (or 0xC58FBE) is known color: Lilac. HEX triplet: C5, 8F and BE. RGB value is (197,143,190). Sum of RGB (Red+Green+Blue) = 197+143+190=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FBE is #3A7041. Grayscale: #A4A4A4. Windows color (decimal): -3829826 or 12488645. OLE color: 12488645.
HSL color Cylindrical-coordinate representation of color #C58FBE: hue angle of 307.78º 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 #C58FBE is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 190 | - |
| CMYK | 0 | 0.27 | 0.04 | 0.23 |
| HSL | 307.78º | 0.32% | 0.67% | - |
| HSV(B) | 307.78º | 0.27% | 0.77% | - |
| XYZ | 42.14 | 35.23 | 53.29 | - |
| YUV | 164.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 190 | 0 | 0.27 | 0.04 | 0.23 | 307.78 | 0.32 | 0.67 |
| Hex | C5 | 8F | BE | 0 | 1B | 4 | 17 | 134 | 20 | 43 |
| Octal | 305 | 217 | 276 | 0 | 33 | 4 | 27 | 464 | 40 | 103 |
| Binary | 11000101 | 10001111 | 10111110 | 0 | 11011 | 100 | 10111 | 100110100 | 100000 | 1000011 |
Color Harmonies of #C58FBE
Complementary color
Monochromatic Colors of #C58FBE
Black with #C58FBE
Text Example
Text Example
White with #C58FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58FBE; }
p { color: rgb(197,143,190); }
H1.HeaderClassName
{
color: #C58FBE;
}
.AnyTagClassName
{
color: #C58FBE;
}
</style>
background-color css
<style>
a { background-color: #C58FBE; }
a { background-color: rgb(197,143,190); }
div.DivClassName
{
background-color: #C58FBE;
}
.BgClassName
{
background-color: #C58FBE;
}
</style>
border-color css
<style>
span { border-color: #C58FBE; }
span { border-color: rgb(197,143,190); }
td.TdClassName
{
border-color: #C58FBE;
}
.TagClassName
{
border-color: #C58FBE;
}
</style>