Shades of Lily #CC80AD
Tints of Lily #CC80AD
RGB
CMYK
RGB Variations
Color information
#CC80AD (or 0xCC80AD) is known color: Lily. HEX triplet: CC, 80 and AD. RGB value is (204,128,173). Sum of RGB (Red+Green+Blue) = 204+128+173=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC80AD is #337F52. Grayscale: #9B9B9B. Windows color (decimal): -3374931 or 11370700. OLE color: 11370700.
HSL color Cylindrical-coordinate representation of color #CC80AD: hue angle of 324.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC80AD is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 173 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.2 |
| HSL | 324.47º | 0.43% | 0.65% | - |
| HSV(B) | 324.47º | 0.37% | 0.8% | - |
| XYZ | 40.16 | 31.29 | 43.46 | - |
| YUV | 155.85 | 137.68 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 173 | 0 | 0.37 | 0.15 | 0.2 | 324.47 | 0.43 | 0.65 |
| Hex | CC | 80 | AD | 0 | 25 | F | 14 | 144 | 2B | 41 |
| Octal | 314 | 200 | 255 | 0 | 45 | 17 | 24 | 504 | 53 | 101 |
| Binary | 11001100 | 10000000 | 10101101 | 0 | 100101 | 1111 | 10100 | 101000100 | 101011 | 1000001 |
Color Harmonies of #CC80AD
Complementary color
Monochromatic Colors of #CC80AD
Black with #CC80AD
Text Example
Text Example
White with #CC80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80AD; }
p { color: rgb(204,128,173); }
H1.HeaderClassName
{
color: #CC80AD;
}
.AnyTagClassName
{
color: #CC80AD;
}
</style>
background-color css
<style>
a { background-color: #CC80AD; }
a { background-color: rgb(204,128,173); }
div.DivClassName
{
background-color: #CC80AD;
}
.BgClassName
{
background-color: #CC80AD;
}
</style>
border-color css
<style>
span { border-color: #CC80AD; }
span { border-color: rgb(204,128,173); }
td.TdClassName
{
border-color: #CC80AD;
}
.TagClassName
{
border-color: #CC80AD;
}
</style>