Html Css Color HEX #E876D9 Orchid

📋 copy color: '#E876D9'

red 232 ◦ green 118 ◦ blue 217

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

Shades of Orchid #E876D9

Tints of Orchid #E876D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.27%

R = 40.92%
G = 20.81%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E876D9 (or 0xE876D9) is known color: Orchid. HEX triplet: E8, 76 and D9. RGB value is (232,118,217). Sum of RGB (Red+Green+Blue) = 232+118+217=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E876D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E876D9 is #178926. Grayscale: #A3A3A3. Windows color (decimal): -1542439 or 14251752. OLE color: 14251752.

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

Color convert

RGB 232 118 217 -
CMYK 0 0.49 0.06 0.09
HSL 307.89º 0.71% 0.69% -
HSV(B) 307.89º 0.49% 0.91% -
XYZ 52.28 35.12 69.67 -
YUV 163.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 232 118 217 0 0.49 0.06 0.09 307.89 0.71 0.69
Hex E8 76 D9 0 31 6 9 134 47 45
Octal 350 166 331 0 61 6 11 464 107 105
Binary 11101000 1110110 11011001 0 110001 110 1001 100110100 1000111 1000101

Color Harmonies of #E876D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E876D9

Black with #E876D9

Text Example


Text Example

White with #E876D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E876D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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