Html Css Color HEX #E77DCE Orchid

📋 copy color: '#E77DCE'

red 231 ◦ green 125 ◦ blue 206

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

Shades of Orchid #E77DCE

Tints of Orchid #E77DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.24%

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

R = 41.1%
G = 22.24%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E77DCE (or 0xE77DCE) is known color: Orchid. HEX triplet: E7, 7D and CE. RGB value is (231,125,206). Sum of RGB (Red+Green+Blue) = 231+125+206=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCE is #188231. Grayscale: #A5A5A5. Windows color (decimal): -1606194 or 13532647. OLE color: 13532647.

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

Color convert

RGB 231 125 206 -
CMYK 0 0.46 0.11 0.09
HSL 314.15º 0.69% 0.7% -
HSV(B) 314.15º 0.46% 0.91% -
XYZ 51.43 36.11 62.65 -
YUV 165.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 231 125 206 0 0.46 0.11 0.09 314.15 0.69 0.7
Hex E7 7D CE 0 2E B 9 13A 45 46
Octal 347 175 316 0 56 13 11 472 105 106
Binary 11100111 1111101 11001110 0 101110 1011 1001 100111010 1000101 1000110

Color Harmonies of #E77DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DCE

Black with #E77DCE

Text Example


Text Example

White with #E77DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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