Html Css Color HEX #E77ECE Orchid

📋 copy color: '#E77ECE'

red 231 ◦ green 126 ◦ blue 206

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

Shades of Orchid #E77ECE

Tints of Orchid #E77ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.38%

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

R = 41.03%
G = 22.38%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E77ECE (or 0xE77ECE) is known color: Orchid. HEX triplet: E7, 7E and CE. RGB value is (231,126,206). Sum of RGB (Red+Green+Blue) = 231+126+206=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E77ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77ECE is #188131. Grayscale: #A6A6A6. Windows color (decimal): -1605938 or 13532903. OLE color: 13532903.

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

Color convert

RGB 231 126 206 -
CMYK 0 0.45 0.11 0.09
HSL 314.29º 0.69% 0.7% -
HSV(B) 314.29º 0.45% 0.91% -
XYZ 51.56 36.37 62.69 -
YUV 166.52 150.29 174 -
System Red Green Blue C M Y K H S L
Decimal 231 126 206 0 0.45 0.11 0.09 314.29 0.69 0.7
Hex E7 7E CE 0 2D B 9 13A 45 46
Octal 347 176 316 0 55 13 11 472 105 106
Binary 11100111 1111110 11001110 0 101101 1011 1001 100111010 1000101 1000110

Color Harmonies of #E77ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77ECE

Black with #E77ECE

Text Example


Text Example

White with #E77ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77ECE; }

 p { color: rgb(231,126,206); }

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

background-color css

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

 a { background-color: rgb(231,126,206); }

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

border-color css

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

 span { border-color: rgb(231,126,206); }

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