COLOR #C570C7

HEX: #C570C7
RGB: (197,112,199)

Color info

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

RGB color model

#C570C7 color RGB value is (197,112,199).

  • red value is 197;
  • green value is 112;
  • blue value is 199.
RGB:
(197,112,199)
(77%,44%,78%)

RGB channels and saturation

R 197 of 255 = 77%
G 112 of 255 = 44%
B 199 of 255 = 78%

197
112
199

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

Portions of RGB colors in percentages

R + G + B =
197 + 112 + 199 = 508 (100%)
R 197 of 508 ~ 38.78%
G 112 of 508 ~ 22.05%
B 199 of 508 ~ 39.17%

%38.78
%22.05
%39.17

CMYK color model

#C570C7 color CMYK value is (1,44,0,22).

  • cyan value is 1.01%
  • magenta value is 43.72%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(1,44,0,22)
C1M44Y0K22 
(1%,44%,0%,22%)
(0.01/0.44/0.00/0.22)	

CMYK percentages

%1.01
%43.72
%0
%21.96

Codes

Color #C570C7 in popluar color models

C570C7
RGB197112199
HSL299°43.72%60.98%
HSB/HSV299°43.72%78.04%
CMYK1.01%43.72%0.00%
21.96%

Color #C570C7 in popluar number systems.

HEXC570C7
Decimal197112199
Binary11000101111000011000111
Octal305160307

Shades and tints

Shades of #C570C7

#C570C7
(197,112,199)
#B466B5
(180,102,181)
#A35CA3
(163,92,163)
#925291
(146,82,145)
#81487F
(129,72,127)
#703E6D
(112,62,109)
#5F345B
(95,52,91)
#4E2A49
(78,42,73)
#3D2037
(61,32,55)
#2C1625
(44,22,37)
#1B0C13
(27,12,19)
#000000
(0,0,0)

Tints of #C570C7

#C570C7
(197,112,199)
#CA7DCC
(202,125,204)
#CF8AD1
(207,138,209)
#D497D6
(212,151,214)
#D9A4DB
(217,164,219)
#DEB1E0
(222,177,224)
#E3BEE5
(227,190,229)
#E8CBEA
(232,203,234)
#EDD8EF
(237,216,239)
#F2E5F4
(242,229,244)
#F7F2F9
(247,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C570C7 color. Also use rgb(197,112,199) instead hex code.

Text Font Color

.myTextColor { color: #C570C7; }

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

This text font color is #C570C7.


Background Color

.myBgColor { background-color: #C570C7; }

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

This div background color is #C570C7.


Border color

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

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

This div border color is #C570C7.


Opacity

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

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

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

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

This text has shadow with #C570C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C570C7 on black background.


Color preview on white background

This text has color #C570C7 on white background.



Black color preview on #C570C7 background

This text has black color on #C570C7 background.


White color preview on #C570C7 background

This text has white color on #C570C7 background.