Shades of Orchid #E16BCC
Tints of Orchid #E16BCC
RGB
CMYK
RGB Variations
Color information
#E16BCC (or 0xE16BCC) is known color: Orchid. HEX triplet: E1, 6B and CC. RGB value is (225,107,204). Sum of RGB (Red+Green+Blue) = 225+107+204=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BCC is #1E9433. Grayscale: #999999. Windows color (decimal): -2004020 or 13396961. OLE color: 13396961.
HSL color Cylindrical-coordinate representation of color #E16BCC: hue angle of 310.68º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16BCC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 204 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.12 |
| HSL | 310.68º | 0.66% | 0.65% | - |
| HSV(B) | 310.68º | 0.52% | 0.88% | - |
| XYZ | 47.21 | 30.88 | 60.6 | - |
| YUV | 153.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 204 | 0 | 0.52 | 0.09 | 0.12 | 310.68 | 0.66 | 0.65 |
| Hex | E1 | 6B | CC | 0 | 34 | 9 | C | 137 | 42 | 41 |
| Octal | 341 | 153 | 314 | 0 | 64 | 11 | 14 | 467 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11001100 | 0 | 110100 | 1001 | 1100 | 100110111 | 1000010 | 1000001 |
Color Harmonies of #E16BCC
Complementary color
Monochromatic Colors of #E16BCC
Black with #E16BCC
Text Example
Text Example
White with #E16BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BCC; }
p { color: rgb(225,107,204); }
H1.HeaderClassName
{
color: #E16BCC;
}
.AnyTagClassName
{
color: #E16BCC;
}
</style>
background-color css
<style>
a { background-color: #E16BCC; }
a { background-color: rgb(225,107,204); }
div.DivClassName
{
background-color: #E16BCC;
}
.BgClassName
{
background-color: #E16BCC;
}
</style>
border-color css
<style>
span { border-color: #E16BCC; }
span { border-color: rgb(225,107,204); }
td.TdClassName
{
border-color: #E16BCC;
}
.TagClassName
{
border-color: #E16BCC;
}
</style>