Shades of Lily #C584AE
Tints of Lily #C584AE
RGB
CMYK
RGB Variations
Color information
#C584AE (or 0xC584AE) is known color: Lily. HEX triplet: C5, 84 and AE. RGB value is (197,132,174). Sum of RGB (Red+Green+Blue) = 197+132+174=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C584AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C584AE is #3A7B51. Grayscale: #9C9C9C. Windows color (decimal): -3832658 or 11437253. OLE color: 11437253.
HSL color Cylindrical-coordinate representation of color #C584AE: hue angle of 321.23º 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 #C584AE is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 132 | 174 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.23 |
| HSL | 321.23º | 0.36% | 0.65% | - |
| HSV(B) | 321.23º | 0.33% | 0.77% | - |
| XYZ | 38.92 | 31.43 | 44.06 | - |
| YUV | 156.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 132 | 174 | 0 | 0.33 | 0.12 | 0.23 | 321.23 | 0.36 | 0.65 |
| Hex | C5 | 84 | AE | 0 | 21 | C | 17 | 141 | 24 | 41 |
| Octal | 305 | 204 | 256 | 0 | 41 | 14 | 27 | 501 | 44 | 101 |
| Binary | 11000101 | 10000100 | 10101110 | 0 | 100001 | 1100 | 10111 | 101000001 | 100100 | 1000001 |
Color Harmonies of #C584AE
Complementary color
Monochromatic Colors of #C584AE
Black with #C584AE
Text Example
Text Example
White with #C584AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C584AE; }
p { color: rgb(197,132,174); }
H1.HeaderClassName
{
color: #C584AE;
}
.AnyTagClassName
{
color: #C584AE;
}
</style>
background-color css
<style>
a { background-color: #C584AE; }
a { background-color: rgb(197,132,174); }
div.DivClassName
{
background-color: #C584AE;
}
.BgClassName
{
background-color: #C584AE;
}
</style>
border-color css
<style>
span { border-color: #C584AE; }
span { border-color: rgb(197,132,174); }
td.TdClassName
{
border-color: #C584AE;
}
.TagClassName
{
border-color: #C584AE;
}
</style>