Shades of Orchid #E27DD5
Tints of Orchid #E27DD5
RGB
CMYK
RGB Variations
Color information
#E27DD5 (or 0xE27DD5) is known color: Orchid. HEX triplet: E2, 7D and D5. RGB value is (226,125,213). Sum of RGB (Red+Green+Blue) = 226+125+213=564 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.07% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DD5 is #1D822A. Grayscale: #A4A4A4. Windows color (decimal): -1933867 or 13991394. OLE color: 13991394.
HSL color Cylindrical-coordinate representation of color #E27DD5: hue angle of 307.72º 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 #E27DD5 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 213 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.11 |
| HSL | 307.72º | 0.64% | 0.69% | - |
| HSV(B) | 307.72º | 0.45% | 0.89% | - |
| XYZ | 50.71 | 35.64 | 67.16 | - |
| YUV | 165.23 | 154.96 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 213 | 0 | 0.45 | 0.06 | 0.11 | 307.72 | 0.64 | 0.69 |
| Hex | E2 | 7D | D5 | 0 | 2D | 6 | B | 134 | 40 | 45 |
| Octal | 342 | 175 | 325 | 0 | 55 | 6 | 13 | 464 | 100 | 105 |
| Binary | 11100010 | 1111101 | 11010101 | 0 | 101101 | 110 | 1011 | 100110100 | 1000000 | 1000101 |
Color Harmonies of #E27DD5
Complementary color
Monochromatic Colors of #E27DD5
Black with #E27DD5
Text Example
Text Example
White with #E27DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DD5; }
p { color: rgb(226,125,213); }
H1.HeaderClassName
{
color: #E27DD5;
}
.AnyTagClassName
{
color: #E27DD5;
}
</style>
background-color css
<style>
a { background-color: #E27DD5; }
a { background-color: rgb(226,125,213); }
div.DivClassName
{
background-color: #E27DD5;
}
.BgClassName
{
background-color: #E27DD5;
}
</style>
border-color css
<style>
span { border-color: #E27DD5; }
span { border-color: rgb(226,125,213); }
td.TdClassName
{
border-color: #E27DD5;
}
.TagClassName
{
border-color: #E27DD5;
}
</style>