Shades of Orchid #E380D2
Tints of Orchid #E380D2
RGB
CMYK
RGB Variations
Color information
#E380D2 (or 0xE380D2) is known color: Orchid. HEX triplet: E3, 80 and D2. RGB value is (227,128,210). Sum of RGB (Red+Green+Blue) = 227+128+210=565 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.18% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 227 - color contains mainly: red. Hex color #E380D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E380D2 is #1C7F2D. Grayscale: #A6A6A6. Windows color (decimal): -1867566 or 13795555. OLE color: 13795555.
HSL color Cylindrical-coordinate representation of color #E380D2: hue angle of 310.3º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E380D2 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 128 | 210 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.11 |
| HSL | 310.3º | 0.64% | 0.7% | - |
| HSV(B) | 310.3º | 0.44% | 0.89% | - |
| XYZ | 51.03 | 36.42 | 65.31 | - |
| YUV | 166.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 128 | 210 | 0 | 0.44 | 0.07 | 0.11 | 310.3 | 0.64 | 0.7 |
| Hex | E3 | 80 | D2 | 0 | 2C | 7 | B | 136 | 40 | 46 |
| Octal | 343 | 200 | 322 | 0 | 54 | 7 | 13 | 466 | 100 | 106 |
| Binary | 11100011 | 10000000 | 11010010 | 0 | 101100 | 111 | 1011 | 100110110 | 1000000 | 1000110 |
Color Harmonies of #E380D2
Complementary color
Monochromatic Colors of #E380D2
Black with #E380D2
Text Example
Text Example
White with #E380D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E380D2; }
p { color: rgb(227,128,210); }
H1.HeaderClassName
{
color: #E380D2;
}
.AnyTagClassName
{
color: #E380D2;
}
</style>
background-color css
<style>
a { background-color: #E380D2; }
a { background-color: rgb(227,128,210); }
div.DivClassName
{
background-color: #E380D2;
}
.BgClassName
{
background-color: #E380D2;
}
</style>
border-color css
<style>
span { border-color: #E380D2; }
span { border-color: rgb(227,128,210); }
td.TdClassName
{
border-color: #E380D2;
}
.TagClassName
{
border-color: #E380D2;
}
</style>