Shades of Lily #CC82BC
Tints of Lily #CC82BC
RGB
CMYK
RGB Variations
Color information
#CC82BC (or 0xCC82BC) is known color: Lily. HEX triplet: CC, 82 and BC. RGB value is (204,130,188). Sum of RGB (Red+Green+Blue) = 204+130+188=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC82BC is #337D43. Grayscale: #9E9E9E. Windows color (decimal): -3374404 or 12354252. OLE color: 12354252.
HSL color Cylindrical-coordinate representation of color #CC82BC: hue angle of 312.97º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC82BC is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 188 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.2 |
| HSL | 312.97º | 0.42% | 0.65% | - |
| HSV(B) | 312.97º | 0.36% | 0.8% | - |
| XYZ | 41.96 | 32.43 | 51.63 | - |
| YUV | 158.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 188 | 0 | 0.36 | 0.08 | 0.2 | 312.97 | 0.42 | 0.65 |
| Hex | CC | 82 | BC | 0 | 24 | 8 | 14 | 139 | 2A | 41 |
| Octal | 314 | 202 | 274 | 0 | 44 | 10 | 24 | 471 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10111100 | 0 | 100100 | 1000 | 10100 | 100111001 | 101010 | 1000001 |
Color Harmonies of #CC82BC
Complementary color
Monochromatic Colors of #CC82BC
Black with #CC82BC
Text Example
Text Example
White with #CC82BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82BC; }
p { color: rgb(204,130,188); }
H1.HeaderClassName
{
color: #CC82BC;
}
.AnyTagClassName
{
color: #CC82BC;
}
</style>
background-color css
<style>
a { background-color: #CC82BC; }
a { background-color: rgb(204,130,188); }
div.DivClassName
{
background-color: #CC82BC;
}
.BgClassName
{
background-color: #CC82BC;
}
</style>
border-color css
<style>
span { border-color: #CC82BC; }
span { border-color: rgb(204,130,188); }
td.TdClassName
{
border-color: #CC82BC;
}
.TagClassName
{
border-color: #CC82BC;
}
</style>