#E77CDA

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

Shades of Orchid #E77CDA

Tints of Orchid #E77CDA

Color information

#E77CDA (or 0xE77CDA) is unknown color: approx Orchid. HEX triplet: E7, 7C and DA. RGB value is (231,124,218). Sum of RGB (Red+Green+Blue) = 231+124+218=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CDA is #188325. Grayscale: #A6A6A6. Windows color (decimal): -1606438 or 14318823. OLE color: 14318823.

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

Color convert

RGB231124218-
CMYK00.460.060.09
HSL307.29º69.03%69.61%-
HSV(B)307.29º46.32%90.59%-
XYZ52.8236.4770.58-
YUV166.71156.95173.86-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 124 (48.83% from 255) = 21.64%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=40.31%
G=21.64%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112421800.460.060.09307.2969.0369.61
HexE77CDA02E691334546
Octal347174332056611463105106
Binary111001111111100110110100101110110100110011001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77CDA; }

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

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

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

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

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

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

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

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