#E26AD2

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

Shades of Orchid #E26AD2

Tints of Orchid #E26AD2

Color information

#E26AD2 (or 0xE26AD2) is unknown color: approx Orchid. HEX triplet: E2, 6A and D2. RGB value is (226,106,210). Sum of RGB (Red+Green+Blue) = 226+106+210=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 106 (41.80% from 255 or 19.56% from 542); Blue value is 210 (82.42% from 255 or 38.75% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E26AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26AD2 is #1D952D. Grayscale: #999999. Windows color (decimal): -1938734 or 13789922. OLE color: 13789922.

HSL color Cylindrical-coordinate representation of color #E26AD2: hue angle of 308º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26AD2 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB226106210-
CMYK00.530.070.11
HSL308º67.42%65.1%-
HSV(B)308º53.1%88.63%-
XYZ48.1531.1364.44-
YUV153.74159.76179.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 106 (41.80% from 255) = 19.56%
BLUE value IS 210 (82.42% from 255) = 38.75%
R=41.70%
G=19.56%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610621000.530.070.1130867.4265.1
HexE26AD20357B1344341
Octal342152322065713464103101
Binary111000101101010110100100110101111101110011010010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26AD2; }

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

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

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

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

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

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

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

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