Shades of Orchid #E37DCA
Tints of Orchid #E37DCA
RGB
CMYK
RGB Variations
Color information
#E37DCA (or 0xE37DCA) is known color: Orchid. HEX triplet: E3, 7D and CA. RGB value is (227,125,202). Sum of RGB (Red+Green+Blue) = 227+125+202=554 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.97% from 554); Green value is 125 (49.22% from 255 or 22.56% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 227 - color contains mainly: red. Hex color #E37DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37DCA is #1C8235. Grayscale: #A4A4A4. Windows color (decimal): -1868342 or 13270499. OLE color: 13270499.
HSL color Cylindrical-coordinate representation of color #E37DCA: hue angle of 314.71º 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 #E37DCA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 202 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.11 |
| HSL | 314.71º | 0.65% | 0.69% | - |
| HSV(B) | 314.71º | 0.45% | 0.89% | - |
| XYZ | 49.67 | 35.26 | 60.07 | - |
| YUV | 164.28 | 149.29 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 202 | 0 | 0.45 | 0.11 | 0.11 | 314.71 | 0.65 | 0.69 |
| Hex | E3 | 7D | CA | 0 | 2D | B | B | 13B | 41 | 45 |
| Octal | 343 | 175 | 312 | 0 | 55 | 13 | 13 | 473 | 101 | 105 |
| Binary | 11100011 | 1111101 | 11001010 | 0 | 101101 | 1011 | 1011 | 100111011 | 1000001 | 1000101 |
Color Harmonies of #E37DCA
Complementary color
Monochromatic Colors of #E37DCA
Black with #E37DCA
Text Example
Text Example
White with #E37DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37DCA; }
p { color: rgb(227,125,202); }
H1.HeaderClassName
{
color: #E37DCA;
}
.AnyTagClassName
{
color: #E37DCA;
}
</style>
background-color css
<style>
a { background-color: #E37DCA; }
a { background-color: rgb(227,125,202); }
div.DivClassName
{
background-color: #E37DCA;
}
.BgClassName
{
background-color: #E37DCA;
}
</style>
border-color css
<style>
span { border-color: #E37DCA; }
span { border-color: rgb(227,125,202); }
td.TdClassName
{
border-color: #E37DCA;
}
.TagClassName
{
border-color: #E37DCA;
}
</style>