#E26BD5

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

Shades of Orchid #E26BD5

Tints of Orchid #E26BD5

Color information

#E26BD5 (or 0xE26BD5) is unknown color: approx Orchid. HEX triplet: E2, 6B and D5. RGB value is (226,107,213). Sum of RGB (Red+Green+Blue) = 226+107+213=546 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.39% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 226 - color contains mainly: red. Hex color #E26BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26BD5 is #1D942A. Grayscale: #9A9A9A. Windows color (decimal): -1938475 or 13986786. OLE color: 13986786.

HSL color Cylindrical-coordinate representation of color #E26BD5: hue angle of 306.55º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26BD5 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB226107213-
CMYK00.530.060.11
HSL306.55º67.23%65.29%-
HSV(B)306.55º52.65%88.63%-
XYZ48.6331.4966.47-
YUV154.66160.92178.88-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.39%
GREEN value IS 107 (42.19% from 255) = 19.60%
BLUE value IS 213 (83.59% from 255) = 39.01%
R=41.39%
G=19.60%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610721300.530.060.11306.5567.2365.29
HexE26BD50356B1334341
Octal342153325065613463103101
Binary111000101101011110101010110101110101110011001110000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26BD5; }

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

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

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

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

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

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

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

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