Shades of Orchid #E27DD1
Tints of Orchid #E27DD1
RGB
CMYK
RGB Variations
Color information
#E27DD1 (or 0xE27DD1) is known color: Orchid. HEX triplet: E2, 7D and D1. RGB value is (226,125,209). Sum of RGB (Red+Green+Blue) = 226+125+209=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DD1 is #1D822E. Grayscale: #A4A4A4. Windows color (decimal): -1933871 or 13729250. OLE color: 13729250.
HSL color Cylindrical-coordinate representation of color #E27DD1: hue angle of 310.1º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DD1 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 209 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.11 |
| HSL | 310.1º | 0.64% | 0.69% | - |
| HSV(B) | 310.1º | 0.45% | 0.89% | - |
| XYZ | 50.21 | 35.44 | 64.52 | - |
| YUV | 164.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 209 | 0 | 0.45 | 0.08 | 0.11 | 310.1 | 0.64 | 0.69 |
| Hex | E2 | 7D | D1 | 0 | 2D | 8 | B | 136 | 40 | 45 |
| Octal | 342 | 175 | 321 | 0 | 55 | 10 | 13 | 466 | 100 | 105 |
| Binary | 11100010 | 1111101 | 11010001 | 0 | 101101 | 1000 | 1011 | 100110110 | 1000000 | 1000101 |
Color Harmonies of #E27DD1
Complementary color
Monochromatic Colors of #E27DD1
Black with #E27DD1
Text Example
Text Example
White with #E27DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DD1; }
p { color: rgb(226,125,209); }
H1.HeaderClassName
{
color: #E27DD1;
}
.AnyTagClassName
{
color: #E27DD1;
}
</style>
background-color css
<style>
a { background-color: #E27DD1; }
a { background-color: rgb(226,125,209); }
div.DivClassName
{
background-color: #E27DD1;
}
.BgClassName
{
background-color: #E27DD1;
}
</style>
border-color css
<style>
span { border-color: #E27DD1; }
span { border-color: rgb(226,125,209); }
td.TdClassName
{
border-color: #E27DD1;
}
.TagClassName
{
border-color: #E27DD1;
}
</style>