Html Css Color HEX #E977D2 Orchid

📋 copy color: '#E977D2'

red 233 ◦ green 119 ◦ blue 210

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

Shades of Orchid #E977D2

Tints of Orchid #E977D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.37%

R = 41.46%
G = 21.17%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E977D2 (or 0xE977D2) is known color: Orchid. HEX triplet: E9, 77 and D2. RGB value is (233,119,210). Sum of RGB (Red+Green+Blue) = 233+119+210=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 210 (82.42% from 255 or 37.37% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E977D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977D2 is #16882D. Grayscale: #A3A3A3. Windows color (decimal): -1476654 or 13793257. OLE color: 13793257.

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

Color convert

RGB 233 119 210 -
CMYK 0 0.49 0.10 0.09
HSL 312.11º 0.72% 0.69% -
HSV(B) 312.11º 0.49% 0.91% -
XYZ 51.83 35.17 65.03 -
YUV 163.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 233 119 210 0 0.49 0.10 0.09 312.11 0.72 0.69
Hex E9 77 D2 0 31 A 9 138 48 45
Octal 351 167 322 0 61 12 11 470 110 105
Binary 11101001 1110111 11010010 0 110001 1010 1001 100111000 1001000 1000101

Color Harmonies of #E977D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977D2

Black with #E977D2

Text Example


Text Example

White with #E977D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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