Html Css Color HEX #E876D6 Orchid

📋 copy color: '#E876D6'

red 232 ◦ green 118 ◦ blue 214

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

Shades of Orchid #E876D6

Tints of Orchid #E876D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 41.13%
G = 20.92%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E876D6 (or 0xE876D6) is known color: Orchid. HEX triplet: E8, 76 and D6. RGB value is (232,118,214). Sum of RGB (Red+Green+Blue) = 232+118+214=564 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.13% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 232 - color contains mainly: red. Hex color #E876D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876D6 is #178929. Grayscale: #A2A2A2. Windows color (decimal): -1542442 or 14055144. OLE color: 14055144.

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

Color convert

RGB 232 118 214 -
CMYK 0 0.49 0.08 0.09
HSL 309.47º 0.71% 0.69% -
HSV(B) 309.47º 0.49% 0.91% -
XYZ 51.89 34.97 67.63 -
YUV 163.03 156.77 177.19 -
System Red Green Blue C M Y K H S L
Decimal 232 118 214 0 0.49 0.08 0.09 309.47 0.71 0.69
Hex E8 76 D6 0 31 8 9 135 47 45
Octal 350 166 326 0 61 10 11 465 107 105
Binary 11101000 1110110 11010110 0 110001 1000 1001 100110101 1000111 1000101

Color Harmonies of #E876D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876D6

Black with #E876D6

Text Example


Text Example

White with #E876D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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