Shades of Lily #CC87B0
Tints of Lily #CC87B0
RGB
CMYK
RGB Variations
Color information
#CC87B0 (or 0xCC87B0) is known color: Lily. HEX triplet: CC, 87 and B0. RGB value is (204,135,176). Sum of RGB (Red+Green+Blue) = 204+135+176=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87B0 is #33784F. Grayscale: #A0A0A0. Windows color (decimal): -3373136 or 11569100. OLE color: 11569100.
HSL color Cylindrical-coordinate representation of color #CC87B0: hue angle of 324.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC87B0 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 176 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.2 |
| HSL | 324.35º | 0.4% | 0.66% | - |
| HSV(B) | 324.35º | 0.34% | 0.8% | - |
| XYZ | 41.4 | 33.3 | 45.32 | - |
| YUV | 160.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 176 | 0 | 0.34 | 0.14 | 0.2 | 324.35 | 0.4 | 0.66 |
| Hex | CC | 87 | B0 | 0 | 22 | E | 14 | 144 | 28 | 42 |
| Octal | 314 | 207 | 260 | 0 | 42 | 16 | 24 | 504 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10110000 | 0 | 100010 | 1110 | 10100 | 101000100 | 101000 | 1000010 |
Color Harmonies of #CC87B0
Complementary color
Monochromatic Colors of #CC87B0
Black with #CC87B0
Text Example
Text Example
White with #CC87B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87B0; }
p { color: rgb(204,135,176); }
H1.HeaderClassName
{
color: #CC87B0;
}
.AnyTagClassName
{
color: #CC87B0;
}
</style>
background-color css
<style>
a { background-color: #CC87B0; }
a { background-color: rgb(204,135,176); }
div.DivClassName
{
background-color: #CC87B0;
}
.BgClassName
{
background-color: #CC87B0;
}
</style>
border-color css
<style>
span { border-color: #CC87B0; }
span { border-color: rgb(204,135,176); }
td.TdClassName
{
border-color: #CC87B0;
}
.TagClassName
{
border-color: #CC87B0;
}
</style>