COLOR #C47FB2

HEX: #C47FB2 RGB: (196,127,178)

Color info

#C47FB2 contains mainly red and blue colors. Web safe color of #C47FB2 is #CC6699 (or #C69).

RGB color model

#C47FB2 color RGB value is (196,127,178).

RGB: (196,127,178) (77%, 50%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 178 of 255 = 70%

196
127
178

R + G + B ~ 66%. #C47FB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 127 + 178 = 501 (100%)
R 196 of 501 ~ 39.12%
G 127 of 501 ~ 25.35%
B 178 of 501 ~ 35.53'%

%39.12
%25.35
%35.53

CMYK color model

#C47FB2 color CMYK value is (0,35,9,23).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 9.18%
  • key color value is 23.14%
CMYK: (0,35,9,23) C0M35Y9K23 (0%,35%,9%,23%) (0.00/0.35/0.09/0.23) 

CMYK percentages

%0
%35.2
%9.18
%23.14

Codes

Color #C47FB2 in popluar color models

C4 7F B2
RGB 196 127 178
HSL 316° 36.90% 63.33%
HSB/HSV 316° 35.20% 76.86%
CMYK 0.00% 35.20% 9.18%
23.14%

Color #C47FB2 in popluar number systems.

HEX C4 7F B2
Decimal 196 127 178
Binary 11000100 1111111 10110010
Octal 304 177 262

Shades and tints

Shades of #C47FB2

#C47FB2
(196,127,178)
#B374A2
(179,116,162)
#A26992
(162,105,146)
#915E82
(145,94,130)
#805372
(128,83,114)
#6F4862
(111,72,98)
#5E3D52
(94,61,82)
#4D3242
(77,50,66)
#3C2732
(60,39,50)
#2B1C22
(43,28,34)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #C47FB2

#C47FB2
(196,127,178)
#C98AB9
(201,138,185)
#CE95C0
(206,149,192)
#D3A0C7
(211,160,199)
#D8ABCE
(216,171,206)
#DDB6D5
(221,182,213)
#E2C1DC
(226,193,220)
#E7CCE3
(231,204,227)
#ECD7EA
(236,215,234)
#F1E2F1
(241,226,241)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47FB2; }

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

This text font color is #C47FB2.

Background Color

.myBgColor { background-color: #C47FB2; }

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

This div background color is #C47FB2.

Border color

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

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

This div border color is #C47FB2.

Opacity

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

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

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

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

This text has shadow with #C47FB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47FB2.

Preview

Color preview on black background

This text has color #C47FB2 on black background.


Color preview on white background

This text has color #C47FB2 on white background.


Black color preview on #C47FB2 background

This text has black color on #C47FB2 background.


White color preview on #C47FB2 background

This text has white color on #C47FB2 background.


Related colors

Complementary color

Complementary color for #hex is #3B804D.


I love getcolorcode.com

Triadic colors

1 #B2C47F and #7FB2C4 with #C47FB2 are triadic colors.

2 #B27FC4 and #7FC4B2 with #C47FB2 are triadic colors.