Shades of Orchid #E16BDA
Tints of Orchid #E16BDA
RGB
CMYK
RGB Variations
Color information
#E16BDA (or 0xE16BDA) is known color: Orchid. HEX triplet: E1, 6B and DA. RGB value is (225,107,218). Sum of RGB (Red+Green+Blue) = 225+107+218=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BDA is #1E9425. Grayscale: #9A9A9A. Windows color (decimal): -2004006 or 14314465. OLE color: 14314465.
HSL color Cylindrical-coordinate representation of color #E16BDA: hue angle of 303.56º 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 #E16BDA is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 218 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.12 |
| HSL | 303.56º | 0.66% | 0.65% | - |
| HSV(B) | 303.56º | 0.52% | 0.88% | - |
| XYZ | 48.96 | 31.58 | 69.85 | - |
| YUV | 154.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 218 | 0 | 0.52 | 0.03 | 0.12 | 303.56 | 0.66 | 0.65 |
| Hex | E1 | 6B | DA | 0 | 34 | 3 | C | 130 | 42 | 41 |
| Octal | 341 | 153 | 332 | 0 | 64 | 3 | 14 | 460 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11011010 | 0 | 110100 | 11 | 1100 | 100110000 | 1000010 | 1000001 |
Color Harmonies of #E16BDA
Complementary color
Monochromatic Colors of #E16BDA
Black with #E16BDA
Text Example
Text Example
White with #E16BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BDA; }
p { color: rgb(225,107,218); }
H1.HeaderClassName
{
color: #E16BDA;
}
.AnyTagClassName
{
color: #E16BDA;
}
</style>
background-color css
<style>
a { background-color: #E16BDA; }
a { background-color: rgb(225,107,218); }
div.DivClassName
{
background-color: #E16BDA;
}
.BgClassName
{
background-color: #E16BDA;
}
</style>
border-color css
<style>
span { border-color: #E16BDA; }
span { border-color: rgb(225,107,218); }
td.TdClassName
{
border-color: #E16BDA;
}
.TagClassName
{
border-color: #E16BDA;
}
</style>