Shades of Lily #CC82B2
Tints of Lily #CC82B2
RGB
CMYK
RGB Variations
Color information
#CC82B2 (or 0xCC82B2) is known color: Lily. HEX triplet: CC, 82 and B2. RGB value is (204,130,178). Sum of RGB (Red+Green+Blue) = 204+130+178=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC82B2 is #337D4D. Grayscale: #9D9D9D. Windows color (decimal): -3374414 or 11698892. OLE color: 11698892.
HSL color Cylindrical-coordinate representation of color #CC82B2: hue angle of 321.08º 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 #CC82B2 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 178 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.2 |
| HSL | 321.08º | 0.42% | 0.65% | - |
| HSV(B) | 321.08º | 0.36% | 0.8% | - |
| XYZ | 40.92 | 32.02 | 46.14 | - |
| YUV | 157.6 | 139.52 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 178 | 0 | 0.36 | 0.13 | 0.2 | 321.08 | 0.42 | 0.65 |
| Hex | CC | 82 | B2 | 0 | 24 | D | 14 | 141 | 2A | 41 |
| Octal | 314 | 202 | 262 | 0 | 44 | 15 | 24 | 501 | 52 | 101 |
| Binary | 11001100 | 10000010 | 10110010 | 0 | 100100 | 1101 | 10100 | 101000001 | 101010 | 1000001 |
Color Harmonies of #CC82B2
Complementary color
Monochromatic Colors of #CC82B2
Black with #CC82B2
Text Example
Text Example
White with #CC82B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC82B2; }
p { color: rgb(204,130,178); }
H1.HeaderClassName
{
color: #CC82B2;
}
.AnyTagClassName
{
color: #CC82B2;
}
</style>
background-color css
<style>
a { background-color: #CC82B2; }
a { background-color: rgb(204,130,178); }
div.DivClassName
{
background-color: #CC82B2;
}
.BgClassName
{
background-color: #CC82B2;
}
</style>
border-color css
<style>
span { border-color: #CC82B2; }
span { border-color: rgb(204,130,178); }
td.TdClassName
{
border-color: #CC82B2;
}
.TagClassName
{
border-color: #CC82B2;
}
</style>