Shades of Orchid #E876DA
Tints of Orchid #E876DA
RGB
CMYK
RGB Variations
Color information
#E876DA (or 0xE876DA) is known color: Orchid. HEX triplet: E8, 76 and DA. RGB value is (232,118,218). Sum of RGB (Red+Green+Blue) = 232+118+218=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E876DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876DA is #178925. Grayscale: #A3A3A3. Windows color (decimal): -1542438 or 14317288. OLE color: 14317288.
HSL color Cylindrical-coordinate representation of color #E876DA: hue angle of 307.37º 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 #E876DA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 218 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.09 |
| HSL | 307.37º | 0.71% | 0.69% | - |
| HSV(B) | 307.37º | 0.49% | 0.91% | - |
| XYZ | 52.41 | 35.17 | 70.36 | - |
| YUV | 163.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 218 | 0 | 0.49 | 0.06 | 0.09 | 307.37 | 0.71 | 0.69 |
| Hex | E8 | 76 | DA | 0 | 31 | 6 | 9 | 133 | 47 | 45 |
| Octal | 350 | 166 | 332 | 0 | 61 | 6 | 11 | 463 | 107 | 105 |
| Binary | 11101000 | 1110110 | 11011010 | 0 | 110001 | 110 | 1001 | 100110011 | 1000111 | 1000101 |
Color Harmonies of #E876DA
Complementary color
Monochromatic Colors of #E876DA
Black with #E876DA
Text Example
Text Example
White with #E876DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E876DA; }
p { color: rgb(232,118,218); }
H1.HeaderClassName
{
color: #E876DA;
}
.AnyTagClassName
{
color: #E876DA;
}
</style>
background-color css
<style>
a { background-color: #E876DA; }
a { background-color: rgb(232,118,218); }
div.DivClassName
{
background-color: #E876DA;
}
.BgClassName
{
background-color: #E876DA;
}
</style>
border-color css
<style>
span { border-color: #E876DA; }
span { border-color: rgb(232,118,218); }
td.TdClassName
{
border-color: #E876DA;
}
.TagClassName
{
border-color: #E876DA;
}
</style>