Shades of Lily #CC85B4
Tints of Lily #CC85B4
RGB
CMYK
RGB Variations
Color information
#CC85B4 (or 0xCC85B4) is known color: Lily. HEX triplet: CC, 85 and B4. RGB value is (204,133,180). Sum of RGB (Red+Green+Blue) = 204+133+180=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85B4 is #337A4B. Grayscale: #9F9F9F. Windows color (decimal): -3373644 or 11830732. OLE color: 11830732.
HSL color Cylindrical-coordinate representation of color #CC85B4: hue angle of 320.28º 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 #CC85B4 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 180 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.2 |
| HSL | 320.28º | 0.41% | 0.66% | - |
| HSV(B) | 320.28º | 0.35% | 0.8% | - |
| XYZ | 41.53 | 32.91 | 47.34 | - |
| YUV | 159.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 180 | 0 | 0.35 | 0.12 | 0.2 | 320.28 | 0.41 | 0.66 |
| Hex | CC | 85 | B4 | 0 | 23 | C | 14 | 140 | 29 | 42 |
| Octal | 314 | 205 | 264 | 0 | 43 | 14 | 24 | 500 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10110100 | 0 | 100011 | 1100 | 10100 | 101000000 | 101001 | 1000010 |
Color Harmonies of #CC85B4
Complementary color
Monochromatic Colors of #CC85B4
Black with #CC85B4
Text Example
Text Example
White with #CC85B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85B4; }
p { color: rgb(204,133,180); }
H1.HeaderClassName
{
color: #CC85B4;
}
.AnyTagClassName
{
color: #CC85B4;
}
</style>
background-color css
<style>
a { background-color: #CC85B4; }
a { background-color: rgb(204,133,180); }
div.DivClassName
{
background-color: #CC85B4;
}
.BgClassName
{
background-color: #CC85B4;
}
</style>
border-color css
<style>
span { border-color: #CC85B4; }
span { border-color: rgb(204,133,180); }
td.TdClassName
{
border-color: #CC85B4;
}
.TagClassName
{
border-color: #CC85B4;
}
</style>