COLOR #D680FC

HEX: #D680FC
RGB: (214,128,252)

Color info

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

RGB color model

#D680FC color RGB value is (214,128,252).

  • red value is 214;
  • green value is 128;
  • blue value is 252.
RGB:
(214,128,252)
(84%,50%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 128 of 255 = 50%
B 252 of 255 = 99%

214
128
252

R + G + B ~ 78%. #D680FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 128 + 252 = 594 (100%)
R 214 of 594 ~ 36.03%
G 128 of 594 ~ 21.55%
B 252 of 594 ~ 42.42%

%36.03
%21.55
%42.42

CMYK color model

#D680FC color CMYK value is (15,49,0,1).

  • cyan value is 15.08%
  • magenta value is 49.21%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,49,0,1)
C15M49Y0K1 
(15%,49%,0%,1%)
(0.15/0.49/0.00/0.01)	

CMYK percentages

%15.08
%49.21
%0
%1.18

Codes

Color #D680FC in popluar color models

D680FC
RGB214128252
HSL282°95.38%74.51%
HSB/HSV282°49.21%98.82%
CMYK15.08%49.21%0.00%
1.18%

Color #D680FC in popluar number systems.

HEXD680FC
Decimal214128252
Binary110101101000000011111100
Octal326200374

Shades and tints

Shades of #D680FC

#D680FC
(214,128,252)
#C375E6
(195,117,230)
#B06AD0
(176,106,208)
#9D5FBA
(157,95,186)
#8A54A4
(138,84,164)
#77498E
(119,73,142)
#643E78
(100,62,120)
#513362
(81,51,98)
#3E284C
(62,40,76)
#2B1D36
(43,29,54)
#181220
(24,18,32)
#000000
(0,0,0)

Tints of #D680FC

#D680FC
(214,128,252)
#D98BFC
(217,139,252)
#DC96FC
(220,150,252)
#DFA1FC
(223,161,252)
#E2ACFC
(226,172,252)
#E5B7FC
(229,183,252)
#E8C2FC
(232,194,252)
#EBCDFC
(235,205,252)
#EED8FC
(238,216,252)
#F1E3FC
(241,227,252)
#F4EEFC
(244,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D680FC color. Also use rgb(214,128,252) instead hex code.

Text Font Color

.myTextColor { color: #D680FC; }

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

This text font color is #D680FC.


Background Color

.myBgColor { background-color: #D680FC; }

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

This div background color is #D680FC.


Border color

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

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

This div border color is #D680FC.


Opacity

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

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

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

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

This text has shadow with #D680FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D680FC on black background.


Color preview on white background

This text has color #D680FC on white background.



Black color preview on #D680FC background

This text has black color on #D680FC background.


White color preview on #D680FC background

This text has white color on #D680FC background.