Shades of Orchid #E37FDD
Tints of Orchid #E37FDD
RGB
CMYK
RGB Variations
Color information
#E37FDD (or 0xE37FDD) is known color: Orchid. HEX triplet: E3, 7F and DD. RGB value is (227,127,221). Sum of RGB (Red+Green+Blue) = 227+127+221=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FDD is #1C8022. Grayscale: #A7A7A7. Windows color (decimal): -1867811 or 14516195. OLE color: 14516195.
HSL color Cylindrical-coordinate representation of color #E37FDD: hue angle of 303.6º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37FDD is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 221 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.11 |
| HSL | 303.6º | 0.64% | 0.69% | - |
| HSV(B) | 303.6º | 0.44% | 0.89% | - |
| XYZ | 52.32 | 36.73 | 72.74 | - |
| YUV | 167.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 221 | 0 | 0.44 | 0.03 | 0.11 | 303.6 | 0.64 | 0.69 |
| Hex | E3 | 7F | DD | 0 | 2C | 3 | B | 130 | 40 | 45 |
| Octal | 343 | 177 | 335 | 0 | 54 | 3 | 13 | 460 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11011101 | 0 | 101100 | 11 | 1011 | 100110000 | 1000000 | 1000101 |
Color Harmonies of #E37FDD
Complementary color
Monochromatic Colors of #E37FDD
Black with #E37FDD
Text Example
Text Example
White with #E37FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FDD; }
p { color: rgb(227,127,221); }
H1.HeaderClassName
{
color: #E37FDD;
}
.AnyTagClassName
{
color: #E37FDD;
}
</style>
background-color css
<style>
a { background-color: #E37FDD; }
a { background-color: rgb(227,127,221); }
div.DivClassName
{
background-color: #E37FDD;
}
.BgClassName
{
background-color: #E37FDD;
}
</style>
border-color css
<style>
span { border-color: #E37FDD; }
span { border-color: rgb(227,127,221); }
td.TdClassName
{
border-color: #E37FDD;
}
.TagClassName
{
border-color: #E37FDD;
}
</style>