#E57BCB

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

Shades of Orchid #E57BCB

Tints of Orchid #E57BCB

Color information

#E57BCB (or 0xE57BCB) is unknown color: approx Orchid. HEX triplet: E5, 7B and CB. RGB value is (229,123,203). Sum of RGB (Red+Green+Blue) = 229+123+203=555 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.26% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 229 - color contains mainly: red. Hex color #E57BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E57BCB is #1A8434. Grayscale: #A3A3A3. Windows color (decimal): -1737781 or 13335525. OLE color: 13335525.

HSL color Cylindrical-coordinate representation of color #E57BCB: hue angle of 314.72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E57BCB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229123203-
CMYK00.460.110.10
HSL314.72º67.09%69.02%-
HSV(B)314.72º46.29%89.8%-
XYZ50.1835.1460.64-
YUV163.81150.12174.5-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.26%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=41.26%
G=22.16%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22912320300.460.110.10314.7267.0969.02
HexE57BCB02EBA13b4345
Octal3451733130561312473103105
Binary1110010111110111100101101011101011101010011101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E57BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E57BCB; }

 p { color: rgb(229,123,203); }

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

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

 a { background-color: rgb(229,123,203); }

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

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

 span { border-color: rgb(229,123,203); }

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