Shades of Orchid #E76DE4
Tints of Orchid #E76DE4
RGB
CMYK
RGB Variations
Color information
#E76DE4 (or 0xE76DE4) is known color: Orchid. HEX triplet: E7, 6D and E4. RGB value is (231,109,228). Sum of RGB (Red+Green+Blue) = 231+109+228=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 109 (42.97% from 255 or 19.19% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DE4 is #18921B. Grayscale: #9E9E9E. Windows color (decimal): -1610268 or 14970343. OLE color: 14970343.
HSL color Cylindrical-coordinate representation of color #E76DE4: hue angle of 301.48º 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 #E76DE4 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 228 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.09 |
| HSL | 301.48º | 0.72% | 0.67% | - |
| HSV(B) | 301.48º | 0.53% | 0.91% | - |
| XYZ | 52.43 | 33.53 | 77.11 | - |
| YUV | 159.04 | 166.92 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 228 | 0 | 0.53 | 0.01 | 0.09 | 301.48 | 0.72 | 0.67 |
| Hex | E7 | 6D | E4 | 0 | 35 | 1 | 9 | 12D | 48 | 43 |
| Octal | 347 | 155 | 344 | 0 | 65 | 1 | 11 | 455 | 110 | 103 |
| Binary | 11100111 | 1101101 | 11100100 | 0 | 110101 | 1 | 1001 | 100101101 | 1001000 | 1000011 |
Color Harmonies of #E76DE4
Complementary color
Monochromatic Colors of #E76DE4
Black with #E76DE4
Text Example
Text Example
White with #E76DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DE4; }
p { color: rgb(231,109,228); }
H1.HeaderClassName
{
color: #E76DE4;
}
.AnyTagClassName
{
color: #E76DE4;
}
</style>
background-color css
<style>
a { background-color: #E76DE4; }
a { background-color: rgb(231,109,228); }
div.DivClassName
{
background-color: #E76DE4;
}
.BgClassName
{
background-color: #E76DE4;
}
</style>
border-color css
<style>
span { border-color: #E76DE4; }
span { border-color: rgb(231,109,228); }
td.TdClassName
{
border-color: #E76DE4;
}
.TagClassName
{
border-color: #E76DE4;
}
</style>