Shades of Orchid #E370E7
Tints of Orchid #E370E7
RGB
CMYK
RGB Variations
Color information
#E370E7 (or 0xE370E7) is known color: Orchid. HEX triplet: E3, 70 and E7. RGB value is (227,112,231). Sum of RGB (Red+Green+Blue) = 227+112+231=570 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.82% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 231 (90.62% from 255 or 40.53% from 570); Max value from RGB is 231 - color contains mainly: blue. Hex color #E370E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E370E7 is #1C8F18. Grayscale: #9F9F9F. Windows color (decimal): -1871641 or 15167715. OLE color: 15167715.
HSL color Cylindrical-coordinate representation of color #E370E7: hue angle of 297.98º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E370E7 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 227 | 112 | 231 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.09 |
| HSL | 297.98º | 0.71% | 0.67% | - |
| HSV(B) | 297.98º | 0.52% | 0.91% | - |
| XYZ | 51.9 | 33.69 | 79.37 | - |
| YUV | 159.95 | 168.1 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 112 | 231 | 0.02 | 0.52 | 0 | 0.09 | 297.98 | 0.71 | 0.67 |
| Hex | E3 | 70 | E7 | 2 | 34 | 0 | 9 | 12A | 47 | 43 |
| Octal | 343 | 160 | 347 | 2 | 64 | 0 | 11 | 452 | 107 | 103 |
| Binary | 11100011 | 1110000 | 11100111 | 10 | 110100 | 0 | 1001 | 100101010 | 1000111 | 1000011 |
Color Harmonies of #E370E7
Complementary color
Monochromatic Colors of #E370E7
Black with #E370E7
Text Example
Text Example
White with #E370E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E370E7; }
p { color: rgb(227,112,231); }
H1.HeaderClassName
{
color: #E370E7;
}
.AnyTagClassName
{
color: #E370E7;
}
</style>
background-color css
<style>
a { background-color: #E370E7; }
a { background-color: rgb(227,112,231); }
div.DivClassName
{
background-color: #E370E7;
}
.BgClassName
{
background-color: #E370E7;
}
</style>
border-color css
<style>
span { border-color: #E370E7; }
span { border-color: rgb(227,112,231); }
td.TdClassName
{
border-color: #E370E7;
}
.TagClassName
{
border-color: #E370E7;
}
</style>