Shades of Lily #CC85B0
Tints of Lily #CC85B0
RGB
CMYK
RGB Variations
Color information
#CC85B0 (or 0xCC85B0) is known color: Lily. HEX triplet: CC, 85 and B0. RGB value is (204,133,176). Sum of RGB (Red+Green+Blue) = 204+133+176=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85B0 is #337A4F. Grayscale: #9F9F9F. Windows color (decimal): -3373648 or 11568588. OLE color: 11568588.
HSL color Cylindrical-coordinate representation of color #CC85B0: hue angle of 323.66º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85B0 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 176 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.2 |
| HSL | 323.66º | 0.41% | 0.66% | - |
| HSV(B) | 323.66º | 0.35% | 0.8% | - |
| XYZ | 41.13 | 32.75 | 45.23 | - |
| YUV | 159.13 | 137.52 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 176 | 0 | 0.35 | 0.14 | 0.2 | 323.66 | 0.41 | 0.66 |
| Hex | CC | 85 | B0 | 0 | 23 | E | 14 | 144 | 29 | 42 |
| Octal | 314 | 205 | 260 | 0 | 43 | 16 | 24 | 504 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10110000 | 0 | 100011 | 1110 | 10100 | 101000100 | 101001 | 1000010 |
Color Harmonies of #CC85B0
Complementary color
Monochromatic Colors of #CC85B0
Black with #CC85B0
Text Example
Text Example
White with #CC85B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85B0; }
p { color: rgb(204,133,176); }
H1.HeaderClassName
{
color: #CC85B0;
}
.AnyTagClassName
{
color: #CC85B0;
}
</style>
background-color css
<style>
a { background-color: #CC85B0; }
a { background-color: rgb(204,133,176); }
div.DivClassName
{
background-color: #CC85B0;
}
.BgClassName
{
background-color: #CC85B0;
}
</style>
border-color css
<style>
span { border-color: #CC85B0; }
span { border-color: rgb(204,133,176); }
td.TdClassName
{
border-color: #CC85B0;
}
.TagClassName
{
border-color: #CC85B0;
}
</style>