Shades of Lily #CC87B8
Tints of Lily #CC87B8
RGB
CMYK
RGB Variations
Color information
#CC87B8 (or 0xCC87B8) is known color: Lily. HEX triplet: CC, 87 and B8. RGB value is (204,135,184). Sum of RGB (Red+Green+Blue) = 204+135+184=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87B8 is #337847. Grayscale: #A1A1A1. Windows color (decimal): -3373128 or 12093388. OLE color: 12093388.
HSL color Cylindrical-coordinate representation of color #CC87B8: hue angle of 317.39º 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 #CC87B8 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 184 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.2 |
| HSL | 317.39º | 0.4% | 0.66% | - |
| HSV(B) | 317.39º | 0.34% | 0.8% | - |
| XYZ | 42.22 | 33.63 | 49.61 | - |
| YUV | 161.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 184 | 0 | 0.34 | 0.10 | 0.2 | 317.39 | 0.4 | 0.66 |
| Hex | CC | 87 | B8 | 0 | 22 | A | 14 | 13D | 28 | 42 |
| Octal | 314 | 207 | 270 | 0 | 42 | 12 | 24 | 475 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10111000 | 0 | 100010 | 1010 | 10100 | 100111101 | 101000 | 1000010 |
Color Harmonies of #CC87B8
Complementary color
Monochromatic Colors of #CC87B8
Black with #CC87B8
Text Example
Text Example
White with #CC87B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87B8; }
p { color: rgb(204,135,184); }
H1.HeaderClassName
{
color: #CC87B8;
}
.AnyTagClassName
{
color: #CC87B8;
}
</style>
background-color css
<style>
a { background-color: #CC87B8; }
a { background-color: rgb(204,135,184); }
div.DivClassName
{
background-color: #CC87B8;
}
.BgClassName
{
background-color: #CC87B8;
}
</style>
border-color css
<style>
span { border-color: #CC87B8; }
span { border-color: rgb(204,135,184); }
td.TdClassName
{
border-color: #CC87B8;
}
.TagClassName
{
border-color: #CC87B8;
}
</style>