#E26DCA

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

Shades of Orchid #E26DCA

Tints of Orchid #E26DCA

Color information

#E26DCA (or 0xE26DCA) is unknown color: approx Orchid. HEX triplet: E2, 6D and CA. RGB value is (226,109,202). Sum of RGB (Red+Green+Blue) = 226+109+202=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCA is #1D9235. Grayscale: #9A9A9A. Windows color (decimal): -1937974 or 13266402. OLE color: 13266402.

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

Color convert

RGB226109202-
CMYK00.520.110.11
HSL312.31º66.86%65.69%-
HSV(B)312.31º51.77%88.63%-
XYZ47.4931.3759.43-
YUV154.58154.76178.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=42.09%
G=20.30%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610920200.520.110.11312.3166.8665.69
HexE26DCA034BB1384342
Octal3421553120641313470103102
Binary1110001011011011100101001101001011101110011100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DCA; }

 p { color: rgb(226,109,202); }

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

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

 a { background-color: rgb(226,109,202); }

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

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

 span { border-color: rgb(226,109,202); }

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