#E778CE

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

Shades of Orchid #E778CE

Tints of Orchid #E778CE

Color information

#E778CE (or 0xE778CE) is unknown color: approx Orchid. HEX triplet: E7, 78 and CE. RGB value is (231,120,206). Sum of RGB (Red+Green+Blue) = 231+120+206=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 120 (47.27% from 255 or 21.54% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CE is #188731. Grayscale: #A2A2A2. Windows color (decimal): -1607474 or 13531367. OLE color: 13531367.

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

Color convert

RGB231120206-
CMYK00.480.110.09
HSL313.51º69.81%68.82%-
HSV(B)313.51º48.05%90.59%-
XYZ50.8134.8862.45-
YUV162.99152.27176.51-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 120 (47.27% from 255) = 21.54%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=41.47%
G=21.54%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112020600.480.110.09313.5169.8168.82
HexE778CE030B913a4645
Octal3471703160601311472106105
Binary1110011111110001100111001100001011100110011101010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778CE; }

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

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

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

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

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

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

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

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