#e07fdb

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

Shades of Orchid #E07FDB

Tints of Orchid #E07FDB

Color information

#E07FDB (or 0xE07FDB) is unknown color: approx Orchid. HEX triplet: E0, 7F and DB. RGB value is (224,127,219). Sum of RGB (Red+Green+Blue) = 224+127+219=570 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.30% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 224 - color contains mainly: red. Hex color #E07FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07FDB is #1F8024. Grayscale: #A6A6A6. Windows color (decimal): -2064421 or 14385120. OLE color: 14385120.

HSL color Cylindrical-coordinate representation of color #E07FDB: hue angle of 303.09º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07FDB is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224127219-
CMYK00.430.020.12
HSL303.09º61.01%68.82%-
HSV(B)303.09º43.3%87.84%-
XYZ51.1236.1471.3-
YUV166.49157.64169.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.30%
GREEN value IS 127 (50% from 255) = 22.28%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=39.30%
G=22.28%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412721900.430.020.12303.0961.0168.82
HexE07FDB02B2C12f3d45
Octal34017733305321445775105
Binary1110000011111111101101101010111011001001011111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e07fdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e07fdb; }

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

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

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

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

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

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

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

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