COLOR #C47DD6

HEX: #C47DD6
RGB: (196,125,214)

Color info

#C47DD6 contains mainly red and blue colors. Web safe color of #C47DD6 is #CC66CC (or #C6C).

RGB color model

#C47DD6 color RGB value is (196,125,214).

  • red value is 196;
  • green value is 125;
  • blue value is 214.
RGB:
(196,125,214)
(77%,49%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 125 of 255 = 49%
B 214 of 255 = 84%

196
125
214

R + G + B ~ 70%. #C47DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 125 + 214 = 535 (100%)
R 196 of 535 ~ 36.64%
G 125 of 535 ~ 23.36%
B 214 of 535 ~ 40%

%36.64
%23.36
%40

CMYK color model

#C47DD6 color CMYK value is (8,42,0,16).

  • cyan value is 8.41%
  • magenta value is 41.59%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(8,42,0,16)
C8M42Y0K16 
(8%,42%,0%,16%)
(0.08/0.42/0.00/0.16)	

CMYK percentages

%8.41
%41.59
%0
%16.08

Codes

Color #C47DD6 in popluar color models

C47DD6
RGB196125214
HSL288°52.05%66.47%
HSB/HSV288°41.59%83.92%
CMYK8.41%41.59%0.00%
16.08%

Color #C47DD6 in popluar number systems.

HEXC47DD6
Decimal196125214
Binary11000100111110111010110
Octal304175326

Shades and tints

Shades of #C47DD6

#C47DD6
(196,125,214)
#B372C3
(179,114,195)
#A267B0
(162,103,176)
#915C9D
(145,92,157)
#80518A
(128,81,138)
#6F4677
(111,70,119)
#5E3B64
(94,59,100)
#4D3051
(77,48,81)
#3C253E
(60,37,62)
#2B1A2B
(43,26,43)
#1A0F18
(26,15,24)
#000000
(0,0,0)

Tints of #C47DD6

#C47DD6
(196,125,214)
#C988D9
(201,136,217)
#CE93DC
(206,147,220)
#D39EDF
(211,158,223)
#D8A9E2
(216,169,226)
#DDB4E5
(221,180,229)
#E2BFE8
(226,191,232)
#E7CAEB
(231,202,235)
#ECD5EE
(236,213,238)
#F1E0F1
(241,224,241)
#F6EBF4
(246,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47DD6 color. Also use rgb(196,125,214) instead hex code.

Text Font Color

.myTextColor { color: #C47DD6; }

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

This text font color is #C47DD6.


Background Color

.myBgColor { background-color: #C47DD6; }

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

This div background color is #C47DD6.


Border color

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

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

This div border color is #C47DD6.


Opacity

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

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

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

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

This text has shadow with #C47DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47DD6 on black background.


Color preview on white background

This text has color #C47DD6 on white background.



Black color preview on #C47DD6 background

This text has black color on #C47DD6 background.


White color preview on #C47DD6 background

This text has white color on #C47DD6 background.