#E978DB

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

Shades of Orchid #E978DB

Tints of Orchid #E978DB

Color information

#E978DB (or 0xE978DB) is unknown color: approx Orchid. HEX triplet: E9, 78 and DB. RGB value is (233,120,219). Sum of RGB (Red+Green+Blue) = 233+120+219=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E978DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E978DB is #168724. Grayscale: #A4A4A4. Windows color (decimal): -1476389 or 14383337. OLE color: 14383337.

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

Color convert

RGB233120219-
CMYK00.480.060.09
HSL307.43º71.97%69.22%-
HSV(B)307.43º48.5%91.37%-
XYZ53.1135.8771.14-
YUV165.07158.44176.45-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 120 (47.27% from 255) = 20.98%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=40.73%
G=20.98%
B=38.29%

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
Decimal23312021900.480.060.09307.4371.9769.22
HexE978DB030691334845
Octal351170333060611463110105
Binary111010011111000110110110110000110100110011001110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E978DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E978DB; }

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

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

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

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

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

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

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

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