#E26DCB

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

Shades of Orchid #E26DCB

Tints of Orchid #E26DCB

Color information

#E26DCB (or 0xE26DCB) is unknown color: approx Orchid. HEX triplet: E2, 6D and CB. RGB value is (226,109,203). Sum of RGB (Red+Green+Blue) = 226+109+203=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DCB is #1D9234. Grayscale: #9A9A9A. Windows color (decimal): -1937973 or 13331938. OLE color: 13331938.

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

Color convert

RGB226109203-
CMYK00.520.100.11
HSL311.79º66.86%65.69%-
HSV(B)311.79º51.77%88.63%-
XYZ47.6131.4260.05-
YUV154.7155.26178.86-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 109 (42.97% from 255) = 20.26%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=42.01%
G=20.26%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610920300.520.100.11311.7966.8665.69
HexE26DCB034AB1384342
Octal3421553130641213470103102
Binary1110001011011011100101101101001010101110011100010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DCB; }

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

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

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

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

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

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

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

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