COLOR #C970D6

HEX: #C970D6
RGB: (201,112,214)

Color info

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

RGB color model

#C970D6 color RGB value is (201,112,214).

  • red value is 201;
  • green value is 112;
  • blue value is 214.
RGB:
(201,112,214)
(79%,44%,84%)

RGB channels and saturation

R 201 of 255 = 79%
G 112 of 255 = 44%
B 214 of 255 = 84%

201
112
214

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

Portions of RGB colors in percentages

R + G + B =
201 + 112 + 214 = 527 (100%)
R 201 of 527 ~ 38.14%
G 112 of 527 ~ 21.25%
B 214 of 527 ~ 40.61%

%38.14
%21.25
%40.61

CMYK color model

#C970D6 color CMYK value is (6,48,0,16).

  • cyan value is 6.07%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(6,48,0,16)
C6M48Y0K16 
(6%,48%,0%,16%)
(0.06/0.48/0.00/0.16)	

CMYK percentages

%6.07
%47.66
%0
%16.08

Codes

Color #C970D6 in popluar color models

C970D6
RGB201112214
HSL292°55.43%63.92%
HSB/HSV292°47.66%83.92%
CMYK6.07%47.66%0.00%
16.08%

Color #C970D6 in popluar number systems.

HEXC970D6
Decimal201112214
Binary11001001111000011010110
Octal311160326

Shades and tints

Shades of #C970D6

#C970D6
(201,112,214)
#B766C3
(183,102,195)
#A55CB0
(165,92,176)
#93529D
(147,82,157)
#81488A
(129,72,138)
#6F3E77
(111,62,119)
#5D3464
(93,52,100)
#4B2A51
(75,42,81)
#39203E
(57,32,62)
#27162B
(39,22,43)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #C970D6

#C970D6
(201,112,214)
#CD7DD9
(205,125,217)
#D18ADC
(209,138,220)
#D597DF
(213,151,223)
#D9A4E2
(217,164,226)
#DDB1E5
(221,177,229)
#E1BEE8
(225,190,232)
#E5CBEB
(229,203,235)
#E9D8EE
(233,216,238)
#EDE5F1
(237,229,241)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C970D6 color. Also use rgb(201,112,214) instead hex code.

Text Font Color

.myTextColor { color: #C970D6; }

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

This text font color is #C970D6.


Background Color

.myBgColor { background-color: #C970D6; }

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

This div background color is #C970D6.


Border color

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

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

This div border color is #C970D6.


Opacity

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

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

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

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

This text has shadow with #C970D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C970D6 on black background.


Color preview on white background

This text has color #C970D6 on white background.



Black color preview on #C970D6 background

This text has black color on #C970D6 background.


White color preview on #C970D6 background

This text has white color on #C970D6 background.