Html Css Color HEX #E977D0 Orchid

📋 copy color: '#E977D0'

red 233 ◦ green 119 ◦ blue 208

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

Shades of Orchid #E977D0

Tints of Orchid #E977D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.14%

R = 41.61%
G = 21.25%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E977D0 (or 0xE977D0) is known color: Orchid. HEX triplet: E9, 77 and D0. RGB value is (233,119,208). Sum of RGB (Red+Green+Blue) = 233+119+208=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D0 is #16882F. Grayscale: #A2A2A2. Windows color (decimal): -1476656 or 13662185. OLE color: 13662185.

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

Color convert

RGB 233 119 208 -
CMYK 0 0.49 0.11 0.09
HSL 313.16º 0.72% 0.69% -
HSV(B) 313.16º 0.49% 0.91% -
XYZ 51.59 35.07 63.73 -
YUV 163.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 233 119 208 0 0.49 0.11 0.09 313.16 0.72 0.69
Hex E9 77 D0 0 31 B 9 139 48 45
Octal 351 167 320 0 61 13 11 471 110 105
Binary 11101001 1110111 11010000 0 110001 1011 1001 100111001 1001000 1000101

Color Harmonies of #E977D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977D0

Black with #E977D0

Text Example


Text Example

White with #E977D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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