#E778DF

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

Shades of Orchid #E778DF

Tints of Orchid #E778DF

Color information

#E778DF (or 0xE778DF) is unknown color: approx Orchid. HEX triplet: E7, 78 and DF. RGB value is (231,120,223). Sum of RGB (Red+Green+Blue) = 231+120+223=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E778DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778DF is #188720. Grayscale: #A4A4A4. Windows color (decimal): -1607457 or 14645479. OLE color: 14645479.

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

Color convert

RGB231120223-
CMYK00.480.030.09
HSL304.32º69.81%68.82%-
HSV(B)304.32º48.05%90.59%-
XYZ52.9935.7573.92-
YUV164.93160.77175.12-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 120 (47.27% from 255) = 20.91%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=40.24%
G=20.91%
B=38.85%

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
Decimal23112022300.480.030.09304.3269.8168.82
HexE778DF030391304645
Octal347170337060311460106105
Binary11100111111100011011111011000011100110011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778DF; }

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

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

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

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

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

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

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

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