#E07BD0

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

Shades of Orchid #E07BD0

Tints of Orchid #E07BD0

Color information

#E07BD0 (or 0xE07BD0) is unknown color: approx Orchid. HEX triplet: E0, 7B and D0. RGB value is (224,123,208). Sum of RGB (Red+Green+Blue) = 224+123+208=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BD0 is #1F842F. Grayscale: #A2A2A2. Windows color (decimal): -2065456 or 13663200. OLE color: 13663200.

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

Color convert

RGB224123208-
CMYK00.450.070.12
HSL309.5º61.96%68.04%-
HSV(B)309.5º45.09%87.84%-
XYZ49.2134.5763.75-
YUV162.89153.46171.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 208 (81.64% from 255) = 37.48%
R=40.36%
G=22.16%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412320800.450.070.12309.561.9668.04
HexE07BD002D7C1363e44
Octal34017332005571446676104
Binary11100000111101111010000010110111111001001101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BD0; }

 p { color: rgb(224,123,208); }

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

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

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

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

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

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

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