#E670E5

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

Shades of Orchid #E670E5

Tints of Orchid #E670E5

Color information

#E670E5 (or 0xE670E5) is unknown color: approx Orchid. HEX triplet: E6, 70 and E5. RGB value is (230,112,229). Sum of RGB (Red+Green+Blue) = 230+112+229=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E670E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670E5 is #198F1A. Grayscale: #A0A0A0. Windows color (decimal): -1675035 or 15036646. OLE color: 15036646.

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

Color convert

RGB230112229-
CMYK00.510.000.10
HSL300.51º70.24%67.06%-
HSV(B)300.51º51.3%90.2%-
XYZ52.5734.0777.93-
YUV160.62166.59177.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.28%
GREEN value IS 112 (44.14% from 255) = 19.61%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=40.28%
G=19.61%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011222900.510.000.10300.5170.2467.06
HexE670E50330A12d4643
Octal346160345063012455106103
Binary1110011011100001110010101100110101010010110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670E5; }

 p { color: rgb(230,112,229); }

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

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

 a { background-color: rgb(230,112,229); }

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

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

 span { border-color: rgb(230,112,229); }

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