#E670D9

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

Shades of Orchid #E670D9

Tints of Orchid #E670D9

Color information

#E670D9 (or 0xE670D9) is unknown color: approx Orchid. HEX triplet: E6, 70 and D9. RGB value is (230,112,217). Sum of RGB (Red+Green+Blue) = 230+112+217=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E670D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E670D9 is #198F26. Grayscale: #9E9E9E. Windows color (decimal): -1675047 or 14250214. OLE color: 14250214.

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

Color convert

RGB230112217-
CMYK00.510.060.10
HSL306.61º70.24%67.06%-
HSV(B)306.61º51.3%90.2%-
XYZ50.9533.4269.41-
YUV159.25160.59178.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 112 (44.14% from 255) = 20.04%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=41.14%
G=20.04%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011221700.510.060.10306.6170.2467.06
HexE670D90336A1334643
Octal346160331063612463106103
Binary111001101110000110110010110011110101010011001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E670D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E670D9; }

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

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

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

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

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

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

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

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