Shades of Lily #CC83B9
Tints of Lily #CC83B9
RGB
CMYK
RGB Variations
Color information
#CC83B9 (or 0xCC83B9) is known color: Lily. HEX triplet: CC, 83 and B9. RGB value is (204,131,185). Sum of RGB (Red+Green+Blue) = 204+131+185=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83B9 is #337C46. Grayscale: #9E9E9E. Windows color (decimal): -3374151 or 12157900. OLE color: 12157900.
HSL color Cylindrical-coordinate representation of color #CC83B9: hue angle of 315.62º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC83B9 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 185 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.2 |
| HSL | 315.62º | 0.42% | 0.66% | - |
| HSV(B) | 315.62º | 0.36% | 0.8% | - |
| XYZ | 41.78 | 32.57 | 49.98 | - |
| YUV | 158.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 185 | 0 | 0.36 | 0.09 | 0.2 | 315.62 | 0.42 | 0.66 |
| Hex | CC | 83 | B9 | 0 | 24 | 9 | 14 | 13C | 2A | 42 |
| Octal | 314 | 203 | 271 | 0 | 44 | 11 | 24 | 474 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10111001 | 0 | 100100 | 1001 | 10100 | 100111100 | 101010 | 1000010 |
Color Harmonies of #CC83B9
Complementary color
Monochromatic Colors of #CC83B9
Black with #CC83B9
Text Example
Text Example
White with #CC83B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83B9; }
p { color: rgb(204,131,185); }
H1.HeaderClassName
{
color: #CC83B9;
}
.AnyTagClassName
{
color: #CC83B9;
}
</style>
background-color css
<style>
a { background-color: #CC83B9; }
a { background-color: rgb(204,131,185); }
div.DivClassName
{
background-color: #CC83B9;
}
.BgClassName
{
background-color: #CC83B9;
}
</style>
border-color css
<style>
span { border-color: #CC83B9; }
span { border-color: rgb(204,131,185); }
td.TdClassName
{
border-color: #CC83B9;
}
.TagClassName
{
border-color: #CC83B9;
}
</style>