Shades of Orchid #E37DDC
Tints of Orchid #E37DDC
RGB
CMYK
RGB Variations
Color information
#E37DDC (or 0xE37DDC) is known color: Orchid. HEX triplet: E3, 7D and DC. RGB value is (227,125,220). Sum of RGB (Red+Green+Blue) = 227+125+220=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 125 (49.22% from 255 or 21.85% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DDC is #1C8223. Grayscale: #A6A6A6. Windows color (decimal): -1868324 or 14450147. OLE color: 14450147.
HSL color Cylindrical-coordinate representation of color #E37DDC: hue angle of 304.12º degrees, saturation: 0.65, 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 #E37DDC is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 220 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.11 |
| HSL | 304.12º | 0.65% | 0.69% | - |
| HSV(B) | 304.12º | 0.45% | 0.89% | - |
| XYZ | 51.93 | 36.17 | 71.95 | - |
| YUV | 166.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 220 | 0 | 0.45 | 0.03 | 0.11 | 304.12 | 0.65 | 0.69 |
| Hex | E3 | 7D | DC | 0 | 2D | 3 | B | 130 | 41 | 45 |
| Octal | 343 | 175 | 334 | 0 | 55 | 3 | 13 | 460 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11011100 | 0 | 101101 | 11 | 1011 | 100110000 | 1000001 | 1000101 |
Color Harmonies of #E37DDC
Complementary color
Monochromatic Colors of #E37DDC
Black with #E37DDC
Text Example
Text Example
White with #E37DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DDC; }
p { color: rgb(227,125,220); }
H1.HeaderClassName
{
color: #E37DDC;
}
.AnyTagClassName
{
color: #E37DDC;
}
</style>
background-color css
<style>
a { background-color: #E37DDC; }
a { background-color: rgb(227,125,220); }
div.DivClassName
{
background-color: #E37DDC;
}
.BgClassName
{
background-color: #E37DDC;
}
</style>
border-color css
<style>
span { border-color: #E37DDC; }
span { border-color: rgb(227,125,220); }
td.TdClassName
{
border-color: #E37DDC;
}
.TagClassName
{
border-color: #E37DDC;
}
</style>