#E772D6

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

Shades of Orchid #E772D6

Tints of Orchid #E772D6

Color information

#E772D6 (or 0xE772D6) is unknown color: approx Orchid. HEX triplet: E7, 72 and D6. RGB value is (231,114,214). Sum of RGB (Red+Green+Blue) = 231+114+214=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 231 - color contains mainly: red. Hex color #E772D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772D6 is #188D29. Grayscale: #A0A0A0. Windows color (decimal): -1609002 or 14054119. OLE color: 14054119.

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

Color convert

RGB231114214-
CMYK00.510.070.09
HSL308.72º70.91%67.65%-
HSV(B)308.72º50.65%90.59%-
XYZ51.1133.8867.46-
YUV160.38158.26178.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.32%
GREEN value IS 114 (44.92% from 255) = 20.39%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=41.32%
G=20.39%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111421400.510.070.09308.7270.9167.65
HexE772D6033791354744
Octal347162326063711465107104
Binary111001111110010110101100110011111100110011010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772D6; }

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

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

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

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

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

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

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

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