Shades of Lily #C586B5
Tints of Lily #C586B5
RGB
CMYK
RGB Variations
Color information
#C586B5 (or 0xC586B5) is known color: Lily. HEX triplet: C5, 86 and B5. RGB value is (197,134,181). Sum of RGB (Red+Green+Blue) = 197+134+181=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586B5 is #3A794A. Grayscale: #9E9E9E. Windows color (decimal): -3832139 or 11896517. OLE color: 11896517.
HSL color Cylindrical-coordinate representation of color #C586B5: hue angle of 315.24º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586B5 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 181 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.23 |
| HSL | 315.24º | 0.35% | 0.65% | - |
| HSV(B) | 315.24º | 0.32% | 0.77% | - |
| XYZ | 39.89 | 32.26 | 47.84 | - |
| YUV | 158.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 181 | 0 | 0.32 | 0.08 | 0.23 | 315.24 | 0.35 | 0.65 |
| Hex | C5 | 86 | B5 | 0 | 20 | 8 | 17 | 13B | 23 | 41 |
| Octal | 305 | 206 | 265 | 0 | 40 | 10 | 27 | 473 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10110101 | 0 | 100000 | 1000 | 10111 | 100111011 | 100011 | 1000001 |
Color Harmonies of #C586B5
Complementary color
Monochromatic Colors of #C586B5
Black with #C586B5
Text Example
Text Example
White with #C586B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586B5; }
p { color: rgb(197,134,181); }
H1.HeaderClassName
{
color: #C586B5;
}
.AnyTagClassName
{
color: #C586B5;
}
</style>
background-color css
<style>
a { background-color: #C586B5; }
a { background-color: rgb(197,134,181); }
div.DivClassName
{
background-color: #C586B5;
}
.BgClassName
{
background-color: #C586B5;
}
</style>
border-color css
<style>
span { border-color: #C586B5; }
span { border-color: rgb(197,134,181); }
td.TdClassName
{
border-color: #C586B5;
}
.TagClassName
{
border-color: #C586B5;
}
</style>