Shades of Orchid #E37BDD
Tints of Orchid #E37BDD
RGB
CMYK
RGB Variations
Color information
#E37BDD (or 0xE37BDD) is known color: Orchid. HEX triplet: E3, 7B and DD. RGB value is (227,123,221). Sum of RGB (Red+Green+Blue) = 227+123+221=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BDD is #1C8422. Grayscale: #A4A4A4. Windows color (decimal): -1868835 or 14515171. OLE color: 14515171.
HSL color Cylindrical-coordinate representation of color #E37BDD: hue angle of 303.46º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E37BDD is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 221 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 303.46º | 0.65% | 0.69% | - |
| HSV(B) | 303.46º | 0.46% | 0.89% | - |
| XYZ | 51.81 | 35.72 | 72.57 | - |
| YUV | 165.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 221 | 0 | 0.46 | 0.03 | 0.11 | 303.46 | 0.65 | 0.69 |
| Hex | E3 | 7B | DD | 0 | 2E | 3 | B | 12F | 41 | 45 |
| Octal | 343 | 173 | 335 | 0 | 56 | 3 | 13 | 457 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11011101 | 0 | 101110 | 11 | 1011 | 100101111 | 1000001 | 1000101 |
Color Harmonies of #E37BDD
Complementary color
Monochromatic Colors of #E37BDD
Black with #E37BDD
Text Example
Text Example
White with #E37BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BDD; }
p { color: rgb(227,123,221); }
H1.HeaderClassName
{
color: #E37BDD;
}
.AnyTagClassName
{
color: #E37BDD;
}
</style>
background-color css
<style>
a { background-color: #E37BDD; }
a { background-color: rgb(227,123,221); }
div.DivClassName
{
background-color: #E37BDD;
}
.BgClassName
{
background-color: #E37BDD;
}
</style>
border-color css
<style>
span { border-color: #E37BDD; }
span { border-color: rgb(227,123,221); }
td.TdClassName
{
border-color: #E37BDD;
}
.TagClassName
{
border-color: #E37BDD;
}
</style>