#E270C5

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

Shades of Orchid #E270C5

Tints of Orchid #E270C5

Color information

#E270C5 (or 0xE270C5) is unknown color: approx Orchid. HEX triplet: E2, 70 and C5. RGB value is (226,112,197). Sum of RGB (Red+Green+Blue) = 226+112+197=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E270C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270C5 is #1D8F3A. Grayscale: #9B9B9B. Windows color (decimal): -1937211 or 12939490. OLE color: 12939490.

HSL color Cylindrical-coordinate representation of color #E270C5: hue angle of 315.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E270C5 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226112197-
CMYK00.500.130.11
HSL315.26º66.28%66.27%-
HSV(B)315.26º50.44%88.63%-
XYZ47.2431.7956.47-
YUV155.78151.27178.09-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 197 (77.34% from 255) = 36.82%
R=42.24%
G=20.93%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611219700.500.130.11315.2666.2866.27
HexE270C5032DB13b4242
Octal3421603050621513473102102
Binary1110001011100001100010101100101101101110011101110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E270C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E270C5; }

 p { color: rgb(226,112,197); }

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

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

 a { background-color: rgb(226,112,197); }

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

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

 span { border-color: rgb(226,112,197); }

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