#e978d0

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

Shades of Orchid #E978D0

Tints of Orchid #E978D0

Color information

#E978D0 (or 0xE978D0) is unknown color: approx Orchid. HEX triplet: E9, 78 and D0. RGB value is (233,120,208). Sum of RGB (Red+Green+Blue) = 233+120+208=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E978D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978D0 is #16872F. Grayscale: #A3A3A3. Windows color (decimal): -1476400 or 13662441. OLE color: 13662441.

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

Color convert

RGB233120208-
CMYK00.480.110.09
HSL313.27º71.97%69.22%-
HSV(B)313.27º48.5%91.37%-
XYZ51.7135.3163.76-
YUV163.82152.94177.34-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.53%
GREEN value IS 120 (47.27% from 255) = 21.39%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=41.53%
G=21.39%
B=37.08%

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
Decimal23312020800.480.110.09313.2771.9769.22
HexE978D0030B91394845
Octal3511703200601311471110105
Binary1110100111110001101000001100001011100110011100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e978d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e978d0; }

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

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

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

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

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

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

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

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