Shades of Orchid #E27BDB
Tints of Orchid #E27BDB
RGB
CMYK
RGB Variations
Color information
#E27BDB (or 0xE27BDB) is known color: Orchid. HEX triplet: E2, 7B and DB. RGB value is (226,123,219). Sum of RGB (Red+Green+Blue) = 226+123+219=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BDB is #1D8424. Grayscale: #A4A4A4. Windows color (decimal): -1934373 or 14384098. OLE color: 14384098.
HSL color Cylindrical-coordinate representation of color #E27BDB: hue angle of 304.08º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BDB is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 123 | 219 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 304.08º | 0.64% | 0.68% | - |
| HSV(B) | 304.08º | 0.46% | 0.89% | - |
| XYZ | 51.23 | 35.45 | 71.16 | - |
| YUV | 164.74 | 158.62 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 219 | 0 | 0.46 | 0.03 | 0.11 | 304.08 | 0.64 | 0.68 |
| Hex | E2 | 7B | DB | 0 | 2E | 3 | B | 130 | 40 | 44 |
| Octal | 342 | 173 | 333 | 0 | 56 | 3 | 13 | 460 | 100 | 104 |
| Binary | 11100010 | 1111011 | 11011011 | 0 | 101110 | 11 | 1011 | 100110000 | 1000000 | 1000100 |
Color Harmonies of #E27BDB
Complementary color
Monochromatic Colors of #E27BDB
Black with #E27BDB
Text Example
Text Example
White with #E27BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BDB; }
p { color: rgb(226,123,219); }
H1.HeaderClassName
{
color: #E27BDB;
}
.AnyTagClassName
{
color: #E27BDB;
}
</style>
background-color css
<style>
a { background-color: #E27BDB; }
a { background-color: rgb(226,123,219); }
div.DivClassName
{
background-color: #E27BDB;
}
.BgClassName
{
background-color: #E27BDB;
}
</style>
border-color css
<style>
span { border-color: #E27BDB; }
span { border-color: rgb(226,123,219); }
td.TdClassName
{
border-color: #E27BDB;
}
.TagClassName
{
border-color: #E27BDB;
}
</style>