Shades of Lily #CC85BD
Tints of Lily #CC85BD
RGB
CMYK
RGB Variations
Color information
#CC85BD (or 0xCC85BD) is known color: Lily. HEX triplet: CC, 85 and BD. RGB value is (204,133,189). Sum of RGB (Red+Green+Blue) = 204+133+189=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BD is #337A42. Grayscale: #A0A0A0. Windows color (decimal): -3373635 or 12420556. OLE color: 12420556.
HSL color Cylindrical-coordinate representation of color #CC85BD: hue angle of 312.68º 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 #CC85BD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 189 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.2 |
| HSL | 312.68º | 0.41% | 0.66% | - |
| HSV(B) | 312.68º | 0.35% | 0.8% | - |
| XYZ | 42.47 | 33.29 | 52.33 | - |
| YUV | 160.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 189 | 0 | 0.35 | 0.07 | 0.2 | 312.68 | 0.41 | 0.66 |
| Hex | CC | 85 | BD | 0 | 23 | 7 | 14 | 139 | 29 | 42 |
| Octal | 314 | 205 | 275 | 0 | 43 | 7 | 24 | 471 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10111101 | 0 | 100011 | 111 | 10100 | 100111001 | 101001 | 1000010 |
Color Harmonies of #CC85BD
Complementary color
Monochromatic Colors of #CC85BD
Black with #CC85BD
Text Example
Text Example
White with #CC85BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85BD; }
p { color: rgb(204,133,189); }
H1.HeaderClassName
{
color: #CC85BD;
}
.AnyTagClassName
{
color: #CC85BD;
}
</style>
background-color css
<style>
a { background-color: #CC85BD; }
a { background-color: rgb(204,133,189); }
div.DivClassName
{
background-color: #CC85BD;
}
.BgClassName
{
background-color: #CC85BD;
}
</style>
border-color css
<style>
span { border-color: #CC85BD; }
span { border-color: rgb(204,133,189); }
td.TdClassName
{
border-color: #CC85BD;
}
.TagClassName
{
border-color: #CC85BD;
}
</style>