Shades of Lily #CC84BA
Tints of Lily #CC84BA
RGB
CMYK
RGB Variations
Color information
#CC84BA (or 0xCC84BA) is known color: Lily. HEX triplet: CC, 84 and BA. RGB value is (204,132,186). Sum of RGB (Red+Green+Blue) = 204+132+186=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84BA is #337B45. Grayscale: #9F9F9F. Windows color (decimal): -3373894 or 12223692. OLE color: 12223692.
HSL color Cylindrical-coordinate representation of color #CC84BA: hue angle of 315º 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 #CC84BA is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 186 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.2 |
| HSL | 315º | 0.41% | 0.66% | - |
| HSV(B) | 315º | 0.35% | 0.8% | - |
| XYZ | 42.02 | 32.89 | 50.59 | - |
| YUV | 159.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 186 | 0 | 0.35 | 0.09 | 0.2 | 315 | 0.41 | 0.66 |
| Hex | CC | 84 | BA | 0 | 23 | 9 | 14 | 13B | 29 | 42 |
| Octal | 314 | 204 | 272 | 0 | 43 | 11 | 24 | 473 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10111010 | 0 | 100011 | 1001 | 10100 | 100111011 | 101001 | 1000010 |
Color Harmonies of #CC84BA
Complementary color
Monochromatic Colors of #CC84BA
Black with #CC84BA
Text Example
Text Example
White with #CC84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84BA; }
p { color: rgb(204,132,186); }
H1.HeaderClassName
{
color: #CC84BA;
}
.AnyTagClassName
{
color: #CC84BA;
}
</style>
background-color css
<style>
a { background-color: #CC84BA; }
a { background-color: rgb(204,132,186); }
div.DivClassName
{
background-color: #CC84BA;
}
.BgClassName
{
background-color: #CC84BA;
}
</style>
border-color css
<style>
span { border-color: #CC84BA; }
span { border-color: rgb(204,132,186); }
td.TdClassName
{
border-color: #CC84BA;
}
.TagClassName
{
border-color: #CC84BA;
}
</style>