#E979D1

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

Shades of Orchid #E979D1

Tints of Orchid #E979D1

Color information

#E979D1 (or 0xE979D1) is unknown color: approx Orchid. HEX triplet: E9, 79 and D1. RGB value is (233,121,209). Sum of RGB (Red+Green+Blue) = 233+121+209=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 121 (47.66% from 255 or 21.49% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E979D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E979D1 is #16862E. Grayscale: #A4A4A4. Windows color (decimal): -1476143 or 13728233. OLE color: 13728233.

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

Color convert

RGB233121209-
CMYK00.480.100.09
HSL312.86º71.79%69.41%-
HSV(B)312.86º48.07%91.37%-
XYZ51.9535.664.46-
YUV164.52153.11176.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 121 (47.66% from 255) = 21.49%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=41.39%
G=21.49%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312120900.480.100.09312.8671.7969.41
HexE979D1030A91394845
Octal3511713210601211471110105
Binary1110100111110011101000101100001010100110011100110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E979D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E979D1; }

 p { color: rgb(233,121,209); }

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

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

 a { background-color: rgb(233,121,209); }

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

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

 span { border-color: rgb(233,121,209); }

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