Html Css Color HEX #E977D9 Orchid

📋 copy color: '#E977D9'

red 233 ◦ green 119 ◦ blue 217

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

Shades of Orchid #E977D9

Tints of Orchid #E977D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 40.95%
G = 20.91%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E977D9 (or 0xE977D9) is known color: Orchid. HEX triplet: E9, 77 and D9. RGB value is (233,119,217). Sum of RGB (Red+Green+Blue) = 233+119+217=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D9 is #168826. Grayscale: #A3A3A3. Windows color (decimal): -1476647 or 14252009. OLE color: 14252009.

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

Color convert

RGB 233 119 217 -
CMYK 0 0.49 0.07 0.09
HSL 308.42º 0.72% 0.69% -
HSV(B) 308.42º 0.49% 0.91% -
XYZ 52.73 35.53 69.72 -
YUV 164.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 233 119 217 0 0.49 0.07 0.09 308.42 0.72 0.69
Hex E9 77 D9 0 31 7 9 134 48 45
Octal 351 167 331 0 61 7 11 464 110 105
Binary 11101001 1110111 11011001 0 110001 111 1001 100110100 1001000 1000101

Color Harmonies of #E977D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977D9

Black with #E977D9

Text Example


Text Example

White with #E977D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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