Html Css Color HEX #E977DF Orchid

📋 copy color: '#E977DF'

red 233 ◦ green 119 ◦ blue 223

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

Shades of Orchid #E977DF

Tints of Orchid #E977DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 40.52%
G = 20.7%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E977DF (or 0xE977DF) is known color: Orchid. HEX triplet: E9, 77 and DF. RGB value is (233,119,223). Sum of RGB (Red+Green+Blue) = 233+119+223=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E977DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977DF is #168820. Grayscale: #A4A4A4. Windows color (decimal): -1476641 or 14645225. OLE color: 14645225.

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

Color convert

RGB 233 119 223 -
CMYK 0 0.49 0.04 0.09
HSL 305.26º 0.72% 0.69% -
HSV(B) 305.26º 0.49% 0.91% -
XYZ 53.52 35.85 73.91 -
YUV 164.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 233 119 223 0 0.49 0.04 0.09 305.26 0.72 0.69
Hex E9 77 DF 0 31 4 9 131 48 45
Octal 351 167 337 0 61 4 11 461 110 105
Binary 11101001 1110111 11011111 0 110001 100 1001 100110001 1001000 1000101

Color Harmonies of #E977DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977DF

Black with #E977DF

Text Example


Text Example

White with #E977DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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