#E773DD

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

Shades of Orchid #E773DD

Tints of Orchid #E773DD

Color information

#E773DD (or 0xE773DD) is unknown color: approx Orchid. HEX triplet: E7, 73 and DD. RGB value is (231,115,221). Sum of RGB (Red+Green+Blue) = 231+115+221=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E773DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773DD is #188C22. Grayscale: #A1A1A1. Windows color (decimal): -1608739 or 14513127. OLE color: 14513127.

HSL color Cylindrical-coordinate representation of color #E773DD: hue angle of 305.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773DD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB231115221-
CMYK00.500.040.09
HSL305.17º70.73%67.84%-
HSV(B)305.17º50.22%90.59%-
XYZ52.1434.4772.31-
YUV161.77161.43177.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.74%
GREEN value IS 115 (45.31% from 255) = 20.28%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=40.74%
G=20.28%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111522100.500.040.09305.1770.7367.84
HexE773DD032491314744
Octal347163335062411461107104
Binary111001111110011110111010110010100100110011000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E773DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E773DD; }

 p { color: rgb(231,115,221); }

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

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

 a { background-color: rgb(231,115,221); }

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

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

 span { border-color: rgb(231,115,221); }

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