Shades of Orchid #E382D4
Tints of Orchid #E382D4
RGB
CMYK
RGB Variations
Color information
#E382D4 (or 0xE382D4) is known color: Orchid. HEX triplet: E3, 82 and D4. RGB value is (227,130,212). Sum of RGB (Red+Green+Blue) = 227+130+212=569 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.89% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 227 - color contains mainly: red. Hex color #E382D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382D4 is #1C7D2B. Grayscale: #A8A8A8. Windows color (decimal): -1867052 or 13927139. OLE color: 13927139.
HSL color Cylindrical-coordinate representation of color #E382D4: hue angle of 309.28º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382D4 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 212 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.11 |
| HSL | 309.28º | 0.63% | 0.7% | - |
| HSV(B) | 309.28º | 0.43% | 0.89% | - |
| XYZ | 51.54 | 37.05 | 66.72 | - |
| YUV | 168.35 | 152.64 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 212 | 0 | 0.43 | 0.07 | 0.11 | 309.28 | 0.63 | 0.7 |
| Hex | E3 | 82 | D4 | 0 | 2B | 7 | B | 135 | 3F | 46 |
| Octal | 343 | 202 | 324 | 0 | 53 | 7 | 13 | 465 | 77 | 106 |
| Binary | 11100011 | 10000010 | 11010100 | 0 | 101011 | 111 | 1011 | 100110101 | 111111 | 1000110 |
Color Harmonies of #E382D4
Complementary color
Monochromatic Colors of #E382D4
Black with #E382D4
Text Example
Text Example
White with #E382D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382D4; }
p { color: rgb(227,130,212); }
H1.HeaderClassName
{
color: #E382D4;
}
.AnyTagClassName
{
color: #E382D4;
}
</style>
background-color css
<style>
a { background-color: #E382D4; }
a { background-color: rgb(227,130,212); }
div.DivClassName
{
background-color: #E382D4;
}
.BgClassName
{
background-color: #E382D4;
}
</style>
border-color css
<style>
span { border-color: #E382D4; }
span { border-color: rgb(227,130,212); }
td.TdClassName
{
border-color: #E382D4;
}
.TagClassName
{
border-color: #E382D4;
}
</style>