COLOR #C575A4

HEX: #C575A4
RGB: (197,117,164)

Color info

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

RGB color model

#C575A4 color RGB value is (197,117,164).

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

RGB channels and saturation

R 197 of 255 = 77%
G 117 of 255 = 46%
B 164 of 255 = 64%

197
117
164

R + G + B ~ 62%. #C575A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 117 + 164 = 478 (100%)
R 197 of 478 ~ 41.21%
G 117 of 478 ~ 24.48%
B 164 of 478 ~ 34.31%

%41.21
%24.48
%34.31

CMYK color model

#C575A4 color CMYK value is (0,41,17,23).

  • cyan value is 0.00%
  • magenta value is 40.61%
  • yellow value is 16.75%
  • key color value is 22.75%
CMYK:
(0,41,17,23)
C0M41Y17K23 
(0%,41%,17%,23%)
(0.00/0.41/0.17/0.23)	

CMYK percentages

%0
%40.61
%16.75
%22.75

Codes

Color #C575A4 in popluar color models

C575A4
RGB197117164
HSL325°40.82%61.57%
HSB/HSV325°40.61%77.25%
CMYK0.00%40.61%16.75%
22.75%

Color #C575A4 in popluar number systems.

HEXC575A4
Decimal197117164
Binary11000101111010110100100
Octal305165244

Shades and tints

Shades of #C575A4

#C575A4
(197,117,164)
#B46B96
(180,107,150)
#A36188
(163,97,136)
#92577A
(146,87,122)
#814D6C
(129,77,108)
#70435E
(112,67,94)
#5F3950
(95,57,80)
#4E2F42
(78,47,66)
#3D2534
(61,37,52)
#2C1B26
(44,27,38)
#1B1118
(27,17,24)
#000000
(0,0,0)

Tints of #C575A4

#C575A4
(197,117,164)
#CA81AC
(202,129,172)
#CF8DB4
(207,141,180)
#D499BC
(212,153,188)
#D9A5C4
(217,165,196)
#DEB1CC
(222,177,204)
#E3BDD4
(227,189,212)
#E8C9DC
(232,201,220)
#EDD5E4
(237,213,228)
#F2E1EC
(242,225,236)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C575A4; }

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

This text font color is #C575A4.


Background Color

.myBgColor { background-color: #C575A4; }

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

This div background color is #C575A4.


Border color

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

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

This div border color is #C575A4.


Opacity

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

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

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

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

This text has shadow with #C575A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C575A4 on black background.


Color preview on white background

This text has color #C575A4 on white background.



Black color preview on #C575A4 background

This text has black color on #C575A4 background.


White color preview on #C575A4 background

This text has white color on #C575A4 background.