#E670D0

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

Shades of Orchid #E670D0

Tints of Orchid #E670D0

Color information

#E670D0 (or 0xE670D0) is unknown color: approx Orchid. HEX triplet: E6, 70 and D0. RGB value is (230,112,208). Sum of RGB (Red+Green+Blue) = 230+112+208=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E670D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670D0 is #198F2F. Grayscale: #9D9D9D. Windows color (decimal): -1675056 or 13660390. OLE color: 13660390.

HSL color Cylindrical-coordinate representation of color #E670D0: hue angle of 311.19º 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 #E670D0 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB230112208-
CMYK00.510.100.10
HSL311.19º70.24%67.06%-
HSV(B)311.19º51.3%90.2%-
XYZ49.8132.9763.41-
YUV158.23156.09179.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 112 (44.14% from 255) = 20.36%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=41.82%
G=20.36%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011220800.510.100.10311.1970.2467.06
HexE670D0033AA1374643
Octal3461603200631212467106103
Binary1110011011100001101000001100111010101010011011110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670D0; }

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

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

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

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

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

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

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

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