Shades of Orchid #E876DF
Tints of Orchid #E876DF
RGB
CMYK
RGB Variations
Color information
#E876DF (or 0xE876DF) is known color: Orchid. HEX triplet: E8, 76 and DF. RGB value is (232,118,223). Sum of RGB (Red+Green+Blue) = 232+118+223=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E876DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876DF is #178920. Grayscale: #A3A3A3. Windows color (decimal): -1542433 or 14644968. OLE color: 14644968.
HSL color Cylindrical-coordinate representation of color #E876DF: hue angle of 304.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E876DF is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 223 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.09 |
| HSL | 304.74º | 0.71% | 0.69% | - |
| HSV(B) | 304.74º | 0.49% | 0.91% | - |
| XYZ | 53.08 | 35.44 | 73.86 | - |
| YUV | 164.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 223 | 0 | 0.49 | 0.04 | 0.09 | 304.74 | 0.71 | 0.69 |
| Hex | E8 | 76 | DF | 0 | 31 | 4 | 9 | 131 | 47 | 45 |
| Octal | 350 | 166 | 337 | 0 | 61 | 4 | 11 | 461 | 107 | 105 |
| Binary | 11101000 | 1110110 | 11011111 | 0 | 110001 | 100 | 1001 | 100110001 | 1000111 | 1000101 |
Color Harmonies of #E876DF
Complementary color
Monochromatic Colors of #E876DF
Black with #E876DF
Text Example
Text Example
White with #E876DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876DF; }
p { color: rgb(232,118,223); }
H1.HeaderClassName
{
color: #E876DF;
}
.AnyTagClassName
{
color: #E876DF;
}
</style>
background-color css
<style>
a { background-color: #E876DF; }
a { background-color: rgb(232,118,223); }
div.DivClassName
{
background-color: #E876DF;
}
.BgClassName
{
background-color: #E876DF;
}
</style>
border-color css
<style>
span { border-color: #E876DF; }
span { border-color: rgb(232,118,223); }
td.TdClassName
{
border-color: #E876DF;
}
.TagClassName
{
border-color: #E876DF;
}
</style>