#E776DC

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

Shades of Orchid #E776DC

Tints of Orchid #E776DC

Color information

#E776DC (or 0xE776DC) is unknown color: approx Orchid. HEX triplet: E7, 76 and DC. RGB value is (231,118,220). Sum of RGB (Red+Green+Blue) = 231+118+220=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E776DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776DC is #188923. Grayscale: #A3A3A3. Windows color (decimal): -1607972 or 14448359. OLE color: 14448359.

HSL color Cylindrical-coordinate representation of color #E776DC: hue angle of 305.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776DC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB231118220-
CMYK00.490.050.09
HSL305.84º70.19%68.43%-
HSV(B)305.84º48.92%90.59%-
XYZ52.3535.1171.73-
YUV163.42159.94176.21-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=40.60%
G=20.74%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111822000.490.050.09305.8470.1968.43
HexE776DC031591324644
Octal347166334061511462106104
Binary111001111110110110111000110001101100110011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776DC; }

 p { color: rgb(231,118,220); }

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

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

 a { background-color: rgb(231,118,220); }

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

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

 span { border-color: rgb(231,118,220); }

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