#E07CDB

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

Shades of Orchid #E07CDB

Tints of Orchid #E07CDB

Color information

#E07CDB (or 0xE07CDB) is unknown color: approx Orchid. HEX triplet: E0, 7C and DB. RGB value is (224,124,219). Sum of RGB (Red+Green+Blue) = 224+124+219=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CDB is #1F8324. Grayscale: #A4A4A4. Windows color (decimal): -2065189 or 14384352. OLE color: 14384352.

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

Color convert

RGB224124219-
CMYK00.450.020.12
HSL303º61.73%68.24%-
HSV(B)303º44.64%87.84%-
XYZ50.7335.3871.17-
YUV164.73158.63170.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 124 (48.83% from 255) = 21.87%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=39.51%
G=21.87%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412421900.450.020.1230361.7368.24
HexE07CDB02D2C12f3e44
Octal34017433305521445776104
Binary1110000011111001101101101011011011001001011111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CDB; }

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

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

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

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

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

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

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

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