Shades of Lily #C588B2
Tints of Lily #C588B2
RGB
CMYK
RGB Variations
Color information
#C588B2 (or 0xC588B2) is known color: Lily. HEX triplet: C5, 88 and B2. RGB value is (197,136,178). Sum of RGB (Red+Green+Blue) = 197+136+178=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C588B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C588B2 is #3A774D. Grayscale: #9E9E9E. Windows color (decimal): -3831630 or 11700421. OLE color: 11700421.
HSL color Cylindrical-coordinate representation of color #C588B2: hue angle of 318.69º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C588B2 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 178 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.23 |
| HSL | 318.69º | 0.34% | 0.65% | - |
| HSV(B) | 318.69º | 0.31% | 0.77% | - |
| XYZ | 39.87 | 32.69 | 46.33 | - |
| YUV | 159.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 178 | 0 | 0.31 | 0.10 | 0.23 | 318.69 | 0.34 | 0.65 |
| Hex | C5 | 88 | B2 | 0 | 1F | A | 17 | 13F | 22 | 41 |
| Octal | 305 | 210 | 262 | 0 | 37 | 12 | 27 | 477 | 42 | 101 |
| Binary | 11000101 | 10001000 | 10110010 | 0 | 11111 | 1010 | 10111 | 100111111 | 100010 | 1000001 |
Color Harmonies of #C588B2
Complementary color
Monochromatic Colors of #C588B2
Black with #C588B2
Text Example
Text Example
White with #C588B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C588B2; }
p { color: rgb(197,136,178); }
H1.HeaderClassName
{
color: #C588B2;
}
.AnyTagClassName
{
color: #C588B2;
}
</style>
background-color css
<style>
a { background-color: #C588B2; }
a { background-color: rgb(197,136,178); }
div.DivClassName
{
background-color: #C588B2;
}
.BgClassName
{
background-color: #C588B2;
}
</style>
border-color css
<style>
span { border-color: #C588B2; }
span { border-color: rgb(197,136,178); }
td.TdClassName
{
border-color: #C588B2;
}
.TagClassName
{
border-color: #C588B2;
}
</style>