Shades of Lily #CC88BC
Tints of Lily #CC88BC
RGB
CMYK
RGB Variations
Color information
#CC88BC (or 0xCC88BC) is known color: Lily. HEX triplet: CC, 88 and BC. RGB value is (204,136,188). Sum of RGB (Red+Green+Blue) = 204+136+188=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88BC is #337743. Grayscale: #A2A2A2. Windows color (decimal): -3372868 or 12355788. OLE color: 12355788.
HSL color Cylindrical-coordinate representation of color #CC88BC: hue angle of 314.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC88BC is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 188 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.2 |
| HSL | 314.12º | 0.4% | 0.67% | - |
| HSV(B) | 314.12º | 0.33% | 0.8% | - |
| XYZ | 42.78 | 34.08 | 51.9 | - |
| YUV | 162.26 | 142.53 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 188 | 0 | 0.33 | 0.08 | 0.2 | 314.12 | 0.4 | 0.67 |
| Hex | CC | 88 | BC | 0 | 21 | 8 | 14 | 13A | 28 | 43 |
| Octal | 314 | 210 | 274 | 0 | 41 | 10 | 24 | 472 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10111100 | 0 | 100001 | 1000 | 10100 | 100111010 | 101000 | 1000011 |
Color Harmonies of #CC88BC
Complementary color
Monochromatic Colors of #CC88BC
Black with #CC88BC
Text Example
Text Example
White with #CC88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88BC; }
p { color: rgb(204,136,188); }
H1.HeaderClassName
{
color: #CC88BC;
}
.AnyTagClassName
{
color: #CC88BC;
}
</style>
background-color css
<style>
a { background-color: #CC88BC; }
a { background-color: rgb(204,136,188); }
div.DivClassName
{
background-color: #CC88BC;
}
.BgClassName
{
background-color: #CC88BC;
}
</style>
border-color css
<style>
span { border-color: #CC88BC; }
span { border-color: rgb(204,136,188); }
td.TdClassName
{
border-color: #CC88BC;
}
.TagClassName
{
border-color: #CC88BC;
}
</style>