Html Css Color HEX #E77CCF Orchid

📋 copy color: '#E77CCF'

red 231 ◦ green 124 ◦ blue 207

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

Shades of Orchid #E77CCF

Tints of Orchid #E77CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 41.1%
G = 22.06%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E77CCF (or 0xE77CCF) is known color: Orchid. HEX triplet: E7, 7C and CF. RGB value is (231,124,207). Sum of RGB (Red+Green+Blue) = 231+124+207=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCF is #188330. Grayscale: #A5A5A5. Windows color (decimal): -1606449 or 13597927. OLE color: 13597927.

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

Color convert

RGB 231 124 207 -
CMYK 0 0.46 0.10 0.09
HSL 313.46º 0.69% 0.7% -
HSV(B) 313.46º 0.46% 0.91% -
XYZ 51.43 35.91 63.25 -
YUV 165.46 151.45 174.75 -
System Red Green Blue C M Y K H S L
Decimal 231 124 207 0 0.46 0.10 0.09 313.46 0.69 0.7
Hex E7 7C CF 0 2E A 9 139 45 46
Octal 347 174 317 0 56 12 11 471 105 106
Binary 11100111 1111100 11001111 0 101110 1010 1001 100111001 1000101 1000110

Color Harmonies of #E77CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CCF

Black with #E77CCF

Text Example


Text Example

White with #E77CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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