Shades of Orchid #E76ECF
Tints of Orchid #E76ECF
RGB
CMYK
RGB Variations
Color information
#E76ECF (or 0xE76ECF) is known color: Orchid. HEX triplet: E7, 6E and CF. RGB value is (231,110,207). Sum of RGB (Red+Green+Blue) = 231+110+207=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 110 (43.36% from 255 or 20.07% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECF is #189130. Grayscale: #9C9C9C. Windows color (decimal): -1610033 or 13594343. OLE color: 13594343.
HSL color Cylindrical-coordinate representation of color #E76ECF: hue angle of 311.9º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76ECF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 207 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.09 |
| HSL | 311.9º | 0.72% | 0.67% | - |
| HSV(B) | 311.9º | 0.52% | 0.91% | - |
| XYZ | 49.79 | 32.65 | 62.71 | - |
| YUV | 157.24 | 156.09 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 207 | 0 | 0.52 | 0.10 | 0.09 | 311.9 | 0.72 | 0.67 |
| Hex | E7 | 6E | CF | 0 | 34 | A | 9 | 138 | 48 | 43 |
| Octal | 347 | 156 | 317 | 0 | 64 | 12 | 11 | 470 | 110 | 103 |
| Binary | 11100111 | 1101110 | 11001111 | 0 | 110100 | 1010 | 1001 | 100111000 | 1001000 | 1000011 |
Color Harmonies of #E76ECF
Complementary color
Monochromatic Colors of #E76ECF
Black with #E76ECF
Text Example
Text Example
White with #E76ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76ECF; }
p { color: rgb(231,110,207); }
H1.HeaderClassName
{
color: #E76ECF;
}
.AnyTagClassName
{
color: #E76ECF;
}
</style>
background-color css
<style>
a { background-color: #E76ECF; }
a { background-color: rgb(231,110,207); }
div.DivClassName
{
background-color: #E76ECF;
}
.BgClassName
{
background-color: #E76ECF;
}
</style>
border-color css
<style>
span { border-color: #E76ECF; }
span { border-color: rgb(231,110,207); }
td.TdClassName
{
border-color: #E76ECF;
}
.TagClassName
{
border-color: #E76ECF;
}
</style>