COLOR #C47FDC

HEX: #C47FDC RGB: (196,127,220)

Color info

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

RGB color model

#C47FDC color RGB value is (196,127,220).

RGB: (196,127,220) (77%, 50%, 86%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 220 of 255 = 86%

196
127
220

R + G + B ~ 71%. #C47FDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 127 + 220 = 543 (100%)
R 196 of 543 ~ 36.1%
G 127 of 543 ~ 23.39%
B 220 of 543 ~ 40.52'%

%36.1
%23.39
%40.52

CMYK color model

#C47FDC color CMYK value is (11,42,0,14).

  • cyan value is 10.91%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (11,42,0,14)
C11M42Y0K14 (11%, 42%, 0%, 14%)
(0.11 / 0.42 / 0.00 / 0.14)

CMYK percentages

%10.91
%42.27
%0
%13.73

Codes

Color #C47FDC in popluar color models

C4 7F DC
RGB 196 127 220
HSL 285° 57.06% 68.04%
HSB/HSV 285° 42.27% 86.27%
CMYK 10.91% 42.27% 0.00%
13.73%

Color #C47FDC in popluar number systems.

HEX C4 7F DC
Decimal 196 127 220
Binary 11000100 1111111 11011100
Octal 304 177 334

Shades and tints

Shades of #C47FDC

#C47FDC
(196,127,220)
#B374C8
(179,116,200)
#A269B4
(162,105,180)
#915EA0
(145,94,160)
#80538C
(128,83,140)
#6F4878
(111,72,120)
#5E3D64
(94,61,100)
#4D3250
(77,50,80)
#3C273C
(60,39,60)
#2B1C28
(43,28,40)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #C47FDC

#C47FDC
(196,127,220)
#C98ADF
(201,138,223)
#CE95E2
(206,149,226)
#D3A0E5
(211,160,229)
#D8ABE8
(216,171,232)
#DDB6EB
(221,182,235)
#E2C1EE
(226,193,238)
#E7CCF1
(231,204,241)
#ECD7F4
(236,215,244)
#F1E2F7
(241,226,247)
#F6EDFA
(246,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47FDC color. Also use rgb(196,127,220) instead hex code.

Text Font Color

.myTextColor { color: #C47FDC; }

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

This text font color is #C47FDC.

Background Color

.myBgColor { background-color: #C47FDC; }

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

This div background color is #C47FDC.

Border color

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

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

This div border color is #C47FDC.

Opacity

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

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

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

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

This text has shadow with #C47FDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47FDC.

Preview

Color preview on black background

This text has color #C47FDC on black background.


Color preview on white background

This text has color #C47FDC on white background.


Black color preview on #C47FDC background

This text has black color on #C47FDC background.


White color preview on #C47FDC background

This text has white color on #C47FDC background.


Related colors

Complementary color

Complementary color for #hex is #3B8023.


I love getcolorcode.com

Triadic colors

1 #DCC47F and #7FDCC4 with #C47FDC are triadic colors.

2 #DC7FC4 and #7FC4DC with #C47FDC are triadic colors.