Shades of Orchid #E877DA
Tints of Orchid #E877DA
RGB
CMYK
RGB Variations
Color information
#E877DA (or 0xE877DA) is known color: Orchid. HEX triplet: E8, 77 and DA. RGB value is (232,119,218). Sum of RGB (Red+Green+Blue) = 232+119+218=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 232 - color contains mainly: red. Hex color #E877DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877DA is #178825. Grayscale: #A3A3A3. Windows color (decimal): -1542182 or 14317544. OLE color: 14317544.
HSL color Cylindrical-coordinate representation of color #E877DA: hue angle of 307.43º 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 #E877DA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 218 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.09 |
| HSL | 307.43º | 0.71% | 0.69% | - |
| HSV(B) | 307.43º | 0.49% | 0.91% | - |
| XYZ | 52.53 | 35.41 | 70.4 | - |
| YUV | 164.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 218 | 0 | 0.49 | 0.06 | 0.09 | 307.43 | 0.71 | 0.69 |
| Hex | E8 | 77 | DA | 0 | 31 | 6 | 9 | 133 | 47 | 45 |
| Octal | 350 | 167 | 332 | 0 | 61 | 6 | 11 | 463 | 107 | 105 |
| Binary | 11101000 | 1110111 | 11011010 | 0 | 110001 | 110 | 1001 | 100110011 | 1000111 | 1000101 |
Color Harmonies of #E877DA
Complementary color
Monochromatic Colors of #E877DA
Black with #E877DA
Text Example
Text Example
White with #E877DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E877DA; }
p { color: rgb(232,119,218); }
H1.HeaderClassName
{
color: #E877DA;
}
.AnyTagClassName
{
color: #E877DA;
}
</style>
background-color css
<style>
a { background-color: #E877DA; }
a { background-color: rgb(232,119,218); }
div.DivClassName
{
background-color: #E877DA;
}
.BgClassName
{
background-color: #E877DA;
}
</style>
border-color css
<style>
span { border-color: #E877DA; }
span { border-color: rgb(232,119,218); }
td.TdClassName
{
border-color: #E877DA;
}
.TagClassName
{
border-color: #E877DA;
}
</style>