#E368DE

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

Shades of Orchid #E368DE

Tints of Orchid #E368DE

Color information

#E368DE (or 0xE368DE) is unknown color: approx Orchid. HEX triplet: E3, 68 and DE. RGB value is (227,104,222). Sum of RGB (Red+Green+Blue) = 227+104+222=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E368DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E368DE is #1C9721. Grayscale: #999999. Windows color (decimal): -1873698 or 14575843. OLE color: 14575843.

HSL color Cylindrical-coordinate representation of color #E368DE: hue angle of 302.44º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E368DE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB227104222-
CMYK00.540.020.11
HSL302.44º68.72%64.9%-
HSV(B)302.44º54.19%89.02%-
XYZ49.8131.5172.56-
YUV154.23166.25179.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 104 (41.02% from 255) = 18.81%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=41.05%
G=18.81%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22710422200.540.020.11302.4468.7264.9
HexE368DE0362B12e4541
Octal343150336066213456105101
Binary11100011110100011011110011011010101110010111010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E368DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E368DE; }

 p { color: rgb(227,104,222); }

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

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

 a { background-color: rgb(227,104,222); }

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

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

 span { border-color: rgb(227,104,222); }

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