#E07BC5

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

Shades of Orchid #E07BC5

Tints of Orchid #E07BC5

Color information

#E07BC5 (or 0xE07BC5) is unknown color: approx Orchid. HEX triplet: E0, 7B and C5. RGB value is (224,123,197). Sum of RGB (Red+Green+Blue) = 224+123+197=544 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.18% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC5 is #1F843A. Grayscale: #A1A1A1. Windows color (decimal): -2065467 or 12942304. OLE color: 12942304.

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

Color convert

RGB224123197-
CMYK00.450.120.12
HSL316.04º61.96%68.04%-
HSV(B)316.04º45.09%87.84%-
XYZ47.934.0456.87-
YUV161.64147.96172.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.18%
GREEN value IS 123 (48.44% from 255) = 22.61%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=41.18%
G=22.61%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412319700.450.120.12316.0461.9668.04
HexE07BC502DCC13c3e44
Octal340173305055141447476104
Binary111000001111011110001010101101110011001001111001111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BC5; }

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

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

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

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

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

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

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

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