#E978DA

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

Shades of Orchid #E978DA

Tints of Orchid #E978DA

Color information

#E978DA (or 0xE978DA) is unknown color: approx Orchid. HEX triplet: E9, 78 and DA. RGB value is (233,120,218). Sum of RGB (Red+Green+Blue) = 233+120+218=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E978DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978DA is #168725. Grayscale: #A4A4A4. Windows color (decimal): -1476390 or 14317801. OLE color: 14317801.

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

Color convert

RGB233120218-
CMYK00.480.060.09
HSL307.96º71.97%69.22%-
HSV(B)307.96º48.5%91.37%-
XYZ52.9835.8270.45-
YUV164.96157.94176.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 120 (47.27% from 255) = 21.02%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=40.81%
G=21.02%
B=38.18%

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
Decimal23312021800.480.060.09307.9671.9769.22
HexE978DA030691344845
Octal351170332060611464110105
Binary111010011111000110110100110000110100110011010010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E978DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E978DA; }

 p { color: rgb(233,120,218); }

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

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

 a { background-color: rgb(233,120,218); }

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

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

 span { border-color: rgb(233,120,218); }

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