Shades of Lily #C984B7
Tints of Lily #C984B7
RGB
CMYK
RGB Variations
Color information
#C984B7 (or 0xC984B7) is known color: Lily. HEX triplet: C9, 84 and B7. RGB value is (201,132,183). Sum of RGB (Red+Green+Blue) = 201+132+183=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C984B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984B7 is #367B48. Grayscale: #9E9E9E. Windows color (decimal): -3570505 or 12027081. OLE color: 12027081.
HSL color Cylindrical-coordinate representation of color #C984B7: hue angle of 315.65º 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 #C984B7 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 132 | 183 | - |
CMYK | 0 | 0.34 | 0.09 | 0.21 |
HSL | 315.65º | 0.39% | 0.65% | - |
HSV(B) | 315.65º | 0.34% | 0.79% | - |
XYZ | 40.89 | 32.34 | 48.89 | - |
YUV | 158.45 | 141.86 | 158.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 132 | 183 | 0 | 0.34 | 0.09 | 0.21 | 315.65 | 0.39 | 0.65 |
Hex | C9 | 84 | B7 | 0 | 22 | 9 | 15 | 13C | 27 | 41 |
Octal | 311 | 204 | 267 | 0 | 42 | 11 | 25 | 474 | 47 | 101 |
Binary | 11001001 | 10000100 | 10110111 | 0 | 100010 | 1001 | 10101 | 100111100 | 100111 | 1000001 |
Color Harmonies of #C984B7
Complementary color
Monochromatic Colors of #C984B7
Black with #C984B7
Text Example
Text Example
White with #C984B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984B7; }
p { color: rgb(201,132,183); }
H1.HeaderClassName
{
color: #C984B7;
}
.AnyTagClassName
{
color: #C984B7;
}
</style>
background-color css
<style>
a { background-color: #C984B7; }
a { background-color: rgb(201,132,183); }
div.DivClassName
{
background-color: #C984B7;
}
.BgClassName
{
background-color: #C984B7;
}
</style>
border-color css
<style>
span { border-color: #C984B7; }
span { border-color: rgb(201,132,183); }
td.TdClassName
{
border-color: #C984B7;
}
.TagClassName
{
border-color: #C984B7;
}
</style>