Html Css Color HEX #E776C9 Orchid

📋 copy color: '#E776C9'

red 231 ◦ green 118 ◦ blue 201

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

Shades of Orchid #E776C9

Tints of Orchid #E776C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.55%

R = 42%
G = 21.45%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E776C9 (or 0xE776C9) is known color: Orchid. HEX triplet: E7, 76 and C9. RGB value is (231,118,201). Sum of RGB (Red+Green+Blue) = 231+118+201=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 201 (78.91% from 255 or 36.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E776C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776C9 is #188936. Grayscale: #A1A1A1. Windows color (decimal): -1607991 or 13203175. OLE color: 13203175.

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

Color convert

RGB 231 118 201 -
CMYK 0 0.49 0.13 0.09
HSL 315.93º 0.7% 0.68% -
HSV(B) 315.93º 0.49% 0.91% -
XYZ 49.98 34.16 59.22 -
YUV 161.25 150.44 177.75 -
System Red Green Blue C M Y K H S L
Decimal 231 118 201 0 0.49 0.13 0.09 315.93 0.7 0.68
Hex E7 76 C9 0 31 D 9 13C 46 44
Octal 347 166 311 0 61 15 11 474 106 104
Binary 11100111 1110110 11001001 0 110001 1101 1001 100111100 1000110 1000100

Color Harmonies of #E776C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E776C9

Black with #E776C9

Text Example


Text Example

White with #E776C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E776C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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