#E27ADD

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

Shades of Orchid #E27ADD

Tints of Orchid #E27ADD

Color information

#E27ADD (or 0xE27ADD) is unknown color: approx Orchid. HEX triplet: E2, 7A and DD. RGB value is (226,122,221). Sum of RGB (Red+Green+Blue) = 226+122+221=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 122 (48.05% from 255 or 21.44% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ADD is #1D8522. Grayscale: #A4A4A4. Windows color (decimal): -1934627 or 14514914. OLE color: 14514914.

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

Color convert

RGB226122221-
CMYK00.460.020.11
HSL302.88º64.2%68.24%-
HSV(B)302.88º46.02%88.63%-
XYZ51.3735.3172.51-
YUV164.38159.96171.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 122 (48.05% from 255) = 21.44%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=39.72%
G=21.44%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612222100.460.020.11302.8864.268.24
HexE27ADD02E2B12f4044
Octal342172335056213457100104
Binary11100010111101011011101010111010101110010111110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27ADD; }

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

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

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

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

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

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

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

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