Shades of Lily #CC84B8
Tints of Lily #CC84B8
RGB
CMYK
RGB Variations
Color information
#CC84B8 (or 0xCC84B8) is known color: Lily. HEX triplet: CC, 84 and B8. RGB value is (204,132,184). Sum of RGB (Red+Green+Blue) = 204+132+184=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84B8 is #337B47. Grayscale: #9F9F9F. Windows color (decimal): -3373896 or 12092620. OLE color: 12092620.
HSL color Cylindrical-coordinate representation of color #CC84B8: hue angle of 316.67º 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 #CC84B8 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 184 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.2 |
| HSL | 316.67º | 0.41% | 0.66% | - |
| HSV(B) | 316.67º | 0.35% | 0.8% | - |
| XYZ | 41.8 | 32.8 | 49.48 | - |
| YUV | 159.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 184 | 0 | 0.35 | 0.10 | 0.2 | 316.67 | 0.41 | 0.66 |
| Hex | CC | 84 | B8 | 0 | 23 | A | 14 | 13D | 29 | 42 |
| Octal | 314 | 204 | 270 | 0 | 43 | 12 | 24 | 475 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10111000 | 0 | 100011 | 1010 | 10100 | 100111101 | 101001 | 1000010 |
Color Harmonies of #CC84B8
Complementary color
Monochromatic Colors of #CC84B8
Black with #CC84B8
Text Example
Text Example
White with #CC84B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84B8; }
p { color: rgb(204,132,184); }
H1.HeaderClassName
{
color: #CC84B8;
}
.AnyTagClassName
{
color: #CC84B8;
}
</style>
background-color css
<style>
a { background-color: #CC84B8; }
a { background-color: rgb(204,132,184); }
div.DivClassName
{
background-color: #CC84B8;
}
.BgClassName
{
background-color: #CC84B8;
}
</style>
border-color css
<style>
span { border-color: #CC84B8; }
span { border-color: rgb(204,132,184); }
td.TdClassName
{
border-color: #CC84B8;
}
.TagClassName
{
border-color: #CC84B8;
}
</style>