Shades of Lily #C58EB6
Tints of Lily #C58EB6
RGB
CMYK
RGB Variations
Color information
#C58EB6 (or 0xC58EB6) is known color: Lily. HEX triplet: C5, 8E and B6. RGB value is (197,142,182). Sum of RGB (Red+Green+Blue) = 197+142+182=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EB6 is #3A7149. Grayscale: #A2A2A2. Windows color (decimal): -3830090 or 11964101. OLE color: 11964101.
HSL color Cylindrical-coordinate representation of color #C58EB6: hue angle of 316.36º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C58EB6 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 182 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.23 |
| HSL | 316.36º | 0.32% | 0.66% | - |
| HSV(B) | 316.36º | 0.28% | 0.77% | - |
| XYZ | 41.14 | 34.59 | 48.76 | - |
| YUV | 163.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 182 | 0 | 0.28 | 0.08 | 0.23 | 316.36 | 0.32 | 0.66 |
| Hex | C5 | 8E | B6 | 0 | 1C | 8 | 17 | 13C | 20 | 42 |
| Octal | 305 | 216 | 266 | 0 | 34 | 10 | 27 | 474 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10110110 | 0 | 11100 | 1000 | 10111 | 100111100 | 100000 | 1000010 |
Color Harmonies of #C58EB6
Complementary color
Monochromatic Colors of #C58EB6
Black with #C58EB6
Text Example
Text Example
White with #C58EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EB6; }
p { color: rgb(197,142,182); }
H1.HeaderClassName
{
color: #C58EB6;
}
.AnyTagClassName
{
color: #C58EB6;
}
</style>
background-color css
<style>
a { background-color: #C58EB6; }
a { background-color: rgb(197,142,182); }
div.DivClassName
{
background-color: #C58EB6;
}
.BgClassName
{
background-color: #C58EB6;
}
</style>
border-color css
<style>
span { border-color: #C58EB6; }
span { border-color: rgb(197,142,182); }
td.TdClassName
{
border-color: #C58EB6;
}
.TagClassName
{
border-color: #C58EB6;
}
</style>