#E873D0

Color #E873D0 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E873D0

Tints of Orchid #E873D0

Color information

#E873D0 (or 0xE873D0) is unknown color: approx Orchid. HEX triplet: E8, 73 and D0. RGB value is (232,115,208). Sum of RGB (Red+Green+Blue) = 232+115+208=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E873D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E873D0 is #178C2F. Grayscale: #A0A0A0. Windows color (decimal): -1543216 or 13661160. OLE color: 13661160.

HSL color Cylindrical-coordinate representation of color #E873D0: hue angle of 312.31º 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 #E873D0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB232115208-
CMYK00.500.100.09
HSL312.31º71.78%68.04%-
HSV(B)312.31º50.43%90.98%-
XYZ50.7933.9763.55-
YUV160.58154.76178.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 115 (45.31% from 255) = 20.72%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=41.80%
G=20.72%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211520800.500.100.09312.3171.7868.04
HexE873D0032A91384844
Octal3501633200621211470110104
Binary1110100011100111101000001100101010100110011100010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E873D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E873D0; }

 p { color: rgb(232,115,208); }

 H1.HeaderClassName
 {
   color: #E873D0;
 }
 .AnyTagClassName
 {
   color: #E873D0;
 }
</style>
background-color css

<style>
 a { background-color: #E873D0; }

 a { background-color: rgb(232,115,208); }

 div.DivClassName
 {
   background-color: #E873D0;
 }
 .BgClassName
 {
   background-color: #E873D0;
 }
</style>
border-color css

<style>
 span { border-color: #E873D0; }

 span { border-color: rgb(232,115,208); }

 td.TdClassName
 {
   border-color: #E873D0;
 }
 .TagClassName
 {
   border-color: #E873D0;
 }
</style>