#E47FCE

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

Shades of Orchid #E47FCE

Tints of Orchid #E47FCE

Color information

#E47FCE (or 0xE47FCE) is unknown color: approx Orchid. HEX triplet: E4, 7F and CE. RGB value is (228,127,206). Sum of RGB (Red+Green+Blue) = 228+127+206=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FCE is #1B8031. Grayscale: #A5A5A5. Windows color (decimal): -1802290 or 13533156. OLE color: 13533156.

HSL color Cylindrical-coordinate representation of color #E47FCE: hue angle of 313.07º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E47FCE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB228127206-
CMYK00.440.100.11
HSL313.07º65.16%69.61%-
HSV(B)313.07º44.3%89.41%-
XYZ50.7236.1362.69-
YUV166.2150.46172.08-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.64%
GREEN value IS 127 (50% from 255) = 22.64%
BLUE value IS 206 (80.86% from 255) = 36.72%
R=40.64%
G=22.64%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812720600.440.100.11313.0765.1669.61
HexE47FCE02CAB1394146
Octal3441773160541213471101106
Binary1110010011111111100111001011001010101110011100110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FCE; }

 p { color: rgb(228,127,206); }

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

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

 a { background-color: rgb(228,127,206); }

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

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

 span { border-color: rgb(228,127,206); }

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