Shades of Lily #C58EB7
Tints of Lily #C58EB7
RGB
CMYK
RGB Variations
Color information
#C58EB7 (or 0xC58EB7) is known color: Lily. HEX triplet: C5, 8E and B7. RGB value is (197,142,183). Sum of RGB (Red+Green+Blue) = 197+142+183=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 183 (71.88% from 255 or 35.06% from 522); Max value from RGB is 197 - color contains mainly: red. Hex color #C58EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EB7 is #3A7148. Grayscale: #A3A3A3. Windows color (decimal): -3830089 or 12029637. OLE color: 12029637.
HSL color Cylindrical-coordinate representation of color #C58EB7: hue angle of 315.27º 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 #C58EB7 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 183 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.23 |
| HSL | 315.27º | 0.32% | 0.66% | - |
| HSV(B) | 315.27º | 0.28% | 0.77% | - |
| XYZ | 41.25 | 34.64 | 49.31 | - |
| YUV | 163.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 183 | 0 | 0.28 | 0.07 | 0.23 | 315.27 | 0.32 | 0.66 |
| Hex | C5 | 8E | B7 | 0 | 1C | 7 | 17 | 13B | 20 | 42 |
| Octal | 305 | 216 | 267 | 0 | 34 | 7 | 27 | 473 | 40 | 102 |
| Binary | 11000101 | 10001110 | 10110111 | 0 | 11100 | 111 | 10111 | 100111011 | 100000 | 1000010 |
Color Harmonies of #C58EB7
Complementary color
Monochromatic Colors of #C58EB7
Black with #C58EB7
Text Example
Text Example
White with #C58EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58EB7; }
p { color: rgb(197,142,183); }
H1.HeaderClassName
{
color: #C58EB7;
}
.AnyTagClassName
{
color: #C58EB7;
}
</style>
background-color css
<style>
a { background-color: #C58EB7; }
a { background-color: rgb(197,142,183); }
div.DivClassName
{
background-color: #C58EB7;
}
.BgClassName
{
background-color: #C58EB7;
}
</style>
border-color css
<style>
span { border-color: #C58EB7; }
span { border-color: rgb(197,142,183); }
td.TdClassName
{
border-color: #C58EB7;
}
.TagClassName
{
border-color: #C58EB7;
}
</style>