COLOR #C575B3

HEX: #C575B3
RGB: (197,117,179)

Color info

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

RGB color model

#C575B3 color RGB value is (197,117,179).

  • red value is 197;
  • green value is 117;
  • blue value is 179.
RGB:
(197,117,179)
(77%,46%,70%)

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 179 of 255 = 70%

197
117
179

R + G + B ~ 64%. #C575B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 179 = 493 (100%)
R 197 of 493 ~ 39.96%
G 117 of 493 ~ 23.73%
B 179 of 493 ~ 36.31%

%39.96
%23.73
%36.31

CMYK color model

#C575B3 color CMYK value is (0,41,9,23).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(0,41,9,23)
C0M41Y9K23 
(0%,41%,9%,23%)
(0.00/0.41/0.09/0.23)	

CMYK percentages

%0
%40.61
%9.14
%22.75

Codes

Color #C575B3 in popluar color models

C575B3
RGB197117179
HSL314°40.82%61.57%
HSB/HSV314°40.61%77.25%
CMYK0.00%40.61%9.14%
22.75%

Color #C575B3 in popluar number systems.

HEXC575B3
Decimal197117179
Binary11000101111010110110011
Octal305165263

Shades and tints

Shades of #C575B3

#C575B3
(197,117,179)
#B46BA3
(180,107,163)
#A36193
(163,97,147)
#925783
(146,87,131)
#814D73
(129,77,115)
#704363
(112,67,99)
#5F3953
(95,57,83)
#4E2F43
(78,47,67)
#3D2533
(61,37,51)
#2C1B23
(44,27,35)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #C575B3

#C575B3
(197,117,179)
#CA81B9
(202,129,185)
#CF8DBF
(207,141,191)
#D499C5
(212,153,197)
#D9A5CB
(217,165,203)
#DEB1D1
(222,177,209)
#E3BDD7
(227,189,215)
#E8C9DD
(232,201,221)
#EDD5E3
(237,213,227)
#F2E1E9
(242,225,233)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C575B3 color. Also use rgb(197,117,179) instead hex code.

Text Font Color

.myTextColor { color: #C575B3; }

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

This text font color is #C575B3.


Background Color

.myBgColor { background-color: #C575B3; }

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

This div background color is #C575B3.


Border color

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

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

This div border color is #C575B3.


Opacity

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

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

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

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

This text has shadow with #C575B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C575B3 on black background.


Color preview on white background

This text has color #C575B3 on white background.



Black color preview on #C575B3 background

This text has black color on #C575B3 background.


White color preview on #C575B3 background

This text has white color on #C575B3 background.