#E875D0

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

Shades of Orchid #E875D0

Tints of Orchid #E875D0

Color information

#E875D0 (or 0xE875D0) is unknown color: approx Orchid. HEX triplet: E8, 75 and D0. RGB value is (232,117,208). Sum of RGB (Red+Green+Blue) = 232+117+208=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E875D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875D0 is #178A2F. Grayscale: #A1A1A1. Windows color (decimal): -1542704 or 13661672. OLE color: 13661672.

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

Color convert

RGB232117208-
CMYK00.500.100.09
HSL312.52º71.43%68.43%-
HSV(B)312.52º49.57%90.98%-
XYZ51.0334.4363.63-
YUV161.76154.1178.1-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.65%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 208 (81.64% from 255) = 37.34%
R=41.65%
G=21.01%
B=37.34%

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
Decimal23211720800.500.100.09312.5271.4368.43
HexE875D0032A91394744
Octal3501653200621211471107104
Binary1110100011101011101000001100101010100110011100110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875D0; }

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

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

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

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

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

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

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

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