COLOR #C47AC5

HEX: #C47AC5
RGB: (196,122,197)

Color info

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

RGB color model

#C47AC5 color RGB value is (196,122,197).

  • red value is 196;
  • green value is 122;
  • blue value is 197.
RGB:
(196,122,197)
(77%,48%,77%)

RGB channels and saturation

R 196 of 255 = 77%
G 122 of 255 = 48%
B 197 of 255 = 77%

196
122
197

R + G + B ~ 67%. #C47AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 122 + 197 = 515 (100%)
R 196 of 515 ~ 38.06%
G 122 of 515 ~ 23.69%
B 197 of 515 ~ 38.25%

%38.06
%23.69
%38.25

CMYK color model

#C47AC5 color CMYK value is (1,38,0,23).

  • cyan value is 0.51%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(1,38,0,23)
C1M38Y0K23 
(1%,38%,0%,23%)
(0.01/0.38/0.00/0.23)	

CMYK percentages

%0.51
%38.07
%0
%22.75

Codes

Color #C47AC5 in popluar color models

C47AC5
RGB196122197
HSL299°39.27%62.55%
HSB/HSV299°38.07%77.25%
CMYK0.51%38.07%0.00%
22.75%

Color #C47AC5 in popluar number systems.

HEXC47AC5
Decimal196122197
Binary11000100111101011000101
Octal304172305

Shades and tints

Shades of #C47AC5

#C47AC5
(196,122,197)
#B36FB4
(179,111,180)
#A264A3
(162,100,163)
#915992
(145,89,146)
#804E81
(128,78,129)
#6F4370
(111,67,112)
#5E385F
(94,56,95)
#4D2D4E
(77,45,78)
#3C223D
(60,34,61)
#2B172C
(43,23,44)
#1A0C1B
(26,12,27)
#000000
(0,0,0)

Tints of #C47AC5

#C47AC5
(196,122,197)
#C986CA
(201,134,202)
#CE92CF
(206,146,207)
#D39ED4
(211,158,212)
#D8AAD9
(216,170,217)
#DDB6DE
(221,182,222)
#E2C2E3
(226,194,227)
#E7CEE8
(231,206,232)
#ECDAED
(236,218,237)
#F1E6F2
(241,230,242)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47AC5 color. Also use rgb(196,122,197) instead hex code.

Text Font Color

.myTextColor { color: #C47AC5; }

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

This text font color is #C47AC5.


Background Color

.myBgColor { background-color: #C47AC5; }

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

This div background color is #C47AC5.


Border color

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

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

This div border color is #C47AC5.


Opacity

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

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

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

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

This text has shadow with #C47AC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47AC5 on black background.


Color preview on white background

This text has color #C47AC5 on white background.



Black color preview on #C47AC5 background

This text has black color on #C47AC5 background.


White color preview on #C47AC5 background

This text has white color on #C47AC5 background.