Shades of Orchid #E76DCE
Tints of Orchid #E76DCE
RGB
CMYK
RGB Variations
Color information
#E76DCE (or 0xE76DCE) is known color: Orchid. HEX triplet: E7, 6D and CE. RGB value is (231,109,206). Sum of RGB (Red+Green+Blue) = 231+109+206=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DCE is #189231. Grayscale: #9C9C9C. Windows color (decimal): -1610290 or 13528551. OLE color: 13528551.
HSL color Cylindrical-coordinate representation of color #E76DCE: hue angle of 312.3º 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 #E76DCE is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 109 | 206 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.09 |
| HSL | 312.3º | 0.72% | 0.67% | - |
| HSV(B) | 312.3º | 0.53% | 0.91% | - |
| XYZ | 49.56 | 32.38 | 62.03 | - |
| YUV | 156.54 | 155.92 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 109 | 206 | 0 | 0.53 | 0.11 | 0.09 | 312.3 | 0.72 | 0.67 |
| Hex | E7 | 6D | CE | 0 | 35 | B | 9 | 138 | 48 | 43 |
| Octal | 347 | 155 | 316 | 0 | 65 | 13 | 11 | 470 | 110 | 103 |
| Binary | 11100111 | 1101101 | 11001110 | 0 | 110101 | 1011 | 1001 | 100111000 | 1001000 | 1000011 |
Color Harmonies of #E76DCE
Complementary color
Monochromatic Colors of #E76DCE
Black with #E76DCE
Text Example
Text Example
White with #E76DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76DCE; }
p { color: rgb(231,109,206); }
H1.HeaderClassName
{
color: #E76DCE;
}
.AnyTagClassName
{
color: #E76DCE;
}
</style>
background-color css
<style>
a { background-color: #E76DCE; }
a { background-color: rgb(231,109,206); }
div.DivClassName
{
background-color: #E76DCE;
}
.BgClassName
{
background-color: #E76DCE;
}
</style>
border-color css
<style>
span { border-color: #E76DCE; }
span { border-color: rgb(231,109,206); }
td.TdClassName
{
border-color: #E76DCE;
}
.TagClassName
{
border-color: #E76DCE;
}
</style>