Shades of Lily #CC85B2
Tints of Lily #CC85B2
RGB
CMYK
RGB Variations
Color information
#CC85B2 (or 0xCC85B2) is known color: Lily. HEX triplet: CC, 85 and B2. RGB value is (204,133,178). Sum of RGB (Red+Green+Blue) = 204+133+178=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85B2 is #337A4D. Grayscale: #9F9F9F. Windows color (decimal): -3373646 or 11699660. OLE color: 11699660.
HSL color Cylindrical-coordinate representation of color #CC85B2: hue angle of 321.97º 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 #CC85B2 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 178 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.2 |
| HSL | 321.97º | 0.41% | 0.66% | - |
| HSV(B) | 321.97º | 0.35% | 0.8% | - |
| XYZ | 41.33 | 32.83 | 46.28 | - |
| YUV | 159.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 178 | 0 | 0.35 | 0.13 | 0.2 | 321.97 | 0.41 | 0.66 |
| Hex | CC | 85 | B2 | 0 | 23 | D | 14 | 142 | 29 | 42 |
| Octal | 314 | 205 | 262 | 0 | 43 | 15 | 24 | 502 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10110010 | 0 | 100011 | 1101 | 10100 | 101000010 | 101001 | 1000010 |
Color Harmonies of #CC85B2
Complementary color
Monochromatic Colors of #CC85B2
Black with #CC85B2
Text Example
Text Example
White with #CC85B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85B2; }
p { color: rgb(204,133,178); }
H1.HeaderClassName
{
color: #CC85B2;
}
.AnyTagClassName
{
color: #CC85B2;
}
</style>
background-color css
<style>
a { background-color: #CC85B2; }
a { background-color: rgb(204,133,178); }
div.DivClassName
{
background-color: #CC85B2;
}
.BgClassName
{
background-color: #CC85B2;
}
</style>
border-color css
<style>
span { border-color: #CC85B2; }
span { border-color: rgb(204,133,178); }
td.TdClassName
{
border-color: #CC85B2;
}
.TagClassName
{
border-color: #CC85B2;
}
</style>