#E477C8

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

Shades of Orchid #E477C8

Tints of Orchid #E477C8

Color information

#E477C8 (or 0xE477C8) is unknown color: approx Orchid. HEX triplet: E4, 77 and C8. RGB value is (228,119,200). Sum of RGB (Red+Green+Blue) = 228+119+200=547 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.68% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C8 is #1B8837. Grayscale: #A0A0A0. Windows color (decimal): -1804344 or 13137892. OLE color: 13137892.

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

Color convert

RGB228119200-
CMYK00.480.120.11
HSL315.41º66.87%68.04%-
HSV(B)315.41º47.81%89.41%-
XYZ49.0233.8658.6-
YUV160.82150.11175.91-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.68%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=41.68%
G=21.76%
B=36.56%

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
Decimal22811920000.480.120.11315.4166.8768.04
HexE477C8030CB13b4344
Octal3441673100601413473103104
Binary1110010011101111100100001100001100101110011101110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477C8; }

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

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

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

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

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

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

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

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