Shades of Lily #CC85BC
Tints of Lily #CC85BC
RGB
CMYK
RGB Variations
Color information
#CC85BC (or 0xCC85BC) is known color: Lily. HEX triplet: CC, 85 and BC. RGB value is (204,133,188). Sum of RGB (Red+Green+Blue) = 204+133+188=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BC is #337A43. Grayscale: #A0A0A0. Windows color (decimal): -3373636 or 12355020. OLE color: 12355020.
HSL color Cylindrical-coordinate representation of color #CC85BC: hue angle of 313.52º 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 #CC85BC is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 188 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.2 |
| HSL | 313.52º | 0.41% | 0.66% | - |
| HSV(B) | 313.52º | 0.35% | 0.8% | - |
| XYZ | 42.37 | 33.24 | 51.76 | - |
| YUV | 160.5 | 143.52 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 188 | 0 | 0.35 | 0.08 | 0.2 | 313.52 | 0.41 | 0.66 |
| Hex | CC | 85 | BC | 0 | 23 | 8 | 14 | 13A | 29 | 42 |
| Octal | 314 | 205 | 274 | 0 | 43 | 10 | 24 | 472 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10111100 | 0 | 100011 | 1000 | 10100 | 100111010 | 101001 | 1000010 |
Color Harmonies of #CC85BC
Complementary color
Monochromatic Colors of #CC85BC
Black with #CC85BC
Text Example
Text Example
White with #CC85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85BC; }
p { color: rgb(204,133,188); }
H1.HeaderClassName
{
color: #CC85BC;
}
.AnyTagClassName
{
color: #CC85BC;
}
</style>
background-color css
<style>
a { background-color: #CC85BC; }
a { background-color: rgb(204,133,188); }
div.DivClassName
{
background-color: #CC85BC;
}
.BgClassName
{
background-color: #CC85BC;
}
</style>
border-color css
<style>
span { border-color: #CC85BC; }
span { border-color: rgb(204,133,188); }
td.TdClassName
{
border-color: #CC85BC;
}
.TagClassName
{
border-color: #CC85BC;
}
</style>