#E26FC3

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

Shades of Orchid #E26FC3

Tints of Orchid #E26FC3

Color information

#E26FC3 (or 0xE26FC3) is unknown color: approx Orchid. HEX triplet: E2, 6F and C3. RGB value is (226,111,195). Sum of RGB (Red+Green+Blue) = 226+111+195=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FC3 is #1D903C. Grayscale: #9A9A9A. Windows color (decimal): -1937469 or 12808162. OLE color: 12808162.

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

Color convert

RGB226111195-
CMYK00.510.140.11
HSL316.17º66.47%66.08%-
HSV(B)316.17º50.88%88.63%-
XYZ46.931.4855.23-
YUV154.96150.6178.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 111 (43.75% from 255) = 20.86%
BLUE value IS 195 (76.56% from 255) = 36.65%
R=42.48%
G=20.86%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611119500.510.140.11316.1766.4766.08
HexE26FC3033EB13c4242
Octal3421573030631613474102102
Binary1110001011011111100001101100111110101110011110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FC3; }

 p { color: rgb(226,111,195); }

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

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

 a { background-color: rgb(226,111,195); }

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

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

 span { border-color: rgb(226,111,195); }

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