Shades of Lily #CC88BD
Tints of Lily #CC88BD
RGB
CMYK
RGB Variations
Color information
#CC88BD (or 0xCC88BD) is known color: Lily. HEX triplet: CC, 88 and BD. RGB value is (204,136,189). Sum of RGB (Red+Green+Blue) = 204+136+189=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC88BD is #337742. Grayscale: #A2A2A2. Windows color (decimal): -3372867 or 12421324. OLE color: 12421324.
HSL color Cylindrical-coordinate representation of color #CC88BD: hue angle of 313.24º 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 #CC88BD is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 136 | 189 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.2 |
| HSL | 313.24º | 0.4% | 0.67% | - |
| HSV(B) | 313.24º | 0.33% | 0.8% | - |
| XYZ | 42.89 | 34.12 | 52.47 | - |
| YUV | 162.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 136 | 189 | 0 | 0.33 | 0.07 | 0.2 | 313.24 | 0.4 | 0.67 |
| Hex | CC | 88 | BD | 0 | 21 | 7 | 14 | 139 | 28 | 43 |
| Octal | 314 | 210 | 275 | 0 | 41 | 7 | 24 | 471 | 50 | 103 |
| Binary | 11001100 | 10001000 | 10111101 | 0 | 100001 | 111 | 10100 | 100111001 | 101000 | 1000011 |
Color Harmonies of #CC88BD
Complementary color
Monochromatic Colors of #CC88BD
Black with #CC88BD
Text Example
Text Example
White with #CC88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC88BD; }
p { color: rgb(204,136,189); }
H1.HeaderClassName
{
color: #CC88BD;
}
.AnyTagClassName
{
color: #CC88BD;
}
</style>
background-color css
<style>
a { background-color: #CC88BD; }
a { background-color: rgb(204,136,189); }
div.DivClassName
{
background-color: #CC88BD;
}
.BgClassName
{
background-color: #CC88BD;
}
</style>
border-color css
<style>
span { border-color: #CC88BD; }
span { border-color: rgb(204,136,189); }
td.TdClassName
{
border-color: #CC88BD;
}
.TagClassName
{
border-color: #CC88BD;
}
</style>