#E07BD7

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

Shades of Orchid #E07BD7

Tints of Orchid #E07BD7

Color information

#E07BD7 (or 0xE07BD7) is unknown color: approx Orchid. HEX triplet: E0, 7B and D7. RGB value is (224,123,215). Sum of RGB (Red+Green+Blue) = 224+123+215=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BD7 is #1F8428. Grayscale: #A3A3A3. Windows color (decimal): -2065449 or 14121952. OLE color: 14121952.

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

Color convert

RGB224123215-
CMYK00.450.040.12
HSL305.35º61.96%68.04%-
HSV(B)305.35º45.09%87.84%-
XYZ50.0934.9268.39-
YUV163.69156.96171.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=39.86%
G=21.89%
B=38.26%

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
Decimal22412321500.450.040.12305.3561.9668.04
HexE07BD702D4C1313e44
Octal34017332705541446176104
Binary11100000111101111010111010110110011001001100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BD7; }

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

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

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

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

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

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

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

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