#E07CD6

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

Shades of Orchid #E07CD6

Tints of Orchid #E07CD6

Color information

#E07CD6 (or 0xE07CD6) is unknown color: approx Orchid. HEX triplet: E0, 7C and D6. RGB value is (224,124,214). Sum of RGB (Red+Green+Blue) = 224+124+214=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CD6 is #1F8329. Grayscale: #A3A3A3. Windows color (decimal): -2065194 or 14056672. OLE color: 14056672.

HSL color Cylindrical-coordinate representation of color #E07CD6: hue angle of 306º 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 #E07CD6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224124214-
CMYK00.450.040.12
HSL306º61.73%68.24%-
HSV(B)306º44.64%87.84%-
XYZ50.0935.1267.76-
YUV164.16156.13170.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 124 (48.83% from 255) = 22.06%
BLUE value IS 214 (83.98% from 255) = 38.08%
R=39.86%
G=22.06%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412421400.450.040.1230661.7368.24
HexE07CD602D4C1323e44
Octal34017432605541446276104
Binary11100000111110011010110010110110011001001100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CD6; }

 p { color: rgb(224,124,214); }

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

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

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

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

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

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

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