#E37BCA

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

Shades of Orchid #E37BCA

Tints of Orchid #E37BCA

Color information

#E37BCA (or 0xE37BCA) is unknown color: approx Orchid. HEX triplet: E3, 7B and CA. RGB value is (227,123,202). Sum of RGB (Red+Green+Blue) = 227+123+202=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E37BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37BCA is #1C8435. Grayscale: #A2A2A2. Windows color (decimal): -1868854 or 13269987. OLE color: 13269987.

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

Color convert

RGB227123202-
CMYK00.460.110.11
HSL314.42º65%68.63%-
HSV(B)314.42º45.81%89.02%-
XYZ49.4234.7659.98-
YUV163.1149.96173.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 123 (48.44% from 255) = 22.28%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=41.12%
G=22.28%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712320200.460.110.11314.426568.63
HexE37BCA02EBB13a4145
Octal3431733120561313472101105
Binary1110001111110111100101001011101011101110011101010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37BCA; }

 p { color: rgb(227,123,202); }

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

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

 a { background-color: rgb(227,123,202); }

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

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

 span { border-color: rgb(227,123,202); }

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