#E26FCC

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

Shades of Orchid #E26FCC

Tints of Orchid #E26FCC

Color information

#E26FCC (or 0xE26FCC) is unknown color: approx Orchid. HEX triplet: E2, 6F and CC. RGB value is (226,111,204). Sum of RGB (Red+Green+Blue) = 226+111+204=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E26FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E26FCC is #1D9033. Grayscale: #9B9B9B. Windows color (decimal): -1937460 or 13397986. OLE color: 13397986.

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

Color convert

RGB226111204-
CMYK00.510.100.11
HSL311.48º66.47%66.08%-
HSV(B)311.48º50.88%88.63%-
XYZ47.9531.960.76-
YUV155.99155.1177.94-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.77%
GREEN value IS 111 (43.75% from 255) = 20.52%
BLUE value IS 204 (80.08% from 255) = 37.71%
R=41.77%
G=20.52%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611120400.510.100.11311.4866.4766.08
HexE26FCC033AB1374242
Octal3421573140631213467102102
Binary1110001011011111100110001100111010101110011011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26FCC; }

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

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

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

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

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

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

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

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