#e772dc

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

Shades of Orchid #E772DC

Tints of Orchid #E772DC

Color information

#E772DC (or 0xE772DC) is unknown color: approx Orchid. HEX triplet: E7, 72 and DC. RGB value is (231,114,220). Sum of RGB (Red+Green+Blue) = 231+114+220=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 231 - color contains mainly: red. Hex color #E772DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772DC is #188D23. Grayscale: #A0A0A0. Windows color (decimal): -1608996 or 14447335. OLE color: 14447335.

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

Color convert

RGB231114220-
CMYK00.510.050.09
HSL305.64º70.91%67.65%-
HSV(B)305.64º50.65%90.59%-
XYZ51.8934.1971.57-
YUV161.07161.26177.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.88%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=40.88%
G=20.18%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111422000.510.050.09305.6470.9167.65
HexE772DC033591324744
Octal347162334063511462107104
Binary111001111110010110111000110011101100110011001010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e772dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e772dc; }

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

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

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

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

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

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

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

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