COLOR #D68CFB

HEX: #D68CFB
RGB: (214,140,251)

Color info

#D68CFB contains mainly red and blue colors. Web safe color of #D68CFB is #CC99FF (or #C9F).

RGB color model

#D68CFB color RGB value is (214,140,251).

  • red value is 214;
  • green value is 140;
  • blue value is 251.
RGB: (214,140,251) (84%,55%,98%)

RGB channels and saturation

R 214 of 255 = 84%
G 140 of 255 = 55%
B 251 of 255 = 98%

214
140
251

R + G + B ~ 79%. #D68CFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 140 + 251 = 605 (100%)
R 214 of 605 ~ 35.37%
G 140 of 605 ~ 23.14%
B 251 of 605 ~ 41.49%

%35.37
%23.14
%41.49

CMYK color model

#D68CFB color CMYK value is (15,44,0,2).

  • cyan value is 14.74%
  • magenta value is 44.22%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (15,44,0,2) C15M44Y0K2 (15%,44%,0%,2%) (0.15/0.44/0.00/0.02)

CMYK percentages

%14.74
%44.22
%0
%1.57

Codes

Color #D68CFB in popluar color models

D68CFB
RGB214140251
HSL280°93.28%76.67%
HSB/HSV280°44.22%98.43%
CMYK14.74%44.22%0.00%
1.57%

Color #D68CFB in popluar number systems.

HEXD68CFB
Decimal214140251
Binary110101101000110011111011
Octal326214373

Shades and tints

Shades of #D68CFB

#D68CFB
(214,140,251)
#C380E5
(195,128,229)
#B074CF
(176,116,207)
#9D68B9
(157,104,185)
#8A5CA3
(138,92,163)
#77508D
(119,80,141)
#644477
(100,68,119)
#513861
(81,56,97)
#3E2C4B
(62,44,75)
#2B2035
(43,32,53)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #D68CFB

#D68CFB
(214,140,251)
#D996FB
(217,150,251)
#DCA0FB
(220,160,251)
#DFAAFB
(223,170,251)
#E2B4FB
(226,180,251)
#E5BEFB
(229,190,251)
#E8C8FB
(232,200,251)
#EBD2FB
(235,210,251)
#EEDCFB
(238,220,251)
#F1E6FB
(241,230,251)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D68CFB color. Also use rgb(214,140,251) instead hex code.

Text Font Color

.myTextColor { color: #D68CFB; }

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

This text font color is #D68CFB.


Background Color

.myBgColor { background-color: #D68CFB; }

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

This div background color is #D68CFB.


Border color

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

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

This div border color is #D68CFB.


Opacity

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

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

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

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

This text has shadow with #D68CFB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D68CFB on black background.


Color preview on white background

This text has color #D68CFB on white background.



Black color preview on #D68CFB background

This text has black color on #D68CFB background.


White color preview on #D68CFB background

This text has white color on #D68CFB background.