Shades of Orchid #E37DDD
Tints of Orchid #E37DDD
RGB
CMYK
RGB Variations
Color information
#E37DDD (or 0xE37DDD) is known color: Orchid. HEX triplet: E3, 7D and DD. RGB value is (227,125,221). Sum of RGB (Red+Green+Blue) = 227+125+221=573 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.62% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DDD is #1C8222. Grayscale: #A6A6A6. Windows color (decimal): -1868323 or 14515683. OLE color: 14515683.
HSL color Cylindrical-coordinate representation of color #E37DDD: hue angle of 303.53º 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 #E37DDD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 221 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.11 |
| HSL | 303.53º | 0.65% | 0.69% | - |
| HSV(B) | 303.53º | 0.45% | 0.89% | - |
| XYZ | 52.06 | 36.22 | 72.65 | - |
| YUV | 166.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 221 | 0 | 0.45 | 0.03 | 0.11 | 303.53 | 0.65 | 0.69 |
| Hex | E3 | 7D | DD | 0 | 2D | 3 | B | 130 | 41 | 45 |
| Octal | 343 | 175 | 335 | 0 | 55 | 3 | 13 | 460 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11011101 | 0 | 101101 | 11 | 1011 | 100110000 | 1000001 | 1000101 |
Color Harmonies of #E37DDD
Complementary color
Monochromatic Colors of #E37DDD
Black with #E37DDD
Text Example
Text Example
White with #E37DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DDD; }
p { color: rgb(227,125,221); }
H1.HeaderClassName
{
color: #E37DDD;
}
.AnyTagClassName
{
color: #E37DDD;
}
</style>
background-color css
<style>
a { background-color: #E37DDD; }
a { background-color: rgb(227,125,221); }
div.DivClassName
{
background-color: #E37DDD;
}
.BgClassName
{
background-color: #E37DDD;
}
</style>
border-color css
<style>
span { border-color: #E37DDD; }
span { border-color: rgb(227,125,221); }
td.TdClassName
{
border-color: #E37DDD;
}
.TagClassName
{
border-color: #E37DDD;
}
</style>