Shades of Lily #CC87BC
Tints of Lily #CC87BC
RGB
CMYK
RGB Variations
Color information
#CC87BC (or 0xCC87BC) is known color: Lily. HEX triplet: CC, 87 and BC. RGB value is (204,135,188). Sum of RGB (Red+Green+Blue) = 204+135+188=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87BC is #337843. Grayscale: #A1A1A1. Windows color (decimal): -3373124 or 12355532. OLE color: 12355532.
HSL color Cylindrical-coordinate representation of color #CC87BC: hue angle of 313.91º 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 #CC87BC is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 188 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.2 |
| HSL | 313.91º | 0.4% | 0.66% | - |
| HSV(B) | 313.91º | 0.34% | 0.8% | - |
| XYZ | 42.64 | 33.8 | 51.85 | - |
| YUV | 161.67 | 142.86 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 188 | 0 | 0.34 | 0.08 | 0.2 | 313.91 | 0.4 | 0.66 |
| Hex | CC | 87 | BC | 0 | 22 | 8 | 14 | 13A | 28 | 42 |
| Octal | 314 | 207 | 274 | 0 | 42 | 10 | 24 | 472 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10111100 | 0 | 100010 | 1000 | 10100 | 100111010 | 101000 | 1000010 |
Color Harmonies of #CC87BC
Complementary color
Monochromatic Colors of #CC87BC
Black with #CC87BC
Text Example
Text Example
White with #CC87BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87BC; }
p { color: rgb(204,135,188); }
H1.HeaderClassName
{
color: #CC87BC;
}
.AnyTagClassName
{
color: #CC87BC;
}
</style>
background-color css
<style>
a { background-color: #CC87BC; }
a { background-color: rgb(204,135,188); }
div.DivClassName
{
background-color: #CC87BC;
}
.BgClassName
{
background-color: #CC87BC;
}
</style>
border-color css
<style>
span { border-color: #CC87BC; }
span { border-color: rgb(204,135,188); }
td.TdClassName
{
border-color: #CC87BC;
}
.TagClassName
{
border-color: #CC87BC;
}
</style>