Shades of Lily #C982AD
Tints of Lily #C982AD
RGB
CMYK
RGB Variations
Color information
#C982AD (or 0xC982AD) is known color: Lily. HEX triplet: C9, 82 and AD. RGB value is (201,130,173). Sum of RGB (Red+Green+Blue) = 201+130+173=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C982AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C982AD is #367D52. Grayscale: #9C9C9C. Windows color (decimal): -3571027 or 11371209. OLE color: 11371209.
HSL color Cylindrical-coordinate representation of color #C982AD: hue angle of 323.66º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982AD is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 173 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.21 |
| HSL | 323.66º | 0.4% | 0.65% | - |
| HSV(B) | 323.66º | 0.35% | 0.79% | - |
| XYZ | 39.61 | 31.4 | 43.51 | - |
| YUV | 156.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 173 | 0 | 0.35 | 0.14 | 0.21 | 323.66 | 0.4 | 0.65 |
| Hex | C9 | 82 | AD | 0 | 23 | E | 15 | 144 | 28 | 41 |
| Octal | 311 | 202 | 255 | 0 | 43 | 16 | 25 | 504 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10101101 | 0 | 100011 | 1110 | 10101 | 101000100 | 101000 | 1000001 |
Color Harmonies of #C982AD
Complementary color
Monochromatic Colors of #C982AD
Black with #C982AD
Text Example
Text Example
White with #C982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982AD; }
p { color: rgb(201,130,173); }
H1.HeaderClassName
{
color: #C982AD;
}
.AnyTagClassName
{
color: #C982AD;
}
</style>
background-color css
<style>
a { background-color: #C982AD; }
a { background-color: rgb(201,130,173); }
div.DivClassName
{
background-color: #C982AD;
}
.BgClassName
{
background-color: #C982AD;
}
</style>
border-color css
<style>
span { border-color: #C982AD; }
span { border-color: rgb(201,130,173); }
td.TdClassName
{
border-color: #C982AD;
}
.TagClassName
{
border-color: #C982AD;
}
</style>