Shades of Lily #CC87BA
Tints of Lily #CC87BA
RGB
CMYK
RGB Variations
Color information
#CC87BA (or 0xCC87BA) is known color: Lily. HEX triplet: CC, 87 and BA. RGB value is (204,135,186). Sum of RGB (Red+Green+Blue) = 204+135+186=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC87BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC87BA is #337845. Grayscale: #A1A1A1. Windows color (decimal): -3373126 or 12224460. OLE color: 12224460.
HSL color Cylindrical-coordinate representation of color #CC87BA: hue angle of 315.65º 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 #CC87BA is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 186 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.2 |
| HSL | 315.65º | 0.4% | 0.66% | - |
| HSV(B) | 315.65º | 0.34% | 0.8% | - |
| XYZ | 42.43 | 33.71 | 50.72 | - |
| YUV | 161.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 186 | 0 | 0.34 | 0.09 | 0.2 | 315.65 | 0.4 | 0.66 |
| Hex | CC | 87 | BA | 0 | 22 | 9 | 14 | 13C | 28 | 42 |
| Octal | 314 | 207 | 272 | 0 | 42 | 11 | 24 | 474 | 50 | 102 |
| Binary | 11001100 | 10000111 | 10111010 | 0 | 100010 | 1001 | 10100 | 100111100 | 101000 | 1000010 |
Color Harmonies of #CC87BA
Complementary color
Monochromatic Colors of #CC87BA
Black with #CC87BA
Text Example
Text Example
White with #CC87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC87BA; }
p { color: rgb(204,135,186); }
H1.HeaderClassName
{
color: #CC87BA;
}
.AnyTagClassName
{
color: #CC87BA;
}
</style>
background-color css
<style>
a { background-color: #CC87BA; }
a { background-color: rgb(204,135,186); }
div.DivClassName
{
background-color: #CC87BA;
}
.BgClassName
{
background-color: #CC87BA;
}
</style>
border-color css
<style>
span { border-color: #CC87BA; }
span { border-color: rgb(204,135,186); }
td.TdClassName
{
border-color: #CC87BA;
}
.TagClassName
{
border-color: #CC87BA;
}
</style>