Shades of Lily #C982B6
Tints of Lily #C982B6
RGB
CMYK
RGB Variations
Color information
#C982B6 (or 0xC982B6) is known color: Lily. HEX triplet: C9, 82 and B6. RGB value is (201,130,182). Sum of RGB (Red+Green+Blue) = 201+130+182=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C982B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982B6 is #367D49. Grayscale: #9D9D9D. Windows color (decimal): -3571018 or 11961033. OLE color: 11961033.
HSL color Cylindrical-coordinate representation of color #C982B6: hue angle of 316.06º 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 #C982B6 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 182 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.21 |
| HSL | 316.06º | 0.4% | 0.65% | - |
| HSV(B) | 316.06º | 0.35% | 0.79% | - |
| XYZ | 40.51 | 31.76 | 48.25 | - |
| YUV | 157.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 182 | 0 | 0.35 | 0.09 | 0.21 | 316.06 | 0.4 | 0.65 |
| Hex | C9 | 82 | B6 | 0 | 23 | 9 | 15 | 13C | 28 | 41 |
| Octal | 311 | 202 | 266 | 0 | 43 | 11 | 25 | 474 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10110110 | 0 | 100011 | 1001 | 10101 | 100111100 | 101000 | 1000001 |
Color Harmonies of #C982B6
Complementary color
Monochromatic Colors of #C982B6
Black with #C982B6
Text Example
Text Example
White with #C982B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982B6; }
p { color: rgb(201,130,182); }
H1.HeaderClassName
{
color: #C982B6;
}
.AnyTagClassName
{
color: #C982B6;
}
</style>
background-color css
<style>
a { background-color: #C982B6; }
a { background-color: rgb(201,130,182); }
div.DivClassName
{
background-color: #C982B6;
}
.BgClassName
{
background-color: #C982B6;
}
</style>
border-color css
<style>
span { border-color: #C982B6; }
span { border-color: rgb(201,130,182); }
td.TdClassName
{
border-color: #C982B6;
}
.TagClassName
{
border-color: #C982B6;
}
</style>