#e07be0

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

Shades of Orchid #E07BE0

Tints of Orchid #E07BE0

Color information

#E07BE0 (or 0xE07BE0) is unknown color: approx Orchid. HEX triplet: E0, 7B and E0. RGB value is (224,123,224). Sum of RGB (Red+Green+Blue) = 224+123+224=571 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.23% from 571); Green value is 123 (48.44% from 255 or 21.54% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E07BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BE0 is #1F841F. Grayscale: #A4A4A4. Windows color (decimal): -2065440 or 14711776. OLE color: 14711776.

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

Color convert

RGB224123224-
CMYK00.4500.12
HSL300º61.96%68.04%-
HSV(B)300º45.09%87.84%-
XYZ51.2835.474.65-
YUV164.71161.46170.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.23%
GREEN value IS 123 (48.44% from 255) = 21.54%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=39.23%
G=21.54%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412322400.4500.1230061.9668.04
HexE07BE002D0C12c3e44
Octal34017334005501445476104
Binary111000001111011111000000101101011001001011001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07be0; }

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

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

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

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

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

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

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

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