#E778CA

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

Shades of Orchid #E778CA

Tints of Orchid #E778CA

Color information

#E778CA (or 0xE778CA) is unknown color: approx Orchid. HEX triplet: E7, 78 and CA. RGB value is (231,120,202). Sum of RGB (Red+Green+Blue) = 231+120+202=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 120 (47.27% from 255 or 21.70% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CA is #188735. Grayscale: #A2A2A2. Windows color (decimal): -1607478 or 13269223. OLE color: 13269223.

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

Color convert

RGB231120202-
CMYK00.480.130.09
HSL315.68º69.81%68.82%-
HSV(B)315.68º48.05%90.59%-
XYZ50.3334.6959.92-
YUV162.54150.27176.83-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.77%
GREEN value IS 120 (47.27% from 255) = 21.70%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=41.77%
G=21.70%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112020200.480.130.09315.6869.8168.82
HexE778CA030D913c4645
Octal3471703120601511474106105
Binary1110011111110001100101001100001101100110011110010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778CA; }

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

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

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

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

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

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

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

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