#E06BE0

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

Shades of Orchid #E06BE0

Tints of Orchid #E06BE0

Color information

#E06BE0 (or 0xE06BE0) is unknown color: approx Orchid. HEX triplet: E0, 6B and E0. RGB value is (224,107,224). Sum of RGB (Red+Green+Blue) = 224+107+224=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 224 (87.89% from 255 or 40.36% from 555); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E06BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BE0 is #1F941F. Grayscale: #9A9A9A. Windows color (decimal): -2069536 or 14707680. OLE color: 14707680.

HSL color Cylindrical-coordinate representation of color #E06BE0: hue angle of 300º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06BE0 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224107224-
CMYK00.5200.12
HSL300º65.36%64.9%-
HSV(B)300º52.23%87.84%-
XYZ49.4531.7474.04-
YUV155.32166.76176.99-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 224 (87.89% from 255) = 40.36%
R=40.36%
G=19.28%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410722400.5200.1230065.3664.9
HexE06BE00340C12c4141
Octal340153340064014454101101
Binary1110000011010111110000001101000110010010110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BE0; }

 p { color: rgb(224,107,224); }

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

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

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

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

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

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

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