#E26DC3

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

Shades of Orchid #E26DC3

Tints of Orchid #E26DC3

Color information

#E26DC3 (or 0xE26DC3) is unknown color: approx Orchid. HEX triplet: E2, 6D and C3. RGB value is (226,109,195). Sum of RGB (Red+Green+Blue) = 226+109+195=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E26DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26DC3 is #1D923C. Grayscale: #999999. Windows color (decimal): -1937981 or 12807650. OLE color: 12807650.

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

Color convert

RGB226109195-
CMYK00.520.140.11
HSL315.9º66.86%65.69%-
HSV(B)315.9º51.77%88.63%-
XYZ46.6831.0555.16-
YUV153.79151.26179.51-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.64%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=42.64%
G=20.57%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610919500.520.140.11315.966.8665.69
HexE26DC3034EB13c4342
Octal3421553030641613474103102
Binary1110001011011011100001101101001110101110011110010000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26DC3; }

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

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

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

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

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

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

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

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