Html Css Color HEX #E77CD4 Orchid

📋 copy color: '#E77CD4'

red 231 ◦ green 124 ◦ blue 212

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

Shades of Orchid #E77CD4

Tints of Orchid #E77CD4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.87%

 BLUE value IS 212 (83.2% from 255) = 37.39%

R = 40.74%
G = 21.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E77CD4 (or 0xE77CD4) is known color: Orchid. HEX triplet: E7, 7C and D4. RGB value is (231,124,212). Sum of RGB (Red+Green+Blue) = 231+124+212=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CD4 is #18832B. Grayscale: #A5A5A5. Windows color (decimal): -1606444 or 13925607. OLE color: 13925607.

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

Color convert

RGB 231 124 212 -
CMYK 0 0.46 0.08 0.09
HSL 310.65º 0.69% 0.7% -
HSV(B) 310.65º 0.46% 0.91% -
XYZ 52.05 36.16 66.52 -
YUV 166.03 153.95 174.34 -
System Red Green Blue C M Y K H S L
Decimal 231 124 212 0 0.46 0.08 0.09 310.65 0.69 0.7
Hex E7 7C D4 0 2E 8 9 137 45 46
Octal 347 174 324 0 56 10 11 467 105 106
Binary 11100111 1111100 11010100 0 101110 1000 1001 100110111 1000101 1000110

Color Harmonies of #E77CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CD4

Black with #E77CD4

Text Example


Text Example

White with #E77CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CD4; }

 p { color: rgb(231,124,212); }

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

background-color css

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

 a { background-color: rgb(231,124,212); }

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

border-color css

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

 span { border-color: rgb(231,124,212); }

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