Shades of Lily #C582AF
Tints of Lily #C582AF
RGB
CMYK
RGB Variations
Color information
#C582AF (or 0xC582AF) is known color: Lily. HEX triplet: C5, 82 and AF. RGB value is (197,130,175). Sum of RGB (Red+Green+Blue) = 197+130+175=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C582AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C582AF is #3A7D50. Grayscale: #9B9B9B. Windows color (decimal): -3833169 or 11502277. OLE color: 11502277.
HSL color Cylindrical-coordinate representation of color #C582AF: hue angle of 319.7º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582AF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 130 | 175 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.23 |
| HSL | 319.7º | 0.37% | 0.64% | - |
| HSV(B) | 319.7º | 0.34% | 0.77% | - |
| XYZ | 38.75 | 30.93 | 44.49 | - |
| YUV | 155.16 | 139.2 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 175 | 0 | 0.34 | 0.11 | 0.23 | 319.7 | 0.37 | 0.64 |
| Hex | C5 | 82 | AF | 0 | 22 | B | 17 | 140 | 25 | 40 |
| Octal | 305 | 202 | 257 | 0 | 42 | 13 | 27 | 500 | 45 | 100 |
| Binary | 11000101 | 10000010 | 10101111 | 0 | 100010 | 1011 | 10111 | 101000000 | 100101 | 1000000 |
Color Harmonies of #C582AF
Complementary color
Monochromatic Colors of #C582AF
Black with #C582AF
Text Example
Text Example
White with #C582AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582AF; }
p { color: rgb(197,130,175); }
H1.HeaderClassName
{
color: #C582AF;
}
.AnyTagClassName
{
color: #C582AF;
}
</style>
background-color css
<style>
a { background-color: #C582AF; }
a { background-color: rgb(197,130,175); }
div.DivClassName
{
background-color: #C582AF;
}
.BgClassName
{
background-color: #C582AF;
}
</style>
border-color css
<style>
span { border-color: #C582AF; }
span { border-color: rgb(197,130,175); }
td.TdClassName
{
border-color: #C582AF;
}
.TagClassName
{
border-color: #C582AF;
}
</style>