#E26BE6

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

Shades of Orchid #E26BE6

Tints of Orchid #E26BE6

Color information

#E26BE6 (or 0xE26BE6) is unknown color: approx Orchid. HEX triplet: E2, 6B and E6. RGB value is (226,107,230). Sum of RGB (Red+Green+Blue) = 226+107+230=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 230 (90.23% from 255 or 40.85% from 563); Max value from RGB is 230 - color contains mainly: blue. Hex color #E26BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26BE6 is #1D9419. Grayscale: #9C9C9C. Windows color (decimal): -1938458 or 15100898. OLE color: 15100898.

HSL color Cylindrical-coordinate representation of color #E26BE6: hue angle of 298.05º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BE6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226107230-
CMYK0.020.5300.10
HSL298.05º71.1%66.08%-
HSV(B)298.05º53.48%90.2%-
XYZ50.932.478.43-
YUV156.6169.42177.5-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 107 (42.19% from 255) = 19.01%
BLUE value IS 230 (90.23% from 255) = 40.85%
R=40.14%
G=19.01%
B=40.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261072300.020.5300.10298.0571.166.08
HexE26BE62350A12a4742
Octal342153346265012452107102
Binary11100010110101111100110101101010101010010101010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BE6; }

 p { color: rgb(226,107,230); }

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

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

 a { background-color: rgb(226,107,230); }

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

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

 span { border-color: rgb(226,107,230); }

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