#E068E6

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

Shades of Orchid #E068E6

Tints of Orchid #E068E6

Color information

#E068E6 (or 0xE068E6) is unknown color: approx Orchid. HEX triplet: E0, 68 and E6. RGB value is (224,104,230). Sum of RGB (Red+Green+Blue) = 224+104+230=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #E068E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068E6 is #1F9719. Grayscale: #999999. Windows color (decimal): -2070298 or 15100128. OLE color: 15100128.

HSL color Cylindrical-coordinate representation of color #E068E6: hue angle of 297.14º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E068E6 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224104230-
CMYK0.030.5500.10
HSL297.14º71.59%65.49%-
HSV(B)297.14º54.78%90.2%-
XYZ49.9731.4678.3-
YUV154.24170.76177.75-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.14%
GREEN value IS 104 (41.02% from 255) = 18.64%
BLUE value IS 230 (90.23% from 255) = 41.22%
R=40.14%
G=18.64%
B=41.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2241042300.030.5500.10297.1471.5965.49
HexE068E63370A1294841
Octal340150346367012451110101
Binary11100000110100011100110111101110101010010100110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E068E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E068E6; }

 p { color: rgb(224,104,230); }

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

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

 a { background-color: rgb(224,104,230); }

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

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

 span { border-color: rgb(224,104,230); }

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