Shades of Lily #CC84BD
Tints of Lily #CC84BD
RGB
CMYK
RGB Variations
Color information
#CC84BD (or 0xCC84BD) is known color: Lily. HEX triplet: CC, 84 and BD. RGB value is (204,132,189). Sum of RGB (Red+Green+Blue) = 204+132+189=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84BD is #337B42. Grayscale: #9F9F9F. Windows color (decimal): -3373891 or 12420300. OLE color: 12420300.
HSL color Cylindrical-coordinate representation of color #CC84BD: hue angle of 312.5º 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 #CC84BD is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 189 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.2 |
| HSL | 312.5º | 0.41% | 0.66% | - |
| HSV(B) | 312.5º | 0.35% | 0.8% | - |
| XYZ | 42.34 | 33.01 | 52.28 | - |
| YUV | 160.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 189 | 0 | 0.35 | 0.07 | 0.2 | 312.5 | 0.41 | 0.66 |
| Hex | CC | 84 | BD | 0 | 23 | 7 | 14 | 138 | 29 | 42 |
| Octal | 314 | 204 | 275 | 0 | 43 | 7 | 24 | 470 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10111101 | 0 | 100011 | 111 | 10100 | 100111000 | 101001 | 1000010 |
Color Harmonies of #CC84BD
Complementary color
Monochromatic Colors of #CC84BD
Black with #CC84BD
Text Example
Text Example
White with #CC84BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84BD; }
p { color: rgb(204,132,189); }
H1.HeaderClassName
{
color: #CC84BD;
}
.AnyTagClassName
{
color: #CC84BD;
}
</style>
background-color css
<style>
a { background-color: #CC84BD; }
a { background-color: rgb(204,132,189); }
div.DivClassName
{
background-color: #CC84BD;
}
.BgClassName
{
background-color: #CC84BD;
}
</style>
border-color css
<style>
span { border-color: #CC84BD; }
span { border-color: rgb(204,132,189); }
td.TdClassName
{
border-color: #CC84BD;
}
.TagClassName
{
border-color: #CC84BD;
}
</style>