Shades of Lily #CC83B7
Tints of Lily #CC83B7
RGB
CMYK
RGB Variations
Color information
#CC83B7 (or 0xCC83B7) is known color: Lily. HEX triplet: CC, 83 and B7. RGB value is (204,131,183). Sum of RGB (Red+Green+Blue) = 204+131+183=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC83B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83B7 is #337C48. Grayscale: #9E9E9E. Windows color (decimal): -3374153 or 12026828. OLE color: 12026828.
HSL color Cylindrical-coordinate representation of color #CC83B7: hue angle of 317.26º 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 #CC83B7 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 183 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.2 |
| HSL | 317.26º | 0.42% | 0.66% | - |
| HSV(B) | 317.26º | 0.36% | 0.8% | - |
| XYZ | 41.57 | 32.49 | 48.88 | - |
| YUV | 158.76 | 141.68 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 183 | 0 | 0.36 | 0.10 | 0.2 | 317.26 | 0.42 | 0.66 |
| Hex | CC | 83 | B7 | 0 | 24 | A | 14 | 13D | 2A | 42 |
| Octal | 314 | 203 | 267 | 0 | 44 | 12 | 24 | 475 | 52 | 102 |
| Binary | 11001100 | 10000011 | 10110111 | 0 | 100100 | 1010 | 10100 | 100111101 | 101010 | 1000010 |
Color Harmonies of #CC83B7
Complementary color
Monochromatic Colors of #CC83B7
Black with #CC83B7
Text Example
Text Example
White with #CC83B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC83B7; }
p { color: rgb(204,131,183); }
H1.HeaderClassName
{
color: #CC83B7;
}
.AnyTagClassName
{
color: #CC83B7;
}
</style>
background-color css
<style>
a { background-color: #CC83B7; }
a { background-color: rgb(204,131,183); }
div.DivClassName
{
background-color: #CC83B7;
}
.BgClassName
{
background-color: #CC83B7;
}
</style>
border-color css
<style>
span { border-color: #CC83B7; }
span { border-color: rgb(204,131,183); }
td.TdClassName
{
border-color: #CC83B7;
}
.TagClassName
{
border-color: #CC83B7;
}
</style>