COLOR #C47CB1

HEX: #C47CB1
RGB: (196,124,177)

Color info

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

RGB color model

#C47CB1 color RGB value is (196,124,177).

  • red value is 196;
  • green value is 124;
  • blue value is 177.
RGB:
(196,124,177)
(77%,49%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 124 of 255 = 49%
B 177 of 255 = 69%

196
124
177

R + G + B ~ 65%. #C47CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 124 + 177 = 497 (100%)
R 196 of 497 ~ 39.44%
G 124 of 497 ~ 24.95%
B 177 of 497 ~ 35.61%

%39.44
%24.95
%35.61

CMYK color model

#C47CB1 color CMYK value is (0,37,10,23).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,37,10,23)
C0M37Y10K23 
(0%,37%,10%,23%)
(0.00/0.37/0.10/0.23)	

CMYK percentages

%0
%36.73
%9.69
%23.14

Codes

Color #C47CB1 in popluar color models

C47CB1
RGB196124177
HSL316°37.89%62.75%
HSB/HSV316°36.73%76.86%
CMYK0.00%36.73%9.69%
23.14%

Color #C47CB1 in popluar number systems.

HEXC47CB1
Decimal196124177
Binary11000100111110010110001
Octal304174261

Shades and tints

Shades of #C47CB1

#C47CB1
(196,124,177)
#B371A1
(179,113,161)
#A26691
(162,102,145)
#915B81
(145,91,129)
#805071
(128,80,113)
#6F4561
(111,69,97)
#5E3A51
(94,58,81)
#4D2F41
(77,47,65)
#3C2431
(60,36,49)
#2B1921
(43,25,33)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C47CB1

#C47CB1
(196,124,177)
#C987B8
(201,135,184)
#CE92BF
(206,146,191)
#D39DC6
(211,157,198)
#D8A8CD
(216,168,205)
#DDB3D4
(221,179,212)
#E2BEDB
(226,190,219)
#E7C9E2
(231,201,226)
#ECD4E9
(236,212,233)
#F1DFF0
(241,223,240)
#F6EAF7
(246,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47CB1 color. Also use rgb(196,124,177) instead hex code.

Text Font Color

.myTextColor { color: #C47CB1; }

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

This text font color is #C47CB1.


Background Color

.myBgColor { background-color: #C47CB1; }

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

This div background color is #C47CB1.


Border color

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

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

This div border color is #C47CB1.


Opacity

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

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

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

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

This text has shadow with #C47CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47CB1 on black background.


Color preview on white background

This text has color #C47CB1 on white background.



Black color preview on #C47CB1 background

This text has black color on #C47CB1 background.


White color preview on #C47CB1 background

This text has white color on #C47CB1 background.