#E678D4

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

Shades of Orchid #E678D4

Tints of Orchid #E678D4

Color information

#E678D4 (or 0xE678D4) is unknown color: approx Orchid. HEX triplet: E6, 78 and D4. RGB value is (230,120,212). Sum of RGB (Red+Green+Blue) = 230+120+212=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 212 (83.20% from 255 or 37.72% from 562); Max value from RGB is 230 - color contains mainly: red. Hex color #E678D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E678D4 is #19872B. Grayscale: #A3A3A3. Windows color (decimal): -1673004 or 13924582. OLE color: 13924582.

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

Color convert

RGB230120212-
CMYK00.480.080.10
HSL309.82º68.75%68.63%-
HSV(B)309.82º47.83%90.2%-
XYZ51.2335.0166.34-
YUV163.38155.44175.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.93%
GREEN value IS 120 (47.27% from 255) = 21.35%
BLUE value IS 212 (83.20% from 255) = 37.72%
R=40.93%
G=21.35%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012021200.480.080.10309.8268.7568.63
HexE678D40308A1364545
Octal3461703240601012466105105
Binary1110011011110001101010001100001000101010011011010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E678D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E678D4; }

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

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

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

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

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

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

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

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