Html Css Color HEX #E977D5 Orchid

📋 copy color: '#E977D5'

red 233 ◦ green 119 ◦ blue 213

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

Shades of Orchid #E977D5

Tints of Orchid #E977D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 41.24%
G = 21.06%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E977D5 (or 0xE977D5) is known color: Orchid. HEX triplet: E9, 77 and D5. RGB value is (233,119,213). Sum of RGB (Red+Green+Blue) = 233+119+213=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D5 is #16882A. Grayscale: #A3A3A3. Windows color (decimal): -1476651 or 13989865. OLE color: 13989865.

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

Color convert

RGB 233 119 213 -
CMYK 0 0.49 0.09 0.09
HSL 310.53º 0.72% 0.69% -
HSV(B) 310.53º 0.49% 0.91% -
XYZ 52.21 35.32 67.02 -
YUV 163.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 233 119 213 0 0.49 0.09 0.09 310.53 0.72 0.69
Hex E9 77 D5 0 31 9 9 137 48 45
Octal 351 167 325 0 61 11 11 467 110 105
Binary 11101001 1110111 11010101 0 110001 1001 1001 100110111 1001000 1000101

Color Harmonies of #E977D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977D5

Black with #E977D5

Text Example


Text Example

White with #E977D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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