#E775DC

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

Shades of Orchid #E775DC

Tints of Orchid #E775DC

Color information

#E775DC (or 0xE775DC) is unknown color: approx Orchid. HEX triplet: E7, 75 and DC. RGB value is (231,117,220). Sum of RGB (Red+Green+Blue) = 231+117+220=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 231 - color contains mainly: red. Hex color #E775DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775DC is #188A23. Grayscale: #A2A2A2. Windows color (decimal): -1608228 or 14448103. OLE color: 14448103.

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

Color convert

RGB231117220-
CMYK00.490.050.09
HSL305.79º70.37%68.24%-
HSV(B)305.79º49.35%90.59%-
XYZ52.2334.8871.69-
YUV162.83160.27176.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.67%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=40.67%
G=20.60%
B=38.73%

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
Decimal23111722000.490.050.09305.7970.3768.24
HexE775DC031591324644
Octal347165334061511462106104
Binary111001111110101110111000110001101100110011001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E775DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E775DC; }

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

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

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

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

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

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

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

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