Html Css Color HEX #E877CE Orchid

📋 copy color: '#E877CE'

red 232 ◦ green 119 ◦ blue 206

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

Shades of Orchid #E877CE

Tints of Orchid #E877CE

RGB

 RED value IS 232 (91.02% from 255) = 41.65%

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

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

R = 41.65%
G = 21.36%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E877CE (or 0xE877CE) is known color: Orchid. HEX triplet: E8, 77 and CE. RGB value is (232,119,206). Sum of RGB (Red+Green+Blue) = 232+119+206=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E877CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E877CE is #178831. Grayscale: #A2A2A2. Windows color (decimal): -1542194 or 13531112. OLE color: 13531112.

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

Color convert

RGB 232 119 206 -
CMYK 0 0.49 0.11 0.09
HSL 313.81º 0.71% 0.69% -
HSV(B) 313.81º 0.49% 0.91% -
XYZ 51.02 34.81 62.42 -
YUV 162.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 232 119 206 0 0.49 0.11 0.09 313.81 0.71 0.69
Hex E8 77 CE 0 31 B 9 13A 47 45
Octal 350 167 316 0 61 13 11 472 107 105
Binary 11101000 1110111 11001110 0 110001 1011 1001 100111010 1000111 1000101

Color Harmonies of #E877CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E877CE

Black with #E877CE

Text Example


Text Example

White with #E877CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E877CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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