Shades of Lily #CC84B4
Tints of Lily #CC84B4
RGB
CMYK
RGB Variations
Color information
#CC84B4 (or 0xCC84B4) is known color: Lily. HEX triplet: CC, 84 and B4. RGB value is (204,132,180). Sum of RGB (Red+Green+Blue) = 204+132+180=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC84B4 is #337B4B. Grayscale: #9E9E9E. Windows color (decimal): -3373900 or 11830476. OLE color: 11830476.
HSL color Cylindrical-coordinate representation of color #CC84B4: hue angle of 320º 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 #CC84B4 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 180 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.2 |
| HSL | 320º | 0.41% | 0.66% | - |
| HSV(B) | 320º | 0.35% | 0.8% | - |
| XYZ | 41.39 | 32.64 | 47.3 | - |
| YUV | 159 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 180 | 0 | 0.35 | 0.12 | 0.2 | 320 | 0.41 | 0.66 |
| Hex | CC | 84 | B4 | 0 | 23 | C | 14 | 140 | 29 | 42 |
| Octal | 314 | 204 | 264 | 0 | 43 | 14 | 24 | 500 | 51 | 102 |
| Binary | 11001100 | 10000100 | 10110100 | 0 | 100011 | 1100 | 10100 | 101000000 | 101001 | 1000010 |
Color Harmonies of #CC84B4
Complementary color
Monochromatic Colors of #CC84B4
Black with #CC84B4
Text Example
Text Example
White with #CC84B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84B4; }
p { color: rgb(204,132,180); }
H1.HeaderClassName
{
color: #CC84B4;
}
.AnyTagClassName
{
color: #CC84B4;
}
</style>
background-color css
<style>
a { background-color: #CC84B4; }
a { background-color: rgb(204,132,180); }
div.DivClassName
{
background-color: #CC84B4;
}
.BgClassName
{
background-color: #CC84B4;
}
</style>
border-color css
<style>
span { border-color: #CC84B4; }
span { border-color: rgb(204,132,180); }
td.TdClassName
{
border-color: #CC84B4;
}
.TagClassName
{
border-color: #CC84B4;
}
</style>