Shades of Lily #C980B7
Tints of Lily #C980B7
RGB
CMYK
RGB Variations
Color information
#C980B7 (or 0xC980B7) is known color: Lily. HEX triplet: C9, 80 and B7. RGB value is (201,128,183). Sum of RGB (Red+Green+Blue) = 201+128+183=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C980B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980B7 is #367F48. Grayscale: #9B9B9B. Windows color (decimal): -3571529 or 12026057. OLE color: 12026057.
HSL color Cylindrical-coordinate representation of color #C980B7: hue angle of 314.79º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980B7 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 128 | 183 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.21 |
| HSL | 314.79º | 0.4% | 0.65% | - |
| HSV(B) | 314.79º | 0.36% | 0.79% | - |
| XYZ | 40.35 | 31.27 | 48.71 | - |
| YUV | 156.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 183 | 0 | 0.36 | 0.09 | 0.21 | 314.79 | 0.4 | 0.65 |
| Hex | C9 | 80 | B7 | 0 | 24 | 9 | 15 | 13B | 28 | 41 |
| Octal | 311 | 200 | 267 | 0 | 44 | 11 | 25 | 473 | 50 | 101 |
| Binary | 11001001 | 10000000 | 10110111 | 0 | 100100 | 1001 | 10101 | 100111011 | 101000 | 1000001 |
Color Harmonies of #C980B7
Complementary color
Monochromatic Colors of #C980B7
Black with #C980B7
Text Example
Text Example
White with #C980B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980B7; }
p { color: rgb(201,128,183); }
H1.HeaderClassName
{
color: #C980B7;
}
.AnyTagClassName
{
color: #C980B7;
}
</style>
background-color css
<style>
a { background-color: #C980B7; }
a { background-color: rgb(201,128,183); }
div.DivClassName
{
background-color: #C980B7;
}
.BgClassName
{
background-color: #C980B7;
}
</style>
border-color css
<style>
span { border-color: #C980B7; }
span { border-color: rgb(201,128,183); }
td.TdClassName
{
border-color: #C980B7;
}
.TagClassName
{
border-color: #C980B7;
}
</style>