#E26CEB

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

Shades of Orchid #E26CEB

Tints of Orchid #E26CEB

Color information

#E26CEB (or 0xE26CEB) is unknown color: approx Orchid. HEX triplet: E2, 6C and EB. RGB value is (226,108,235). Sum of RGB (Red+Green+Blue) = 226+108+235=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 108 (42.58% from 255 or 18.98% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #E26CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E26CEB is #1D9314. Grayscale: #9D9D9D. Windows color (decimal): -1938197 or 15428834. OLE color: 15428834.

HSL color Cylindrical-coordinate representation of color #E26CEB: hue angle of 295.75º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26CEB is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB226108235-
CMYK0.040.5400.08
HSL295.75º76.05%67.25%-
HSV(B)295.75º54.04%92.16%-
XYZ51.7232.8982.22-
YUV157.76171.59176.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 108 (42.58% from 255) = 18.98%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=39.72%
G=18.98%
B=41.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2261082350.040.5400.08295.7576.0567.25
HexE26CEB436081284c43
Octal342154353466010450114103
Binary111000101101100111010111001101100100010010100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26CEB; }

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

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

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

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

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

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

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

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