Shades of Orchid #E27FDB
Tints of Orchid #E27FDB
RGB
CMYK
RGB Variations
Color information
#E27FDB (or 0xE27FDB) is known color: Orchid. HEX triplet: E2, 7F and DB. RGB value is (226,127,219). Sum of RGB (Red+Green+Blue) = 226+127+219=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FDB is #1D8024. Grayscale: #A6A6A6. Windows color (decimal): -1933349 or 14385122. OLE color: 14385122.
HSL color Cylindrical-coordinate representation of color #E27FDB: hue angle of 304.24º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FDB is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 219 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 304.24º | 0.63% | 0.69% | - |
| HSV(B) | 304.24º | 0.44% | 0.89% | - |
| XYZ | 51.74 | 36.46 | 71.33 | - |
| YUV | 167.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 219 | 0 | 0.44 | 0.03 | 0.11 | 304.24 | 0.63 | 0.69 |
| Hex | E2 | 7F | DB | 0 | 2C | 3 | B | 130 | 3F | 45 |
| Octal | 342 | 177 | 333 | 0 | 54 | 3 | 13 | 460 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11011011 | 0 | 101100 | 11 | 1011 | 100110000 | 111111 | 1000101 |
Color Harmonies of #E27FDB
Complementary color
Monochromatic Colors of #E27FDB
Black with #E27FDB
Text Example
Text Example
White with #E27FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FDB; }
p { color: rgb(226,127,219); }
H1.HeaderClassName
{
color: #E27FDB;
}
.AnyTagClassName
{
color: #E27FDB;
}
</style>
background-color css
<style>
a { background-color: #E27FDB; }
a { background-color: rgb(226,127,219); }
div.DivClassName
{
background-color: #E27FDB;
}
.BgClassName
{
background-color: #E27FDB;
}
</style>
border-color css
<style>
span { border-color: #E27FDB; }
span { border-color: rgb(226,127,219); }
td.TdClassName
{
border-color: #E27FDB;
}
.TagClassName
{
border-color: #E27FDB;
}
</style>