Shades of Lily #CC80B9
Tints of Lily #CC80B9
RGB
CMYK
RGB Variations
Color information
#CC80B9 (or 0xCC80B9) is known color: Lily. HEX triplet: CC, 80 and B9. RGB value is (204,128,185). Sum of RGB (Red+Green+Blue) = 204+128+185=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC80B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC80B9 is #337F46. Grayscale: #9D9D9D. Windows color (decimal): -3374919 or 12157132. OLE color: 12157132.
HSL color Cylindrical-coordinate representation of color #CC80B9: hue angle of 315º 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 #CC80B9 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 128 | 185 | - |
CMYK | 0 | 0.37 | 0.09 | 0.2 |
HSL | 315º | 0.43% | 0.65% | - |
HSV(B) | 315º | 0.37% | 0.8% | - |
XYZ | 41.38 | 31.78 | 49.85 | - |
YUV | 157.22 | 143.68 | 161.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 128 | 185 | 0 | 0.37 | 0.09 | 0.2 | 315 | 0.43 | 0.65 |
Hex | CC | 80 | B9 | 0 | 25 | 9 | 14 | 13B | 2B | 41 |
Octal | 314 | 200 | 271 | 0 | 45 | 11 | 24 | 473 | 53 | 101 |
Binary | 11001100 | 10000000 | 10111001 | 0 | 100101 | 1001 | 10100 | 100111011 | 101011 | 1000001 |
Color Harmonies of #CC80B9
Complementary color
Monochromatic Colors of #CC80B9
Black with #CC80B9
Text Example
Text Example
White with #CC80B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC80B9; }
p { color: rgb(204,128,185); }
H1.HeaderClassName
{
color: #CC80B9;
}
.AnyTagClassName
{
color: #CC80B9;
}
</style>
background-color css
<style>
a { background-color: #CC80B9; }
a { background-color: rgb(204,128,185); }
div.DivClassName
{
background-color: #CC80B9;
}
.BgClassName
{
background-color: #CC80B9;
}
</style>
border-color css
<style>
span { border-color: #CC80B9; }
span { border-color: rgb(204,128,185); }
td.TdClassName
{
border-color: #CC80B9;
}
.TagClassName
{
border-color: #CC80B9;
}
</style>