COLOR #C57CB5

HEX: #C57CB5
RGB: (197,124,181)

Color info

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

RGB color model

#C57CB5 color RGB value is (197,124,181).

  • red value is 197;
  • green value is 124;
  • blue value is 181.
RGB:
(197,124,181)
(77%,49%,71%)

RGB channels and saturation

R 197 of 255 = 77%
G 124 of 255 = 49%
B 181 of 255 = 71%

197
124
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 124 + 181 = 502 (100%)
R 197 of 502 ~ 39.24%
G 124 of 502 ~ 24.7%
B 181 of 502 ~ 36.06%

%39.24
%24.7
%36.06

CMYK color model

#C57CB5 color CMYK value is (0,37,8,23).

  • cyan value is 0.00%
  • magenta value is 37.06%
  • yellow value is 8.12%
  • key color value is 22.75%
CMYK:
(0,37,8,23)
C0M37Y8K23 
(0%,37%,8%,23%)
(0.00/0.37/0.08/0.23)	

CMYK percentages

%0
%37.06
%8.12
%22.75

Codes

Color #C57CB5 in popluar color models

C57CB5
RGB197124181
HSL313°38.62%62.94%
HSB/HSV313°37.06%77.25%
CMYK0.00%37.06%8.12%
22.75%

Color #C57CB5 in popluar number systems.

HEXC57CB5
Decimal197124181
Binary11000101111110010110101
Octal305174265

Shades and tints

Shades of #C57CB5

#C57CB5
(197,124,181)
#B471A5
(180,113,165)
#A36695
(163,102,149)
#925B85
(146,91,133)
#815075
(129,80,117)
#704565
(112,69,101)
#5F3A55
(95,58,85)
#4E2F45
(78,47,69)
#3D2435
(61,36,53)
#2C1925
(44,25,37)
#1B0E15
(27,14,21)
#000000
(0,0,0)

Tints of #C57CB5

#C57CB5
(197,124,181)
#CA87BB
(202,135,187)
#CF92C1
(207,146,193)
#D49DC7
(212,157,199)
#D9A8CD
(217,168,205)
#DEB3D3
(222,179,211)
#E3BED9
(227,190,217)
#E8C9DF
(232,201,223)
#EDD4E5
(237,212,229)
#F2DFEB
(242,223,235)
#F7EAF1
(247,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C57CB5 color. Also use rgb(197,124,181) instead hex code.

Text Font Color

.myTextColor { color: #C57CB5; }

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

This text font color is #C57CB5.


Background Color

.myBgColor { background-color: #C57CB5; }

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

This div background color is #C57CB5.


Border color

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

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

This div border color is #C57CB5.


Opacity

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

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

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

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

This text has shadow with #C57CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C57CB5 on black background.


Color preview on white background

This text has color #C57CB5 on white background.



Black color preview on #C57CB5 background

This text has black color on #C57CB5 background.


White color preview on #C57CB5 background

This text has white color on #C57CB5 background.