Shades of Lily #C584B6
Tints of Lily #C584B6
RGB
CMYK
RGB Variations
Color information
#C584B6 (or 0xC584B6) is known color: Lily. HEX triplet: C5, 84 and B6. RGB value is (197,132,182). Sum of RGB (Red+Green+Blue) = 197+132+182=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C584B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584B6 is #3A7B49. Grayscale: #9D9D9D. Windows color (decimal): -3832650 or 11961541. OLE color: 11961541.
HSL color Cylindrical-coordinate representation of color #C584B6: hue angle of 313.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C584B6 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 182 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.23 |
| HSL | 313.85º | 0.36% | 0.65% | - |
| HSV(B) | 313.85º | 0.33% | 0.77% | - |
| XYZ | 39.72 | 31.75 | 48.29 | - |
| YUV | 157.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 182 | 0 | 0.33 | 0.08 | 0.23 | 313.85 | 0.36 | 0.65 |
| Hex | C5 | 84 | B6 | 0 | 21 | 8 | 17 | 13A | 24 | 41 |
| Octal | 305 | 204 | 266 | 0 | 41 | 10 | 27 | 472 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10110110 | 0 | 100001 | 1000 | 10111 | 100111010 | 100100 | 1000001 |
Color Harmonies of #C584B6
Complementary color
Monochromatic Colors of #C584B6
Black with #C584B6
Text Example
Text Example
White with #C584B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584B6; }
p { color: rgb(197,132,182); }
H1.HeaderClassName
{
color: #C584B6;
}
.AnyTagClassName
{
color: #C584B6;
}
</style>
background-color css
<style>
a { background-color: #C584B6; }
a { background-color: rgb(197,132,182); }
div.DivClassName
{
background-color: #C584B6;
}
.BgClassName
{
background-color: #C584B6;
}
</style>
border-color css
<style>
span { border-color: #C584B6; }
span { border-color: rgb(197,132,182); }
td.TdClassName
{
border-color: #C584B6;
}
.TagClassName
{
border-color: #C584B6;
}
</style>