Html Css Color HEX #E77FCE Orchid

📋 copy color: '#E77FCE'

red 231 ◦ green 127 ◦ blue 206

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

Shades of Orchid #E77FCE

Tints of Orchid #E77FCE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.52%

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

R = 40.96%
G = 22.52%
B = 36.52%

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

#E77FCE (or 0xE77FCE) is known color: Orchid. HEX triplet: E7, 7F and CE. RGB value is (231,127,206). Sum of RGB (Red+Green+Blue) = 231+127+206=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FCE is #188031. Grayscale: #A6A6A6. Windows color (decimal): -1605682 or 13533159. OLE color: 13533159.

HSL color Cylindrical-coordinate representation of color #E77FCE: hue angle of 314.42º degrees, saturation: 0.68, 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 #E77FCE is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 127 206 -
CMYK 0 0.45 0.11 0.09
HSL 314.42º 0.68% 0.7% -
HSV(B) 314.42º 0.45% 0.91% -
XYZ 51.68 36.62 62.74 -
YUV 167.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 231 127 206 0 0.45 0.11 0.09 314.42 0.68 0.7
Hex E7 7F CE 0 2D B 9 13A 44 46
Octal 347 177 316 0 55 13 11 472 104 106
Binary 11100111 1111111 11001110 0 101101 1011 1001 100111010 1000100 1000110

Color Harmonies of #E77FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77FCE

Black with #E77FCE

Text Example


Text Example

White with #E77FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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