COLOR #D678EF

HEX: #D678EF RGB: (214,120,239)

Color info

#D678EF contains mainly red and blue colors. Web safe color of #D678EF is #CC66FF (or #C6F).

RGB color model

#D678EF color RGB value is (214,120,239).

RGB: (214,120,239) (84%, 47%, 94%)

RGB channels and saturation

R 214 of 255 = 84%
G 120 of 255 = 47%
B 239 of 255 = 94%

214
120
239

R + G + B ~ 75%. #D678EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 120 + 239 = 573 (100%)
R 214 of 573 ~ 37.35%
G 120 of 573 ~ 20.94%
B 239 of 573 ~ 41.71'%

%37.35
%20.94
%41.71

CMYK color model

#D678EF color CMYK value is (10,50,0,6).

  • cyan value is 10.46%
  • magenta value is 49.79%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (10,50,0,6)
C10M50Y0K6 (10%, 50%, 0%, 6%)
(0.10 / 0.50 / 0.00 / 0.06)

CMYK percentages

%10.46
%49.79
%0
%6.27

Codes

Color #D678EF in popluar color models

D6 78 EF
RGB 214 120 239
HSL 287° 78.81% 70.39%
HSB/HSV 287° 49.79% 93.73%
CMYK 10.46% 49.79% 0.00%
6.27%

Color #D678EF in popluar number systems.

HEX D6 78 EF
Decimal 214 120 239
Binary 11010110 1111000 11101111
Octal 326 170 357

Shades and tints

Shades of #D678EF

#D678EF
(214,120,239)
#C36EDA
(195,110,218)
#B064C5
(176,100,197)
#9D5AB0
(157,90,176)
#8A509B
(138,80,155)
#774686
(119,70,134)
#643C71
(100,60,113)
#51325C
(81,50,92)
#3E2847
(62,40,71)
#2B1E32
(43,30,50)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #D678EF

#D678EF
(214,120,239)
#D984F0
(217,132,240)
#DC90F1
(220,144,241)
#DF9CF2
(223,156,242)
#E2A8F3
(226,168,243)
#E5B4F4
(229,180,244)
#E8C0F5
(232,192,245)
#EBCCF6
(235,204,246)
#EED8F7
(238,216,247)
#F1E4F8
(241,228,248)
#F4F0F9
(244,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D678EF color. Also use rgb(214,120,239) instead hex code.

Text Font Color

.myTextColor { color: #D678EF; }

<p style="color:#D678EF">This sample text font color is #D678EF.</p>

This text font color is #D678EF.

Background Color

.myBgColor { background-color: #D678EF; }

<div style="background-color:#D678EF">Inner text</div>

This div background color is #D678EF.

Border color

.myBorderColor { border: 1px solid #D678EF; }

<div style="border:3px solid #D678EF">Div</div>

This div border color is #D678EF.

Opacity

.myOpacity80 { color: #D678EF; opacity: 0.8; }

<p style="color:#D678EF;opacity:0.8;">80%</p>

Text with #D678EF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D678EF;}

<p style="text-shadow: 3px 3px 1px #D678EF">Text here.</p>

This text has shadow with #D678EF color.


.textShadow {text-shadow: 3px 3px 1px #D678EF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D678EF, 5px 5px 20px red">Text here.</p>

This text has shadow with #D678EF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D678EF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D678EF, Direction=45, Strength=4)">Text</p>

This text has shadow with #D678EF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D678EF;
-webkit-box-shadow: 1px 1px 3px 2px #D678EF;
box-shadow: 1px 1px 3px 2px #D678EF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D678EF; -webkit-box-shadow: 1px 1px 3px 2px #D678EF; box-shadow:1px 1px 3px 2px #D678EF;">
Div content here
</div>

This div box has shadow with color #D678EF.

Preview

Color preview on black background

This text has color #D678EF on black background.


Color preview on white background

This text has color #D678EF on white background.


Black color preview on #D678EF background

This text has black color on #D678EF background.


White color preview on #D678EF background

This text has white color on #D678EF background.


Related colors

Complementary color

Complementary color for #hex is #298710.


I love getcolorcode.com

Triadic colors

1 #EFD678 and #78EFD6 with #D678EF are triadic colors.

2 #EF78D6 and #78D6EF with #D678EF are triadic colors.