Shades of Lily #CC87B2
Tints of Lily #CC87B2
RGB
CMYK
RGB Variations
Color information
#CC87B2 (or 0xCC87B2) is known color: Lily. HEX triplet: CC, 87 and B2. RGB value is (204,135,178). Sum of RGB (Red+Green+Blue) = 204+135+178=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC87B2 is #33784D. Grayscale: #A0A0A0. Windows color (decimal): -3373134 or 11700172. OLE color: 11700172.
HSL color Cylindrical-coordinate representation of color #CC87B2: hue angle of 322.61º 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 #CC87B2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 178 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.2 |
| HSL | 322.61º | 0.4% | 0.66% | - |
| HSV(B) | 322.61º | 0.34% | 0.8% | - |
| XYZ | 41.6 | 33.38 | 46.37 | - |
| YUV | 160.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 178 | 0 | 0.34 | 0.13 | 0.2 | 322.61 | 0.4 | 0.66 |
| Hex | CC | 87 | B2 | 0 | 22 | D | 14 | 143 | 28 | 42 |
| Octal | 314 | 207 | 262 | 0 | 42 | 15 | 24 | 503 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10110010 | 0 | 100010 | 1101 | 10100 | 101000011 | 101000 | 1000010 |
Color Harmonies of #CC87B2
Complementary color
Monochromatic Colors of #CC87B2
Black with #CC87B2
Text Example
Text Example
White with #CC87B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87B2; }
p { color: rgb(204,135,178); }
H1.HeaderClassName
{
color: #CC87B2;
}
.AnyTagClassName
{
color: #CC87B2;
}
</style>
background-color css
<style>
a { background-color: #CC87B2; }
a { background-color: rgb(204,135,178); }
div.DivClassName
{
background-color: #CC87B2;
}
.BgClassName
{
background-color: #CC87B2;
}
</style>
border-color css
<style>
span { border-color: #CC87B2; }
span { border-color: rgb(204,135,178); }
td.TdClassName
{
border-color: #CC87B2;
}
.TagClassName
{
border-color: #CC87B2;
}
</style>