#E477C7

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

Shades of Orchid #E477C7

Tints of Orchid #E477C7

Color information

#E477C7 (or 0xE477C7) is unknown color: approx Orchid. HEX triplet: E4, 77 and C7. RGB value is (228,119,199). Sum of RGB (Red+Green+Blue) = 228+119+199=546 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.76% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 228 - color contains mainly: red. Hex color #E477C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477C7 is #1B8838. Grayscale: #A0A0A0. Windows color (decimal): -1804345 or 13072356. OLE color: 13072356.

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

Color convert

RGB228119199-
CMYK00.480.130.11
HSL315.96º66.87%68.04%-
HSV(B)315.96º47.81%89.41%-
XYZ48.933.8157.98-
YUV160.71149.61176-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.76%
GREEN value IS 119 (46.88% from 255) = 21.79%
BLUE value IS 199 (78.12% from 255) = 36.45%
R=41.76%
G=21.79%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811919900.480.130.11315.9666.8768.04
HexE477C7030DB13c4344
Octal3441673070601513474103104
Binary1110010011101111100011101100001101101110011110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E477C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E477C7; }

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

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

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

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

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

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

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

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