Shades of Lily #CC85BA
Tints of Lily #CC85BA
RGB
CMYK
RGB Variations
Color information
#CC85BA (or 0xCC85BA) is known color: Lily. HEX triplet: CC, 85 and BA. RGB value is (204,133,186). Sum of RGB (Red+Green+Blue) = 204+133+186=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BA is #337A45. Grayscale: #A0A0A0. Windows color (decimal): -3373638 or 12223948. OLE color: 12223948.
HSL color Cylindrical-coordinate representation of color #CC85BA: hue angle of 315.21º 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 #CC85BA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 186 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.2 |
| HSL | 315.21º | 0.41% | 0.66% | - |
| HSV(B) | 315.21º | 0.35% | 0.8% | - |
| XYZ | 42.15 | 33.16 | 50.63 | - |
| YUV | 160.27 | 142.52 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 186 | 0 | 0.35 | 0.09 | 0.2 | 315.21 | 0.41 | 0.66 |
| Hex | CC | 85 | BA | 0 | 23 | 9 | 14 | 13B | 29 | 42 |
| Octal | 314 | 205 | 272 | 0 | 43 | 11 | 24 | 473 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10111010 | 0 | 100011 | 1001 | 10100 | 100111011 | 101001 | 1000010 |
Color Harmonies of #CC85BA
Complementary color
Monochromatic Colors of #CC85BA
Black with #CC85BA
Text Example
Text Example
White with #CC85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85BA; }
p { color: rgb(204,133,186); }
H1.HeaderClassName
{
color: #CC85BA;
}
.AnyTagClassName
{
color: #CC85BA;
}
</style>
background-color css
<style>
a { background-color: #CC85BA; }
a { background-color: rgb(204,133,186); }
div.DivClassName
{
background-color: #CC85BA;
}
.BgClassName
{
background-color: #CC85BA;
}
</style>
border-color css
<style>
span { border-color: #CC85BA; }
span { border-color: rgb(204,133,186); }
td.TdClassName
{
border-color: #CC85BA;
}
.TagClassName
{
border-color: #CC85BA;
}
</style>