#E07CDE

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

Shades of Orchid #E07CDE

Tints of Orchid #E07CDE

Color information

#E07CDE (or 0xE07CDE) is unknown color: approx Orchid. HEX triplet: E0, 7C and DE. RGB value is (224,124,222). Sum of RGB (Red+Green+Blue) = 224+124+222=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 124 (48.83% from 255 or 21.75% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDE is #1F8321. Grayscale: #A4A4A4. Windows color (decimal): -2065186 or 14580960. OLE color: 14580960.

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

Color convert

RGB224124222-
CMYK00.450.010.12
HSL301.2º61.73%68.24%-
HSV(B)301.2º44.64%87.84%-
XYZ51.1335.5473.27-
YUV165.07160.13170.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 124 (48.83% from 255) = 21.75%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=39.30%
G=21.75%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412422200.450.010.12301.261.7368.24
HexE07CDE02D1C12d3e44
Octal34017433605511445576104
Binary111000001111100110111100101101111001001011011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CDE; }

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

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

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

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

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

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

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

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