Shades of Lily #CC84B9
Tints of Lily #CC84B9
RGB
CMYK
RGB Variations
Color information
#CC84B9 (or 0xCC84B9) is known color: Lily. HEX triplet: CC, 84 and B9. RGB value is (204,132,185). Sum of RGB (Red+Green+Blue) = 204+132+185=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 132 (51.95% from 255 or 25.34% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84B9 is #337B46. Grayscale: #9F9F9F. Windows color (decimal): -3373895 or 12158156. OLE color: 12158156.
HSL color Cylindrical-coordinate representation of color #CC84B9: hue angle of 315.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC84B9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 185 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.2 |
| HSL | 315.83º | 0.41% | 0.66% | - |
| HSV(B) | 315.83º | 0.35% | 0.8% | - |
| XYZ | 41.91 | 32.84 | 50.03 | - |
| YUV | 159.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 185 | 0 | 0.35 | 0.09 | 0.2 | 315.83 | 0.41 | 0.66 |
| Hex | CC | 84 | B9 | 0 | 23 | 9 | 14 | 13C | 29 | 42 |
| Octal | 314 | 204 | 271 | 0 | 43 | 11 | 24 | 474 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10111001 | 0 | 100011 | 1001 | 10100 | 100111100 | 101001 | 1000010 |
Color Harmonies of #CC84B9
Complementary color
Monochromatic Colors of #CC84B9
Black with #CC84B9
Text Example
Text Example
White with #CC84B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84B9; }
p { color: rgb(204,132,185); }
H1.HeaderClassName
{
color: #CC84B9;
}
.AnyTagClassName
{
color: #CC84B9;
}
</style>
background-color css
<style>
a { background-color: #CC84B9; }
a { background-color: rgb(204,132,185); }
div.DivClassName
{
background-color: #CC84B9;
}
.BgClassName
{
background-color: #CC84B9;
}
</style>
border-color css
<style>
span { border-color: #CC84B9; }
span { border-color: rgb(204,132,185); }
td.TdClassName
{
border-color: #CC84B9;
}
.TagClassName
{
border-color: #CC84B9;
}
</style>