Shades of Lily #C58EB8
Tints of Lily #C58EB8
RGB
CMYK
RGB Variations
Color information
#C58EB8 (or 0xC58EB8) is known color: Lily. HEX triplet: C5, 8E and B8. RGB value is (197,142,184). Sum of RGB (Red+Green+Blue) = 197+142+184=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EB8 is #3A7147. Grayscale: #A3A3A3. Windows color (decimal): -3830088 or 12095173. OLE color: 12095173.
HSL color Cylindrical-coordinate representation of color #C58EB8: hue angle of 314.18º 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 #C58EB8 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 184 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.23 |
| HSL | 314.18º | 0.32% | 0.66% | - |
| HSV(B) | 314.18º | 0.28% | 0.77% | - |
| XYZ | 41.35 | 34.68 | 49.86 | - |
| YUV | 163.23 | 139.72 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 184 | 0 | 0.28 | 0.07 | 0.23 | 314.18 | 0.32 | 0.66 |
| Hex | C5 | 8E | B8 | 0 | 1C | 7 | 17 | 13A | 20 | 42 |
| Octal | 305 | 216 | 270 | 0 | 34 | 7 | 27 | 472 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10111000 | 0 | 11100 | 111 | 10111 | 100111010 | 100000 | 1000010 |
Color Harmonies of #C58EB8
Complementary color
Monochromatic Colors of #C58EB8
Black with #C58EB8
Text Example
Text Example
White with #C58EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EB8; }
p { color: rgb(197,142,184); }
H1.HeaderClassName
{
color: #C58EB8;
}
.AnyTagClassName
{
color: #C58EB8;
}
</style>
background-color css
<style>
a { background-color: #C58EB8; }
a { background-color: rgb(197,142,184); }
div.DivClassName
{
background-color: #C58EB8;
}
.BgClassName
{
background-color: #C58EB8;
}
</style>
border-color css
<style>
span { border-color: #C58EB8; }
span { border-color: rgb(197,142,184); }
td.TdClassName
{
border-color: #C58EB8;
}
.TagClassName
{
border-color: #C58EB8;
}
</style>