Html Css Color HEX #E977D6 Orchid

📋 copy color: '#E977D6'

red 233 ◦ green 119 ◦ blue 214

#E977D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E977D6

Tints of Orchid #E977D6

RGB

 RED value IS 233 (91.41% from 255) = 41.17%

 GREEN value IS 119 (46.88% from 255) = 21.02%

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 41.17%
G = 21.02%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E977D6 (or 0xE977D6) is known color: Orchid. HEX triplet: E9, 77 and D6. RGB value is (233,119,214). Sum of RGB (Red+Green+Blue) = 233+119+214=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D6 is #168829. Grayscale: #A3A3A3. Windows color (decimal): -1476650 or 14055401. OLE color: 14055401.

HSL color Cylindrical-coordinate representation of color #E977D6: hue angle of 310º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E977D6 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 119 214 -
CMYK 0 0.49 0.08 0.09
HSL 310º 0.72% 0.69% -
HSV(B) 310º 0.49% 0.91% -
XYZ 52.34 35.37 67.69 -
YUV 163.92 156.27 177.28 -
System Red Green Blue C M Y K H S L
Decimal 233 119 214 0 0.49 0.08 0.09 310 0.72 0.69
Hex E9 77 D6 0 31 8 9 136 48 45
Octal 351 167 326 0 61 10 11 466 110 105
Binary 11101001 1110111 11010110 0 110001 1000 1001 100110110 1001000 1000101

Color Harmonies of #E977D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977D6

Black with #E977D6

Text Example


Text Example

White with #E977D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977D6; }

 p { color: rgb(233,119,214); }

 H1.HeaderClassName
 {
   color: #E977D6;
 }
 .AnyTagClassName
 {
   color: #E977D6;
 }
</style>

background-color css

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

 a { background-color: rgb(233,119,214); }

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

border-color css

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

 span { border-color: rgb(233,119,214); }

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