#E778E0

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

Shades of Orchid #E778E0

Tints of Orchid #E778E0

Color information

#E778E0 (or 0xE778E0) is unknown color: approx Orchid. HEX triplet: E7, 78 and E0. RGB value is (231,120,224). Sum of RGB (Red+Green+Blue) = 231+120+224=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E778E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778E0 is #18871F. Grayscale: #A4A4A4. Windows color (decimal): -1607456 or 14711015. OLE color: 14711015.

HSL color Cylindrical-coordinate representation of color #E778E0: hue angle of 303.78º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E778E0 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231120224-
CMYK00.480.030.09
HSL303.78º69.81%68.82%-
HSV(B)303.78º48.05%90.59%-
XYZ53.1335.874.63-
YUV165.04161.27175.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 120 (47.27% from 255) = 20.87%
BLUE value IS 224 (87.89% from 255) = 38.96%
R=40.17%
G=20.87%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112022400.480.030.09303.7869.8168.82
HexE778E0030391304645
Octal347170340060311460106105
Binary11100111111100011100000011000011100110011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778E0; }

 p { color: rgb(231,120,224); }

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

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

 a { background-color: rgb(231,120,224); }

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

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

 span { border-color: rgb(231,120,224); }

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