#E26DC5

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

Shades of Orchid #E26DC5

Tints of Orchid #E26DC5

Color information

#E26DC5 (or 0xE26DC5) is unknown color: approx Orchid. HEX triplet: E2, 6D and C5. RGB value is (226,109,197). Sum of RGB (Red+Green+Blue) = 226+109+197=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DC5 is #1D923A. Grayscale: #999999. Windows color (decimal): -1937979 or 12938722. OLE color: 12938722.

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

Color convert

RGB226109197-
CMYK00.520.130.11
HSL314.87º66.86%65.69%-
HSV(B)314.87º51.77%88.63%-
XYZ46.9131.1456.36-
YUV154.01152.26179.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.48%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=42.48%
G=20.49%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610919700.520.130.11314.8766.8665.69
HexE26DC5034DB13b4342
Octal3421553050641513473103102
Binary1110001011011011100010101101001101101110011101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DC5; }

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

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

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

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

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

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

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

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