COLOR #C971FD

HEX: #C971FD RGB: (201,113,253)

Color info

#C971FD contains mainly red and blue colors. Web safe color of #C971FD is #CC66FF (or #C6F).

RGB color model

#C971FD color RGB value is (201,113,253).

RGB: (201,113,253) (79%, 44%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 113 of 255 = 44%
B 253 of 255 = 99%

201
113
253

R + G + B ~ 74%. #C971FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 113 + 253 = 567 (100%)
R 201 of 567 ~ 35.45%
G 113 of 567 ~ 19.93%
B 253 of 567 ~ 44.62'%

%35.45
%19.93
%44.62

CMYK color model

#C971FD color CMYK value is (21,55,0,1).

  • cyan value is 20.55%
  • magenta value is 55.34%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,55,0,1)
C21M55Y0K1 (21%, 55%, 0%, 1%)
(0.21 / 0.55 / 0.00 / 0.01)

CMYK percentages

%20.55
%55.34
%0
%0.78

Codes

Color #C971FD in popluar color models

C9 71 FD
RGB 201 113 253
HSL 278° 97.22% 71.76%
HSB/HSV 278° 55.34% 99.22%
CMYK 20.55% 55.34% 0.00%
0.78%

Color #C971FD in popluar number systems.

HEX C9 71 FD
Decimal 201 113 253
Binary 11001001 1110001 11111101
Octal 311 161 375

Shades and tints

Shades of #C971FD

#C971FD
(201,113,253)
#B767E6
(183,103,230)
#A55DCF
(165,93,207)
#9353B8
(147,83,184)
#8149A1
(129,73,161)
#6F3F8A
(111,63,138)
#5D3573
(93,53,115)
#4B2B5C
(75,43,92)
#392145
(57,33,69)
#27172E
(39,23,46)
#150D17
(21,13,23)
#000000
(0,0,0)

Tints of #C971FD

#C971FD
(201,113,253)
#CD7DFD
(205,125,253)
#D189FD
(209,137,253)
#D595FD
(213,149,253)
#D9A1FD
(217,161,253)
#DDADFD
(221,173,253)
#E1B9FD
(225,185,253)
#E5C5FD
(229,197,253)
#E9D1FD
(233,209,253)
#EDDDFD
(237,221,253)
#F1E9FD
(241,233,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C971FD color. Also use rgb(201,113,253) instead hex code.

Text Font Color

.myTextColor { color: #C971FD; }

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

This text font color is #C971FD.

Background Color

.myBgColor { background-color: #C971FD; }

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

This div background color is #C971FD.

Border color

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

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

This div border color is #C971FD.

Opacity

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

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

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

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

This text has shadow with #C971FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C971FD.

Preview

Color preview on black background

This text has color #C971FD on black background.


Color preview on white background

This text has color #C971FD on white background.


Black color preview on #C971FD background

This text has black color on #C971FD background.


White color preview on #C971FD background

This text has white color on #C971FD background.


Related colors

Complementary color

Complementary color for #hex is #368E02.


I love getcolorcode.com

Triadic colors

1 #FDC971 and #71FDC9 with #C971FD are triadic colors.

2 #FD71C9 and #71C9FD with #C971FD are triadic colors.