Html Css Color HEX #E977CE Orchid

📋 copy color: '#E977CE'

red 233 ◦ green 119 ◦ blue 206

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

Shades of Orchid #E977CE

Tints of Orchid #E977CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 41.76%
G = 21.33%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E977CE (or 0xE977CE) is known color: Orchid. HEX triplet: E9, 77 and CE. RGB value is (233,119,206). Sum of RGB (Red+Green+Blue) = 233+119+206=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E977CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E977CE is #168831. Grayscale: #A2A2A2. Windows color (decimal): -1476658 or 13531113. OLE color: 13531113.

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

Color convert

RGB 233 119 206 -
CMYK 0 0.49 0.12 0.09
HSL 314.21º 0.72% 0.69% -
HSV(B) 314.21º 0.49% 0.91% -
XYZ 51.34 34.97 62.44 -
YUV 163 152.27 177.93 -
System Red Green Blue C M Y K H S L
Decimal 233 119 206 0 0.49 0.12 0.09 314.21 0.72 0.69
Hex E9 77 CE 0 31 C 9 13A 48 45
Octal 351 167 316 0 61 14 11 472 110 105
Binary 11101001 1110111 11001110 0 110001 1100 1001 100111010 1001000 1000101

Color Harmonies of #E977CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E977CE

Black with #E977CE

Text Example


Text Example

White with #E977CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E977CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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