#E26CDB

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

Shades of Orchid #E26CDB

Tints of Orchid #E26CDB

Color information

#E26CDB (or 0xE26CDB) is unknown color: approx Orchid. HEX triplet: E2, 6C and DB. RGB value is (226,108,219). Sum of RGB (Red+Green+Blue) = 226+108+219=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 108 (42.58% from 255 or 19.53% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E26CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26CDB is #1D9324. Grayscale: #9B9B9B. Windows color (decimal): -1938213 or 14380258. OLE color: 14380258.

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

Color convert

RGB226108219-
CMYK00.520.030.11
HSL303.56º67.05%65.49%-
HSV(B)303.56º52.21%88.63%-
XYZ49.5132.0170.59-
YUV155.94163.59177.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 108 (42.58% from 255) = 19.53%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=40.87%
G=19.53%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610821900.520.030.11303.5667.0565.49
HexE26CDB0343B1304341
Octal342154333064313460103101
Binary11100010110110011011011011010011101110011000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CDB; }

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

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

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

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

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

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

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

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