#E87DCF

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

Shades of Orchid #E87DCF

Tints of Orchid #E87DCF

Color information

#E87DCF (or 0xE87DCF) is unknown color: approx Orchid. HEX triplet: E8, 7D and CF. RGB value is (232,125,207). Sum of RGB (Red+Green+Blue) = 232+125+207=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E87DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E87DCF is #178230. Grayscale: #A6A6A6. Windows color (decimal): -1540657 or 13598184. OLE color: 13598184.

HSL color Cylindrical-coordinate representation of color #E87DCF: hue angle of 314.02º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E87DCF is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB232125207-
CMYK00.460.110.09
HSL314.02º69.93%70%-
HSV(B)314.02º46.12%90.98%-
XYZ51.8736.3363.31-
YUV166.34150.95174.83-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.13%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=41.13%
G=22.16%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212520700.460.110.09314.0269.9370
HexE87DCF02EB913a4646
Octal3501753170561311472106106
Binary1110100011111011100111101011101011100110011101010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E87DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E87DCF; }

 p { color: rgb(232,125,207); }

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

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

 a { background-color: rgb(232,125,207); }

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

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

 span { border-color: rgb(232,125,207); }

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