Html Css Color HEX #E876CE Orchid

📋 copy color: '#E876CE'

red 232 ◦ green 118 ◦ blue 206

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

Shades of Orchid #E876CE

Tints of Orchid #E876CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.22%

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

R = 41.73%
G = 21.22%
B = 37.05%

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

#E876CE (or 0xE876CE) is known color: Orchid. HEX triplet: E8, 76 and CE. RGB value is (232,118,206). Sum of RGB (Red+Green+Blue) = 232+118+206=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E876CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876CE is #178931. Grayscale: #A1A1A1. Windows color (decimal): -1542450 or 13530856. OLE color: 13530856.

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

Color convert

RGB 232 118 206 -
CMYK 0 0.49 0.11 0.09
HSL 313.68º 0.71% 0.69% -
HSV(B) 313.68º 0.49% 0.91% -
XYZ 50.9 34.57 62.38 -
YUV 162.12 152.77 177.84 -
System Red Green Blue C M Y K H S L
Decimal 232 118 206 0 0.49 0.11 0.09 313.68 0.71 0.69
Hex E8 76 CE 0 31 B 9 13A 47 45
Octal 350 166 316 0 61 13 11 472 107 105
Binary 11101000 1110110 11001110 0 110001 1011 1001 100111010 1000111 1000101

Color Harmonies of #E876CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876CE

Black with #E876CE

Text Example


Text Example

White with #E876CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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