#E07BC6

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

Shades of Orchid #E07BC6

Tints of Orchid #E07BC6

Color information

#E07BC6 (or 0xE07BC6) is unknown color: approx Orchid. HEX triplet: E0, 7B and C6. RGB value is (224,123,198). Sum of RGB (Red+Green+Blue) = 224+123+198=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E07BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07BC6 is #1F8439. Grayscale: #A1A1A1. Windows color (decimal): -2065466 or 13007840. OLE color: 13007840.

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

Color convert

RGB224123198-
CMYK00.450.120.12
HSL315.45º61.96%68.04%-
HSV(B)315.45º45.09%87.84%-
XYZ48.0234.0957.48-
YUV161.75148.46172.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=41.10%
G=22.57%
B=36.33%

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
Decimal22412319800.450.120.12315.4561.9668.04
HexE07BC602DCC13b3e44
Octal340173306055141447376104
Binary111000001111011110001100101101110011001001110111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07BC6; }

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

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

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

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

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

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

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

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