#E26CDE

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

Shades of Orchid #E26CDE

Tints of Orchid #E26CDE

Color information

#E26CDE (or 0xE26CDE) is unknown color: approx Orchid. HEX triplet: E2, 6C and DE. RGB value is (226,108,222). Sum of RGB (Red+Green+Blue) = 226+108+222=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDE is #1D9321. Grayscale: #9B9B9B. Windows color (decimal): -1938210 or 14576866. OLE color: 14576866.

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

Color convert

RGB226108222-
CMYK00.520.020.11
HSL302.03º67.05%65.49%-
HSV(B)302.03º52.21%88.63%-
XYZ49.9132.1772.69-
YUV156.28165.09177.73-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 222 (87.11% from 255) = 39.93%
R=40.65%
G=19.42%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610822200.520.020.11302.0367.0565.49
HexE26CDE0342B12e4341
Octal342154336064213456103101
Binary11100010110110011011110011010010101110010111010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CDE; }

 p { color: rgb(226,108,222); }

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

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

 a { background-color: rgb(226,108,222); }

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

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

 span { border-color: rgb(226,108,222); }

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