#E26FDD

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

Shades of Orchid #E26FDD

Tints of Orchid #E26FDD

Color information

#E26FDD (or 0xE26FDD) is unknown color: approx Orchid. HEX triplet: E2, 6F and DD. RGB value is (226,111,221). Sum of RGB (Red+Green+Blue) = 226+111+221=558 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.50% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FDD is #1D9022. Grayscale: #9D9D9D. Windows color (decimal): -1937443 or 14512098. OLE color: 14512098.

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

Color convert

RGB226111221-
CMYK00.510.020.11
HSL302.61º66.47%66.08%-
HSV(B)302.61º50.88%88.63%-
XYZ50.132.7672.09-
YUV157.93163.6176.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.50%
GREEN value IS 111 (43.75% from 255) = 19.89%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=40.50%
G=19.89%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611122100.510.020.11302.6166.4766.08
HexE26FDD0332B12f4242
Octal342157335063213457102102
Binary11100010110111111011101011001110101110010111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FDD; }

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

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

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

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

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

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

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

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