Shades of Lily #C984BC
Tints of Lily #C984BC
RGB
CMYK
RGB Variations
Color information
#C984BC (or 0xC984BC) is known color: Lily. HEX triplet: C9, 84 and BC. RGB value is (201,132,188). Sum of RGB (Red+Green+Blue) = 201+132+188=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C984BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984BC is #367B43. Grayscale: #9E9E9E. Windows color (decimal): -3570500 or 12354761. OLE color: 12354761.
HSL color Cylindrical-coordinate representation of color #C984BC: hue angle of 311.3º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984BC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 132 | 188 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.21 |
| HSL | 311.3º | 0.39% | 0.65% | - |
| HSV(B) | 311.3º | 0.34% | 0.79% | - |
| XYZ | 41.42 | 32.55 | 51.68 | - |
| YUV | 159.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 188 | 0 | 0.34 | 0.06 | 0.21 | 311.3 | 0.39 | 0.65 |
| Hex | C9 | 84 | BC | 0 | 22 | 6 | 15 | 137 | 27 | 41 |
| Octal | 311 | 204 | 274 | 0 | 42 | 6 | 25 | 467 | 47 | 101 |
| Binary | 11001001 | 10000100 | 10111100 | 0 | 100010 | 110 | 10101 | 100110111 | 100111 | 1000001 |
Color Harmonies of #C984BC
Complementary color
Monochromatic Colors of #C984BC
Black with #C984BC
Text Example
Text Example
White with #C984BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984BC; }
p { color: rgb(201,132,188); }
H1.HeaderClassName
{
color: #C984BC;
}
.AnyTagClassName
{
color: #C984BC;
}
</style>
background-color css
<style>
a { background-color: #C984BC; }
a { background-color: rgb(201,132,188); }
div.DivClassName
{
background-color: #C984BC;
}
.BgClassName
{
background-color: #C984BC;
}
</style>
border-color css
<style>
span { border-color: #C984BC; }
span { border-color: rgb(201,132,188); }
td.TdClassName
{
border-color: #C984BC;
}
.TagClassName
{
border-color: #C984BC;
}
</style>