Shades of Orchid #E37CDD
Tints of Orchid #E37CDD
RGB
CMYK
RGB Variations
Color information
#E37CDD (or 0xE37CDD) is known color: Orchid. HEX triplet: E3, 7C and DD. RGB value is (227,124,221). Sum of RGB (Red+Green+Blue) = 227+124+221=572 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.69% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 227 - color contains mainly: red. Hex color #E37CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37CDD is #1C8322. Grayscale: #A5A5A5. Windows color (decimal): -1868579 or 14515427. OLE color: 14515427.
HSL color Cylindrical-coordinate representation of color #E37CDD: hue angle of 303.5º 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 #E37CDD is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 124 | 221 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.11 |
| HSL | 303.5º | 0.65% | 0.69% | - |
| HSV(B) | 303.5º | 0.45% | 0.89% | - |
| XYZ | 51.94 | 35.97 | 72.61 | - |
| YUV | 165.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 124 | 221 | 0 | 0.45 | 0.03 | 0.11 | 303.5 | 0.65 | 0.69 |
| Hex | E3 | 7C | DD | 0 | 2D | 3 | B | 12F | 41 | 45 |
| Octal | 343 | 174 | 335 | 0 | 55 | 3 | 13 | 457 | 101 | 105 |
| Binary | 11100011 | 1111100 | 11011101 | 0 | 101101 | 11 | 1011 | 100101111 | 1000001 | 1000101 |
Color Harmonies of #E37CDD
Complementary color
Monochromatic Colors of #E37CDD
Black with #E37CDD
Text Example
Text Example
White with #E37CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37CDD; }
p { color: rgb(227,124,221); }
H1.HeaderClassName
{
color: #E37CDD;
}
.AnyTagClassName
{
color: #E37CDD;
}
</style>
background-color css
<style>
a { background-color: #E37CDD; }
a { background-color: rgb(227,124,221); }
div.DivClassName
{
background-color: #E37CDD;
}
.BgClassName
{
background-color: #E37CDD;
}
</style>
border-color css
<style>
span { border-color: #E37CDD; }
span { border-color: rgb(227,124,221); }
td.TdClassName
{
border-color: #E37CDD;
}
.TagClassName
{
border-color: #E37CDD;
}
</style>