Shades of Orchid #E16BDE
Tints of Orchid #E16BDE
RGB
CMYK
RGB Variations
Color information
#E16BDE (or 0xE16BDE) is known color: Orchid. HEX triplet: E1, 6B and DE. RGB value is (225,107,222). Sum of RGB (Red+Green+Blue) = 225+107+222=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BDE is #1E9421. Grayscale: #9B9B9B. Windows color (decimal): -2004002 or 14576609. OLE color: 14576609.
HSL color Cylindrical-coordinate representation of color #E16BDE: hue angle of 301.53º 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 #E16BDE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 222 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.12 |
| HSL | 301.53º | 0.66% | 0.65% | - |
| HSV(B) | 301.53º | 0.52% | 0.88% | - |
| XYZ | 49.49 | 31.8 | 72.64 | - |
| YUV | 155.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 222 | 0 | 0.52 | 0.01 | 0.12 | 301.53 | 0.66 | 0.65 |
| Hex | E1 | 6B | DE | 0 | 34 | 1 | C | 12E | 42 | 41 |
| Octal | 341 | 153 | 336 | 0 | 64 | 1 | 14 | 456 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11011110 | 0 | 110100 | 1 | 1100 | 100101110 | 1000010 | 1000001 |
Color Harmonies of #E16BDE
Complementary color
Monochromatic Colors of #E16BDE
Black with #E16BDE
Text Example
Text Example
White with #E16BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BDE; }
p { color: rgb(225,107,222); }
H1.HeaderClassName
{
color: #E16BDE;
}
.AnyTagClassName
{
color: #E16BDE;
}
</style>
background-color css
<style>
a { background-color: #E16BDE; }
a { background-color: rgb(225,107,222); }
div.DivClassName
{
background-color: #E16BDE;
}
.BgClassName
{
background-color: #E16BDE;
}
</style>
border-color css
<style>
span { border-color: #E16BDE; }
span { border-color: rgb(225,107,222); }
td.TdClassName
{
border-color: #E16BDE;
}
.TagClassName
{
border-color: #E16BDE;
}
</style>