#E27AD6

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

Shades of Orchid #E27AD6

Tints of Orchid #E27AD6

Color information

#E27AD6 (or 0xE27AD6) is unknown color: approx Orchid. HEX triplet: E2, 7A and D6. RGB value is (226,122,214). Sum of RGB (Red+Green+Blue) = 226+122+214=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 122 (48.05% from 255 or 21.71% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AD6 is #1D8529. Grayscale: #A3A3A3. Windows color (decimal): -1934634 or 14056162. OLE color: 14056162.

HSL color Cylindrical-coordinate representation of color #E27AD6: hue angle of 306.92º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27AD6 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB226122214-
CMYK00.460.050.11
HSL306.92º64.2%68.24%-
HSV(B)306.92º46.02%88.63%-
XYZ50.4634.9467.7-
YUV163.58156.46172.52-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 122 (48.05% from 255) = 21.71%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=40.21%
G=21.71%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612221400.460.050.11306.9264.268.24
HexE27AD602E5B1334044
Octal342172326056513463100104
Binary111000101111010110101100101110101101110011001110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AD6; }

 p { color: rgb(226,122,214); }

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

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

 a { background-color: rgb(226,122,214); }

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

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

 span { border-color: rgb(226,122,214); }

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