#E778D9

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

Shades of Orchid #E778D9

Tints of Orchid #E778D9

Color information

#E778D9 (or 0xE778D9) is unknown color: approx Orchid. HEX triplet: E7, 78 and D9. RGB value is (231,120,217). Sum of RGB (Red+Green+Blue) = 231+120+217=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E778D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778D9 is #188726. Grayscale: #A3A3A3. Windows color (decimal): -1607463 or 14252263. OLE color: 14252263.

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

Color convert

RGB231120217-
CMYK00.480.060.09
HSL307.57º69.81%68.82%-
HSV(B)307.57º48.05%90.59%-
XYZ52.235.4369.73-
YUV164.25157.77175.61-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 217 (85.16% from 255) = 38.20%
R=40.67%
G=21.13%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112021700.480.060.09307.5769.8168.82
HexE778D9030691344645
Octal347170331060611464106105
Binary111001111111000110110010110000110100110011010010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778D9; }

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

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

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

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

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

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

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

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