#E27AD2

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

Shades of Orchid #E27AD2

Tints of Orchid #E27AD2

Color information

#E27AD2 (or 0xE27AD2) is unknown color: approx Orchid. HEX triplet: E2, 7A and D2. RGB value is (226,122,210). Sum of RGB (Red+Green+Blue) = 226+122+210=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AD2 is #1D852D. Grayscale: #A2A2A2. Windows color (decimal): -1934638 or 13794018. OLE color: 13794018.

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

Color convert

RGB226122210-
CMYK00.460.070.11
HSL309.23º64.2%68.24%-
HSV(B)309.23º46.02%88.63%-
XYZ49.9634.7465.05-
YUV163.13154.46172.84-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 210 (82.42% from 255) = 37.63%
R=40.50%
G=21.86%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612221000.460.070.11309.2364.268.24
HexE27AD202E7B1354044
Octal342172322056713465100104
Binary111000101111010110100100101110111101110011010110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27AD2; }

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

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

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

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

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

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

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

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