Shades of Orchid #E874DF
Tints of Orchid #E874DF
RGB
CMYK
RGB Variations
Color information
#E874DF (or 0xE874DF) is known color: Orchid. HEX triplet: E8, 74 and DF. RGB value is (232,116,223). Sum of RGB (Red+Green+Blue) = 232+116+223=571 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.63% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 223 (87.5% from 255 or 39.05% from 571); Max value from RGB is 232 - color contains mainly: red. Hex color #E874DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874DF is #178B20. Grayscale: #A2A2A2. Windows color (decimal): -1542945 or 14644456. OLE color: 14644456.
HSL color Cylindrical-coordinate representation of color #E874DF: hue angle of 304.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874DF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 116 | 223 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.09 |
| HSL | 304.66º | 0.72% | 0.68% | - |
| HSV(B) | 304.66º | 0.5% | 0.91% | - |
| XYZ | 52.84 | 34.97 | 73.78 | - |
| YUV | 162.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 116 | 223 | 0 | 0.50 | 0.04 | 0.09 | 304.66 | 0.72 | 0.68 |
| Hex | E8 | 74 | DF | 0 | 32 | 4 | 9 | 131 | 48 | 44 |
| Octal | 350 | 164 | 337 | 0 | 62 | 4 | 11 | 461 | 110 | 104 |
| Binary | 11101000 | 1110100 | 11011111 | 0 | 110010 | 100 | 1001 | 100110001 | 1001000 | 1000100 |
Color Harmonies of #E874DF
Complementary color
Monochromatic Colors of #E874DF
Black with #E874DF
Text Example
Text Example
White with #E874DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E874DF; }
p { color: rgb(232,116,223); }
H1.HeaderClassName
{
color: #E874DF;
}
.AnyTagClassName
{
color: #E874DF;
}
</style>
background-color css
<style>
a { background-color: #E874DF; }
a { background-color: rgb(232,116,223); }
div.DivClassName
{
background-color: #E874DF;
}
.BgClassName
{
background-color: #E874DF;
}
</style>
border-color css
<style>
span { border-color: #E874DF; }
span { border-color: rgb(232,116,223); }
td.TdClassName
{
border-color: #E874DF;
}
.TagClassName
{
border-color: #E874DF;
}
</style>