Shades of Lily #CC84AD
Tints of Lily #CC84AD
RGB
CMYK
RGB Variations
Color information
#CC84AD (or 0xCC84AD) is known color: Lily. HEX triplet: CC, 84 and AD. RGB value is (204,132,173). Sum of RGB (Red+Green+Blue) = 204+132+173=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84AD is #337B52. Grayscale: #9E9E9E. Windows color (decimal): -3373907 or 11371724. OLE color: 11371724.
HSL color Cylindrical-coordinate representation of color #CC84AD: hue angle of 325.83º 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 #CC84AD is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 173 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.2 |
| HSL | 325.83º | 0.41% | 0.66% | - |
| HSV(B) | 325.83º | 0.35% | 0.8% | - |
| XYZ | 40.7 | 32.36 | 43.64 | - |
| YUV | 158.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 173 | 0 | 0.35 | 0.15 | 0.2 | 325.83 | 0.41 | 0.66 |
| Hex | CC | 84 | AD | 0 | 23 | F | 14 | 146 | 29 | 42 |
| Octal | 314 | 204 | 255 | 0 | 43 | 17 | 24 | 506 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10101101 | 0 | 100011 | 1111 | 10100 | 101000110 | 101001 | 1000010 |
Color Harmonies of #CC84AD
Complementary color
Monochromatic Colors of #CC84AD
Black with #CC84AD
Text Example
Text Example
White with #CC84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84AD; }
p { color: rgb(204,132,173); }
H1.HeaderClassName
{
color: #CC84AD;
}
.AnyTagClassName
{
color: #CC84AD;
}
</style>
background-color css
<style>
a { background-color: #CC84AD; }
a { background-color: rgb(204,132,173); }
div.DivClassName
{
background-color: #CC84AD;
}
.BgClassName
{
background-color: #CC84AD;
}
</style>
border-color css
<style>
span { border-color: #CC84AD; }
span { border-color: rgb(204,132,173); }
td.TdClassName
{
border-color: #CC84AD;
}
.TagClassName
{
border-color: #CC84AD;
}
</style>