Shades of Orchid #E16BDB
Tints of Orchid #E16BDB
RGB
CMYK
RGB Variations
Color information
#E16BDB (or 0xE16BDB) is known color: Orchid. HEX triplet: E1, 6B and DB. RGB value is (225,107,219). Sum of RGB (Red+Green+Blue) = 225+107+219=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E16BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E16BDB is #1E9424. Grayscale: #9A9A9A. Windows color (decimal): -2004005 or 14380001. OLE color: 14380001.
HSL color Cylindrical-coordinate representation of color #E16BDB: hue angle of 303.05º 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 #E16BDB is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 107 | 219 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.12 |
| HSL | 303.05º | 0.66% | 0.65% | - |
| HSV(B) | 303.05º | 0.52% | 0.88% | - |
| XYZ | 49.1 | 31.64 | 70.54 | - |
| YUV | 155.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 107 | 219 | 0 | 0.52 | 0.03 | 0.12 | 303.05 | 0.66 | 0.65 |
| Hex | E1 | 6B | DB | 0 | 34 | 3 | C | 12F | 42 | 41 |
| Octal | 341 | 153 | 333 | 0 | 64 | 3 | 14 | 457 | 102 | 101 |
| Binary | 11100001 | 1101011 | 11011011 | 0 | 110100 | 11 | 1100 | 100101111 | 1000010 | 1000001 |
Color Harmonies of #E16BDB
Complementary color
Monochromatic Colors of #E16BDB
Black with #E16BDB
Text Example
Text Example
White with #E16BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16BDB; }
p { color: rgb(225,107,219); }
H1.HeaderClassName
{
color: #E16BDB;
}
.AnyTagClassName
{
color: #E16BDB;
}
</style>
background-color css
<style>
a { background-color: #E16BDB; }
a { background-color: rgb(225,107,219); }
div.DivClassName
{
background-color: #E16BDB;
}
.BgClassName
{
background-color: #E16BDB;
}
</style>
border-color css
<style>
span { border-color: #E16BDB; }
span { border-color: rgb(225,107,219); }
td.TdClassName
{
border-color: #E16BDB;
}
.TagClassName
{
border-color: #E16BDB;
}
</style>