#E06CE9

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

Shades of Orchid #E06CE9

Tints of Orchid #E06CE9

Color information

#E06CE9 (or 0xE06CE9) is unknown color: approx Orchid. HEX triplet: E0, 6C and E9. RGB value is (224,108,233). Sum of RGB (Red+Green+Blue) = 224+108+233=565 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.65% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #E06CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06CE9 is #1F9316. Grayscale: #9C9C9C. Windows color (decimal): -2069271 or 15297760. OLE color: 15297760.

HSL color Cylindrical-coordinate representation of color #E06CE9: hue angle of 295.68º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06CE9 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224108233-
CMYK0.040.5400.09
HSL295.68º73.96%66.86%-
HSV(B)295.68º53.65%91.37%-
XYZ50.8132.4680.68-
YUV156.93170.93175.84-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.65%
GREEN value IS 108 (42.58% from 255) = 19.12%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=39.65%
G=19.12%
B=41.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241082330.040.5400.09295.6873.9666.86
HexE06CE9436091284a43
Octal340154351466011450112103
Binary111000001101100111010011001101100100110010100010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CE9; }

 p { color: rgb(224,108,233); }

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

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

 a { background-color: rgb(224,108,233); }

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

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

 span { border-color: rgb(224,108,233); }

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