#E77CCF

Color #E77CCF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #E77CCF

Tints of Orchid #E77CCF

Color information

#E77CCF (or 0xE77CCF) is unknown color: approx 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

RGB231124207-
CMYK00.460.100.09
HSL313.46º69.03%69.61%-
HSV(B)313.46º46.32%90.59%-
XYZ51.4335.9163.25-
YUV165.46151.45174.75-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.10%
GREEN value IS 124 (48.83% from 255) = 22.06%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=41.10%
G=22.06%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112420700.460.100.09313.4669.0369.61
HexE77CCF02EA91394546
Octal3471743170561211471105106
Binary1110011111111001100111101011101010100110011100110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>