#E477C9

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

Shades of Orchid #E477C9

Tints of Orchid #E477C9

Color information

#E477C9 (or 0xE477C9) is unknown color: approx Orchid. HEX triplet: E4, 77 and C9. RGB value is (228,119,201). Sum of RGB (Red+Green+Blue) = 228+119+201=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C9 is #1B8836. Grayscale: #A0A0A0. Windows color (decimal): -1804343 or 13203428. OLE color: 13203428.

HSL color Cylindrical-coordinate representation of color #E477C9: hue angle of 314.86º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477C9 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB228119201-
CMYK00.480.120.11
HSL314.86º66.87%68.04%-
HSV(B)314.86º47.81%89.41%-
XYZ49.1333.959.21-
YUV160.94150.61175.83-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 119 (46.88% from 255) = 21.72%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=41.61%
G=21.72%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811920100.480.120.11314.8666.8768.04
HexE477C9030CB13b4344
Octal3441673110601413473103104
Binary1110010011101111100100101100001100101110011101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477C9; }

 p { color: rgb(228,119,201); }

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

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

 a { background-color: rgb(228,119,201); }

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

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

 span { border-color: rgb(228,119,201); }

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