#e678d1

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

Shades of Orchid #E678D1

Tints of Orchid #E678D1

Color information

#E678D1 (or 0xE678D1) is unknown color: approx Orchid. HEX triplet: E6, 78 and D1. RGB value is (230,120,209). Sum of RGB (Red+Green+Blue) = 230+120+209=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E678D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678D1 is #19872E. Grayscale: #A2A2A2. Windows color (decimal): -1673007 or 13727974. OLE color: 13727974.

HSL color Cylindrical-coordinate representation of color #E678D1: hue angle of 311.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E678D1 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB230120209-
CMYK00.480.090.10
HSL311.45º68.75%68.63%-
HSV(B)311.45º47.83%90.2%-
XYZ50.8634.8664.37-
YUV163.04153.94175.76-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.14%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=41.14%
G=21.47%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012020900.480.090.10311.4568.7568.63
HexE678D10309A1374545
Octal3461703210601112467105105
Binary1110011011110001101000101100001001101010011011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e678d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e678d1; }

 p { color: rgb(230,120,209); }

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

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

 a { background-color: rgb(230,120,209); }

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

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

 span { border-color: rgb(230,120,209); }

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