#E77DCF

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

Shades of Orchid #E77DCF

Tints of Orchid #E77DCF

Color information

#E77DCF (or 0xE77DCF) is unknown color: approx Orchid. HEX triplet: E7, 7D and CF. RGB value is (231,125,207). Sum of RGB (Red+Green+Blue) = 231+125+207=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCF is #188230. Grayscale: #A5A5A5. Windows color (decimal): -1606193 or 13598183. OLE color: 13598183.

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

Color convert

RGB231125207-
CMYK00.460.100.09
HSL313.58º68.83%69.8%-
HSV(B)313.58º45.89%90.59%-
XYZ51.5536.1663.29-
YUV166.04151.12174.33-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 207 (81.25% from 255) = 36.77%
R=41.03%
G=22.20%
B=36.77%

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
Decimal23112520700.460.100.09313.5868.8369.8
HexE77DCF02EA913a4546
Octal3471753170561211472105106
Binary1110011111111011100111101011101010100110011101010001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77DCF; }

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

 H1.HeaderClassName
 {
   color: #E77DCF;
 }
 .AnyTagClassName
 {
   color: #E77DCF;
 }
</style>
background-color css

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

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

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

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

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

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