Shades of Orchid #E382D0
Tints of Orchid #E382D0
RGB
CMYK
RGB Variations
Color information
#E382D0 (or 0xE382D0) is known color: Orchid. HEX triplet: E3, 82 and D0. RGB value is (227,130,208). Sum of RGB (Red+Green+Blue) = 227+130+208=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E382D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382D0 is #1C7D2F. Grayscale: #A7A7A7. Windows color (decimal): -1867056 or 13664995. OLE color: 13664995.
HSL color Cylindrical-coordinate representation of color #E382D0: hue angle of 311.75º 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 #E382D0 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 208 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.11 |
| HSL | 311.75º | 0.63% | 0.7% | - |
| HSV(B) | 311.75º | 0.43% | 0.89% | - |
| XYZ | 51.05 | 36.85 | 64.1 | - |
| YUV | 167.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 208 | 0 | 0.43 | 0.08 | 0.11 | 311.75 | 0.63 | 0.7 |
| Hex | E3 | 82 | D0 | 0 | 2B | 8 | B | 138 | 3F | 46 |
| Octal | 343 | 202 | 320 | 0 | 53 | 10 | 13 | 470 | 77 | 106 |
| Binary | 11100011 | 10000010 | 11010000 | 0 | 101011 | 1000 | 1011 | 100111000 | 111111 | 1000110 |
Color Harmonies of #E382D0
Complementary color
Monochromatic Colors of #E382D0
Black with #E382D0
Text Example
Text Example
White with #E382D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E382D0; }
p { color: rgb(227,130,208); }
H1.HeaderClassName
{
color: #E382D0;
}
.AnyTagClassName
{
color: #E382D0;
}
</style>
background-color css
<style>
a { background-color: #E382D0; }
a { background-color: rgb(227,130,208); }
div.DivClassName
{
background-color: #E382D0;
}
.BgClassName
{
background-color: #E382D0;
}
</style>
border-color css
<style>
span { border-color: #E382D0; }
span { border-color: rgb(227,130,208); }
td.TdClassName
{
border-color: #E382D0;
}
.TagClassName
{
border-color: #E382D0;
}
</style>