#E27BCC

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

Shades of Orchid #E27BCC

Tints of Orchid #E27BCC

Color information

#E27BCC (or 0xE27BCC) is unknown color: approx Orchid. HEX triplet: E2, 7B and CC. RGB value is (226,123,204). Sum of RGB (Red+Green+Blue) = 226+123+204=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BCC is #1D8433. Grayscale: #A2A2A2. Windows color (decimal): -1934388 or 13401058. OLE color: 13401058.

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

Color convert

RGB226123204-
CMYK00.460.100.11
HSL312.82º63.98%68.43%-
HSV(B)312.82º45.58%88.63%-
XYZ49.3534.6961.22-
YUV163.03151.12172.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 123 (48.44% from 255) = 22.24%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=40.87%
G=22.24%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612320400.460.100.11312.8263.9868.43
HexE27BCC02EAB1394044
Octal3421733140561213471100104
Binary1110001011110111100110001011101010101110011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27BCC; }

 p { color: rgb(226,123,204); }

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

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

 a { background-color: rgb(226,123,204); }

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

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

 span { border-color: rgb(226,123,204); }

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