#E47FCD

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

Shades of Orchid #E47FCD

Tints of Orchid #E47FCD

Color information

#E47FCD (or 0xE47FCD) is unknown color: approx Orchid. HEX triplet: E4, 7F and CD. RGB value is (228,127,205). Sum of RGB (Red+Green+Blue) = 228+127+205=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E47FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47FCD is #1B8032. Grayscale: #A5A5A5. Windows color (decimal): -1802291 or 13467620. OLE color: 13467620.

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

Color convert

RGB228127205-
CMYK00.440.100.11
HSL313.66º65.16%69.61%-
HSV(B)313.66º44.3%89.41%-
XYZ50.636.0862.05-
YUV166.09149.96172.16-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.71%
GREEN value IS 127 (50% from 255) = 22.68%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=40.71%
G=22.68%
B=36.61%

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
Decimal22812720500.440.100.11313.6665.1669.61
HexE47FCD02CAB13a4146
Octal3441773150541213472101106
Binary1110010011111111100110101011001010101110011101010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47FCD; }

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

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

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

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

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

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

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

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