#e067e0

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

Shades of Orchid #E067E0

Tints of Orchid #E067E0

Color information

#E067E0 (or 0xE067E0) is unknown color: approx Orchid. HEX triplet: E0, 67 and E0. RGB value is (224,103,224). Sum of RGB (Red+Green+Blue) = 224+103+224=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E067E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E067E0 is #1F981F. Grayscale: #989898. Windows color (decimal): -2070560 or 14706656. OLE color: 14706656.

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

Color convert

RGB224103224-
CMYK00.5400.12
HSL300º66.12%64.12%-
HSV(B)300º54.02%87.84%-
XYZ49.0530.9373.91-
YUV152.97168.09178.66-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 103 (40.62% from 255) = 18.69%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=40.65%
G=18.69%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410322400.5400.1230066.1264.12
HexE067E00360C12c4240
Octal340147340066014454102100
Binary1110000011001111110000001101100110010010110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e067e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e067e0; }

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

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

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

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

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

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

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

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