COLOR #C573BE

HEX: #C573BE
RGB: (197,115,190)

Color info

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

RGB color model

#C573BE color RGB value is (197,115,190).

  • red value is 197;
  • green value is 115;
  • blue value is 190.
RGB:
(197,115,190)
(77%,45%,75%)

RGB channels and saturation

R 197 of 255 = 77%
G 115 of 255 = 45%
B 190 of 255 = 75%

197
115
190

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

Portions of RGB colors in percentages

R + G + B =
197 + 115 + 190 = 502 (100%)
R 197 of 502 ~ 39.24%
G 115 of 502 ~ 22.91%
B 190 of 502 ~ 37.85%

%39.24
%22.91
%37.85

CMYK color model

#C573BE color CMYK value is (0,42,4,23).

  • cyan value is 0.00%
  • magenta value is 41.62%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(0,42,4,23)
C0M42Y4K23 
(0%,42%,4%,23%)
(0.00/0.42/0.04/0.23)	

CMYK percentages

%0
%41.62
%3.55
%22.75

Codes

Color #C573BE in popluar color models

C573BE
RGB197115190
HSL305°41.41%61.18%
HSB/HSV305°41.62%77.25%
CMYK0.00%41.62%3.55%
22.75%

Color #C573BE in popluar number systems.

HEXC573BE
Decimal197115190
Binary11000101111001110111110
Octal305163276

Shades and tints

Shades of #C573BE

#C573BE
(197,115,190)
#B469AD
(180,105,173)
#A35F9C
(163,95,156)
#92558B
(146,85,139)
#814B7A
(129,75,122)
#704169
(112,65,105)
#5F3758
(95,55,88)
#4E2D47
(78,45,71)
#3D2336
(61,35,54)
#2C1925
(44,25,37)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #C573BE

#C573BE
(197,115,190)
#CA7FC3
(202,127,195)
#CF8BC8
(207,139,200)
#D497CD
(212,151,205)
#D9A3D2
(217,163,210)
#DEAFD7
(222,175,215)
#E3BBDC
(227,187,220)
#E8C7E1
(232,199,225)
#EDD3E6
(237,211,230)
#F2DFEB
(242,223,235)
#F7EBF0
(247,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C573BE color. Also use rgb(197,115,190) instead hex code.

Text Font Color

.myTextColor { color: #C573BE; }

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

This text font color is #C573BE.


Background Color

.myBgColor { background-color: #C573BE; }

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

This div background color is #C573BE.


Border color

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

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

This div border color is #C573BE.


Opacity

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

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

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

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

This text has shadow with #C573BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C573BE on black background.


Color preview on white background

This text has color #C573BE on white background.



Black color preview on #C573BE background

This text has black color on #C573BE background.


White color preview on #C573BE background

This text has white color on #C573BE background.