Shades of Orchid #E76DE0
Tints of Orchid #E76DE0
RGB
CMYK
RGB Variations
Color information
#E76DE0 (or 0xE76DE0) is known color: Orchid. HEX triplet: E7, 6D and E0. RGB value is (231,109,224). Sum of RGB (Red+Green+Blue) = 231+109+224=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DE0 is #18921F. Grayscale: #9E9E9E. Windows color (decimal): -1610272 or 14708199. OLE color: 14708199.
HSL color Cylindrical-coordinate representation of color #E76DE0: hue angle of 303.44º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DE0 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 224 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.09 |
| HSL | 303.44º | 0.72% | 0.67% | - |
| HSV(B) | 303.44º | 0.53% | 0.91% | - |
| XYZ | 51.88 | 33.31 | 74.22 | - |
| YUV | 158.59 | 164.92 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 224 | 0 | 0.53 | 0.03 | 0.09 | 303.44 | 0.72 | 0.67 |
| Hex | E7 | 6D | E0 | 0 | 35 | 3 | 9 | 12F | 48 | 43 |
| Octal | 347 | 155 | 340 | 0 | 65 | 3 | 11 | 457 | 110 | 103 |
| Binary | 11100111 | 1101101 | 11100000 | 0 | 110101 | 11 | 1001 | 100101111 | 1001000 | 1000011 |
Color Harmonies of #E76DE0
Complementary color
Monochromatic Colors of #E76DE0
Black with #E76DE0
Text Example
Text Example
White with #E76DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DE0; }
p { color: rgb(231,109,224); }
H1.HeaderClassName
{
color: #E76DE0;
}
.AnyTagClassName
{
color: #E76DE0;
}
</style>
background-color css
<style>
a { background-color: #E76DE0; }
a { background-color: rgb(231,109,224); }
div.DivClassName
{
background-color: #E76DE0;
}
.BgClassName
{
background-color: #E76DE0;
}
</style>
border-color css
<style>
span { border-color: #E76DE0; }
span { border-color: rgb(231,109,224); }
td.TdClassName
{
border-color: #E76DE0;
}
.TagClassName
{
border-color: #E76DE0;
}
</style>