COLOR #D675EC

HEX: #D675EC
RGB: (214,117,236)

Color info

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

RGB color model

#D675EC color RGB value is (214,117,236).

  • red value is 214;
  • green value is 117;
  • blue value is 236.
RGB:
(214,117,236)
(84%,46%,93%)

RGB channels and saturation

R 214 of 255 = 84%
G 117 of 255 = 46%
B 236 of 255 = 93%

214
117
236

R + G + B ~ 74%. #D675EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 117 + 236 = 567 (100%)
R 214 of 567 ~ 37.74%
G 117 of 567 ~ 20.63%
B 236 of 567 ~ 41.62%

%37.74
%20.63
%41.62

CMYK color model

#D675EC color CMYK value is (9,50,0,7).

  • cyan value is 9.32%
  • magenta value is 50.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,50,0,7)
C9M50Y0K7 
(9%,50%,0%,7%)
(0.09/0.50/0.00/0.07)	

CMYK percentages

%9.32
%50.42
%0
%7.45

Codes

Color #D675EC in popluar color models

D675EC
RGB214117236
HSL289°75.80%69.22%
HSB/HSV289°50.42%92.55%
CMYK9.32%50.42%0.00%
7.45%

Color #D675EC in popluar number systems.

HEXD675EC
Decimal214117236
Binary11010110111010111101100
Octal326165354

Shades and tints

Shades of #D675EC

#D675EC
(214,117,236)
#C36BD7
(195,107,215)
#B061C2
(176,97,194)
#9D57AD
(157,87,173)
#8A4D98
(138,77,152)
#774383
(119,67,131)
#64396E
(100,57,110)
#512F59
(81,47,89)
#3E2544
(62,37,68)
#2B1B2F
(43,27,47)
#18111A
(24,17,26)
#000000
(0,0,0)

Tints of #D675EC

#D675EC
(214,117,236)
#D981ED
(217,129,237)
#DC8DEE
(220,141,238)
#DF99EF
(223,153,239)
#E2A5F0
(226,165,240)
#E5B1F1
(229,177,241)
#E8BDF2
(232,189,242)
#EBC9F3
(235,201,243)
#EED5F4
(238,213,244)
#F1E1F5
(241,225,245)
#F4EDF6
(244,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D675EC color. Also use rgb(214,117,236) instead hex code.

Text Font Color

.myTextColor { color: #D675EC; }

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

This text font color is #D675EC.


Background Color

.myBgColor { background-color: #D675EC; }

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

This div background color is #D675EC.


Border color

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

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

This div border color is #D675EC.


Opacity

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

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

Text with #D675EC 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 #D675EC;}

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

This text has shadow with #D675EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D675EC on black background.


Color preview on white background

This text has color #D675EC on white background.



Black color preview on #D675EC background

This text has black color on #D675EC background.


White color preview on #D675EC background

This text has white color on #D675EC background.