Shades of Lily #C982BC
Tints of Lily #C982BC
RGB
CMYK
RGB Variations
Color information
#C982BC (or 0xC982BC) is known color: Lily. HEX triplet: C9, 82 and BC. RGB value is (201,130,188). Sum of RGB (Red+Green+Blue) = 201+130+188=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 201 - color contains mainly: red. Hex color #C982BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982BC is #367D43. Grayscale: #9D9D9D. Windows color (decimal): -3571012 or 12354249. OLE color: 12354249.
HSL color Cylindrical-coordinate representation of color #C982BC: hue angle of 310.99º 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 #C982BC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 188 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.21 |
| HSL | 310.99º | 0.4% | 0.65% | - |
| HSV(B) | 310.99º | 0.35% | 0.79% | - |
| XYZ | 41.15 | 32.01 | 51.59 | - |
| YUV | 157.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 188 | 0 | 0.35 | 0.06 | 0.21 | 310.99 | 0.4 | 0.65 |
| Hex | C9 | 82 | BC | 0 | 23 | 6 | 15 | 137 | 28 | 41 |
| Octal | 311 | 202 | 274 | 0 | 43 | 6 | 25 | 467 | 50 | 101 |
| Binary | 11001001 | 10000010 | 10111100 | 0 | 100011 | 110 | 10101 | 100110111 | 101000 | 1000001 |
Color Harmonies of #C982BC
Complementary color
Monochromatic Colors of #C982BC
Black with #C982BC
Text Example
Text Example
White with #C982BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982BC; }
p { color: rgb(201,130,188); }
H1.HeaderClassName
{
color: #C982BC;
}
.AnyTagClassName
{
color: #C982BC;
}
</style>
background-color css
<style>
a { background-color: #C982BC; }
a { background-color: rgb(201,130,188); }
div.DivClassName
{
background-color: #C982BC;
}
.BgClassName
{
background-color: #C982BC;
}
</style>
border-color css
<style>
span { border-color: #C982BC; }
span { border-color: rgb(201,130,188); }
td.TdClassName
{
border-color: #C982BC;
}
.TagClassName
{
border-color: #C982BC;
}
</style>