#E47FCC

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

Shades of Orchid #E47FCC

Tints of Orchid #E47FCC

Color information

#E47FCC (or 0xE47FCC) is unknown color: approx Orchid. HEX triplet: E4, 7F and CC. RGB value is (228,127,204). Sum of RGB (Red+Green+Blue) = 228+127+204=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FCC is #1B8033. Grayscale: #A5A5A5. Windows color (decimal): -1802292 or 13402084. OLE color: 13402084.

HSL color Cylindrical-coordinate representation of color #E47FCC: hue angle of 314.26º 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 #E47FCC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB228127204-
CMYK00.440.110.11
HSL314.26º65.16%69.61%-
HSV(B)314.26º44.3%89.41%-
XYZ50.4836.0361.42-
YUV165.98149.46172.24-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.79%
GREEN value IS 127 (50% from 255) = 22.72%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=40.79%
G=22.72%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812720400.440.110.11314.2665.1669.61
HexE47FCC02CBB13a4146
Octal3441773140541313472101106
Binary1110010011111111100110001011001011101110011101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FCC; }

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

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

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

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

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

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

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

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