Html Css Color HEX #E776D0 Orchid

📋 copy color: '#E776D0'

red 231 ◦ green 118 ◦ blue 208

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

Shades of Orchid #E776D0

Tints of Orchid #E776D0

RGB

 RED value IS 231 (90.63% from 255) = 41.47%

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 41.47%
G = 21.18%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E776D0 (or 0xE776D0) is known color: Orchid. HEX triplet: E7, 76 and D0. RGB value is (231,118,208). Sum of RGB (Red+Green+Blue) = 231+118+208=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E776D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776D0 is #18892F. Grayscale: #A1A1A1. Windows color (decimal): -1607984 or 13661927. OLE color: 13661927.

HSL color Cylindrical-coordinate representation of color #E776D0: hue angle of 312.21º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776D0 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 118 208 -
CMYK 0 0.49 0.10 0.09
HSL 312.21º 0.7% 0.68% -
HSV(B) 312.21º 0.49% 0.91% -
XYZ 50.82 34.5 63.66 -
YUV 162.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 231 118 208 0 0.49 0.10 0.09 312.21 0.7 0.68
Hex E7 76 D0 0 31 A 9 138 46 44
Octal 347 166 320 0 61 12 11 470 106 104
Binary 11100111 1110110 11010000 0 110001 1010 1001 100111000 1000110 1000100

Color Harmonies of #E776D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776D0

Black with #E776D0

Text Example


Text Example

White with #E776D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776D0; }

 p { color: rgb(231,118,208); }

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

background-color css

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

 a { background-color: rgb(231,118,208); }

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

border-color css

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

 span { border-color: rgb(231,118,208); }

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