Shades of Orchid #E27DDD
Tints of Orchid #E27DDD
RGB
CMYK
RGB Variations
Color information
#E27DDD (or 0xE27DDD) is known color: Orchid. HEX triplet: E2, 7D and DD. RGB value is (226,125,221). Sum of RGB (Red+Green+Blue) = 226+125+221=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DDD is #1D8222. Grayscale: #A5A5A5. Windows color (decimal): -1933859 or 14515682. OLE color: 14515682.
HSL color Cylindrical-coordinate representation of color #E27DDD: hue angle of 302.97º 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 #E27DDD is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 125 | 221 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.11 |
| HSL | 302.97º | 0.64% | 0.69% | - |
| HSV(B) | 302.97º | 0.45% | 0.89% | - |
| XYZ | 51.75 | 36.06 | 72.64 | - |
| YUV | 166.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 221 | 0 | 0.45 | 0.02 | 0.11 | 302.97 | 0.64 | 0.69 |
| Hex | E2 | 7D | DD | 0 | 2D | 2 | B | 12F | 40 | 45 |
| Octal | 342 | 175 | 335 | 0 | 55 | 2 | 13 | 457 | 100 | 105 |
| Binary | 11100010 | 1111101 | 11011101 | 0 | 101101 | 10 | 1011 | 100101111 | 1000000 | 1000101 |
Color Harmonies of #E27DDD
Complementary color
Monochromatic Colors of #E27DDD
Black with #E27DDD
Text Example
Text Example
White with #E27DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DDD; }
p { color: rgb(226,125,221); }
H1.HeaderClassName
{
color: #E27DDD;
}
.AnyTagClassName
{
color: #E27DDD;
}
</style>
background-color css
<style>
a { background-color: #E27DDD; }
a { background-color: rgb(226,125,221); }
div.DivClassName
{
background-color: #E27DDD;
}
.BgClassName
{
background-color: #E27DDD;
}
</style>
border-color css
<style>
span { border-color: #E27DDD; }
span { border-color: rgb(226,125,221); }
td.TdClassName
{
border-color: #E27DDD;
}
.TagClassName
{
border-color: #E27DDD;
}
</style>