#E671D2

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

Shades of Orchid #E671D2

Tints of Orchid #E671D2

Color information

#E671D2 (or 0xE671D2) is unknown color: approx Orchid. HEX triplet: E6, 71 and D2. RGB value is (230,113,210). Sum of RGB (Red+Green+Blue) = 230+113+210=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E671D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671D2 is #198E2D. Grayscale: #9E9E9E. Windows color (decimal): -1674798 or 13791718. OLE color: 13791718.

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

Color convert

RGB230113210-
CMYK00.510.090.10
HSL310.26º70.06%67.25%-
HSV(B)310.26º50.87%90.2%-
XYZ50.1733.2964.75-
YUV159.04156.76178.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.59%
GREEN value IS 113 (44.53% from 255) = 20.43%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=41.59%
G=20.43%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011321000.510.090.10310.2670.0667.25
HexE671D20339A1364643
Octal3461613220631112466106103
Binary1110011011100011101001001100111001101010011011010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671D2; }

 p { color: rgb(230,113,210); }

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

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

 a { background-color: rgb(230,113,210); }

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

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

 span { border-color: rgb(230,113,210); }

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