COLOR #C573DB

HEX: #C573DB
RGB: (197,115,219)

Color info

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

RGB color model

#C573DB color RGB value is (197,115,219).

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

RGB channels and saturation

R 197 of 255 = 77%
G 115 of 255 = 45%
B 219 of 255 = 86%

197
115
219

R + G + B ~ 69%. #C573DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 115 + 219 = 531 (100%)
R 197 of 531 ~ 37.1%
G 115 of 531 ~ 21.66%
B 219 of 531 ~ 41.24%

%37.1
%21.66
%41.24

CMYK color model

#C573DB color CMYK value is (10,47,0,14).

  • cyan value is 10.05%
  • magenta value is 47.49%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,47,0,14)
C10M47Y0K14 
(10%,47%,0%,14%)
(0.10/0.47/0.00/0.14)	

CMYK percentages

%10.05
%47.49
%0
%14.12

Codes

Color #C573DB in popluar color models

C573DB
RGB197115219
HSL287°59.09%65.49%
HSB/HSV287°47.49%85.88%
CMYK10.05%47.49%0.00%
14.12%

Color #C573DB in popluar number systems.

HEXC573DB
Decimal197115219
Binary11000101111001111011011
Octal305163333

Shades and tints

Shades of #C573DB

#C573DB
(197,115,219)
#B469C8
(180,105,200)
#A35FB5
(163,95,181)
#9255A2
(146,85,162)
#814B8F
(129,75,143)
#70417C
(112,65,124)
#5F3769
(95,55,105)
#4E2D56
(78,45,86)
#3D2343
(61,35,67)
#2C1930
(44,25,48)
#1B0F1D
(27,15,29)
#000000
(0,0,0)

Tints of #C573DB

#C573DB
(197,115,219)
#CA7FDE
(202,127,222)
#CF8BE1
(207,139,225)
#D497E4
(212,151,228)
#D9A3E7
(217,163,231)
#DEAFEA
(222,175,234)
#E3BBED
(227,187,237)
#E8C7F0
(232,199,240)
#EDD3F3
(237,211,243)
#F2DFF6
(242,223,246)
#F7EBF9
(247,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C573DB; }

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

This text font color is #C573DB.


Background Color

.myBgColor { background-color: #C573DB; }

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

This div background color is #C573DB.


Border color

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

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

This div border color is #C573DB.


Opacity

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

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

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

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

This text has shadow with #C573DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C573DB on black background.


Color preview on white background

This text has color #C573DB on white background.



Black color preview on #C573DB background

This text has black color on #C573DB background.


White color preview on #C573DB background

This text has white color on #C573DB background.