Shades of Orchid #E37BDC
Tints of Orchid #E37BDC
RGB
CMYK
RGB Variations
Color information
#E37BDC (or 0xE37BDC) is known color: Orchid. HEX triplet: E3, 7B and DC. RGB value is (227,123,220). Sum of RGB (Red+Green+Blue) = 227+123+220=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 123 (48.44% from 255 or 21.58% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BDC is #1C8423. Grayscale: #A4A4A4. Windows color (decimal): -1868836 or 14449635. OLE color: 14449635.
HSL color Cylindrical-coordinate representation of color #E37BDC: hue angle of 304.04º 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 #E37BDC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 123 | 220 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.11 |
| HSL | 304.04º | 0.65% | 0.69% | - |
| HSV(B) | 304.04º | 0.46% | 0.89% | - |
| XYZ | 51.68 | 35.66 | 71.87 | - |
| YUV | 165.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 220 | 0 | 0.46 | 0.03 | 0.11 | 304.04 | 0.65 | 0.69 |
| Hex | E3 | 7B | DC | 0 | 2E | 3 | B | 130 | 41 | 45 |
| Octal | 343 | 173 | 334 | 0 | 56 | 3 | 13 | 460 | 101 | 105 |
| Binary | 11100011 | 1111011 | 11011100 | 0 | 101110 | 11 | 1011 | 100110000 | 1000001 | 1000101 |
Color Harmonies of #E37BDC
Complementary color
Monochromatic Colors of #E37BDC
Black with #E37BDC
Text Example
Text Example
White with #E37BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BDC; }
p { color: rgb(227,123,220); }
H1.HeaderClassName
{
color: #E37BDC;
}
.AnyTagClassName
{
color: #E37BDC;
}
</style>
background-color css
<style>
a { background-color: #E37BDC; }
a { background-color: rgb(227,123,220); }
div.DivClassName
{
background-color: #E37BDC;
}
.BgClassName
{
background-color: #E37BDC;
}
</style>
border-color css
<style>
span { border-color: #E37BDC; }
span { border-color: rgb(227,123,220); }
td.TdClassName
{
border-color: #E37BDC;
}
.TagClassName
{
border-color: #E37BDC;
}
</style>