COLOR #D6A3FD

HEX: #D6A3FD
RGB: (214,163,253)

Color info

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

RGB color model

#D6A3FD color RGB value is (214,163,253).

  • red value is 214;
  • green value is 163;
  • blue value is 253.
RGB:
(214,163,253)
(84%,64%,99%)

RGB channels and saturation

R 214 of 255 = 84%
G 163 of 255 = 64%
B 253 of 255 = 99%

214
163
253

R + G + B ~ 82%. #D6A3FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 163 + 253 = 630 (100%)
R 214 of 630 ~ 33.97%
G 163 of 630 ~ 25.87%
B 253 of 630 ~ 40.16%

%33.97
%25.87
%40.16

CMYK color model

#D6A3FD color CMYK value is (15,36,0,1).

  • cyan value is 15.42%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(15,36,0,1)
C15M36Y0K1 
(15%,36%,0%,1%)
(0.15/0.36/0.00/0.01)	

CMYK percentages

%15.42
%35.57
%0
%0.78

Codes

Color #D6A3FD in popluar color models

D6A3FD
RGB214163253
HSL274°95.74%81.57%
HSB/HSV274°35.57%99.22%
CMYK15.42%35.57%0.00%
0.78%

Color #D6A3FD in popluar number systems.

HEXD6A3FD
Decimal214163253
Binary110101101010001111111101
Octal326243375

Shades and tints

Shades of #D6A3FD

#D6A3FD
(214,163,253)
#C395E6
(195,149,230)
#B087CF
(176,135,207)
#9D79B8
(157,121,184)
#8A6BA1
(138,107,161)
#775D8A
(119,93,138)
#644F73
(100,79,115)
#51415C
(81,65,92)
#3E3345
(62,51,69)
#2B252E
(43,37,46)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #D6A3FD

#D6A3FD
(214,163,253)
#D9ABFD
(217,171,253)
#DCB3FD
(220,179,253)
#DFBBFD
(223,187,253)
#E2C3FD
(226,195,253)
#E5CBFD
(229,203,253)
#E8D3FD
(232,211,253)
#EBDBFD
(235,219,253)
#EEE3FD
(238,227,253)
#F1EBFD
(241,235,253)
#F4F3FD
(244,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6A3FD color. Also use rgb(214,163,253) instead hex code.

Text Font Color

.myTextColor { color: #D6A3FD; }

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

This text font color is #D6A3FD.


Background Color

.myBgColor { background-color: #D6A3FD; }

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

This div background color is #D6A3FD.


Border color

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

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

This div border color is #D6A3FD.


Opacity

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

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

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

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

This text has shadow with #D6A3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A3FD on black background.


Color preview on white background

This text has color #D6A3FD on white background.



Black color preview on #D6A3FD background

This text has black color on #D6A3FD background.


White color preview on #D6A3FD background

This text has white color on #D6A3FD background.