#E06DE7

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

Shades of Orchid #E06DE7

Tints of Orchid #E06DE7

Color information

#E06DE7 (or 0xE06DE7) is unknown color: approx Orchid. HEX triplet: E0, 6D and E7. RGB value is (224,109,231). Sum of RGB (Red+Green+Blue) = 224+109+231=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #E06DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E06DE7 is #1F9218. Grayscale: #9C9C9C. Windows color (decimal): -2069017 or 15166944. OLE color: 15166944.

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

Color convert

RGB224109231-
CMYK0.030.5300.09
HSL296.56º71.76%66.67%-
HSV(B)296.56º52.81%90.59%-
XYZ50.6332.5579.22-
YUV157.29169.6175.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.72%
GREEN value IS 109 (42.97% from 255) = 19.33%
BLUE value IS 231 (90.62% from 255) = 40.96%
R=39.72%
G=19.33%
B=40.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241092310.030.5300.09296.5671.7666.67
HexE06DE7335091294843
Octal340155347365011451110103
Binary11100000110110111100111111101010100110010100110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06DE7; }

 p { color: rgb(224,109,231); }

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

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

 a { background-color: rgb(224,109,231); }

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

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

 span { border-color: rgb(224,109,231); }

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