COLOR #C97AD1

HEX: #C97AD1
RGB: (201,122,209)

Color info

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

RGB color model

#C97AD1 color RGB value is (201,122,209).

  • red value is 201;
  • green value is 122;
  • blue value is 209.
RGB:
(201,122,209)
(79%,48%,82%)

RGB channels and saturation

R 201 of 255 = 79%
G 122 of 255 = 48%
B 209 of 255 = 82%

201
122
209

R + G + B ~ 70%. #C97AD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 122 + 209 = 532 (100%)
R 201 of 532 ~ 37.78%
G 122 of 532 ~ 22.93%
B 209 of 532 ~ 39.29%

%37.78
%22.93
%39.29

CMYK color model

#C97AD1 color CMYK value is (4,42,0,18).

  • cyan value is 3.83%
  • magenta value is 41.63%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,42,0,18)
C4M42Y0K18 
(4%,42%,0%,18%)
(0.04/0.42/0.00/0.18)	

CMYK percentages

%3.83
%41.63
%0
%18.04

Codes

Color #C97AD1 in popluar color models

C97AD1
RGB201122209
HSL294°48.60%64.90%
HSB/HSV294°41.63%81.96%
CMYK3.83%41.63%0.00%
18.04%

Color #C97AD1 in popluar number systems.

HEXC97AD1
Decimal201122209
Binary11001001111101011010001
Octal311172321

Shades and tints

Shades of #C97AD1

#C97AD1
(201,122,209)
#B76FBE
(183,111,190)
#A564AB
(165,100,171)
#935998
(147,89,152)
#814E85
(129,78,133)
#6F4372
(111,67,114)
#5D385F
(93,56,95)
#4B2D4C
(75,45,76)
#392239
(57,34,57)
#271726
(39,23,38)
#150C13
(21,12,19)
#000000
(0,0,0)

Tints of #C97AD1

#C97AD1
(201,122,209)
#CD86D5
(205,134,213)
#D192D9
(209,146,217)
#D59EDD
(213,158,221)
#D9AAE1
(217,170,225)
#DDB6E5
(221,182,229)
#E1C2E9
(225,194,233)
#E5CEED
(229,206,237)
#E9DAF1
(233,218,241)
#EDE6F5
(237,230,245)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97AD1 color. Also use rgb(201,122,209) instead hex code.

Text Font Color

.myTextColor { color: #C97AD1; }

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

This text font color is #C97AD1.


Background Color

.myBgColor { background-color: #C97AD1; }

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

This div background color is #C97AD1.


Border color

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

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

This div border color is #C97AD1.


Opacity

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

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

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

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

This text has shadow with #C97AD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97AD1 on black background.


Color preview on white background

This text has color #C97AD1 on white background.



Black color preview on #C97AD1 background

This text has black color on #C97AD1 background.


White color preview on #C97AD1 background

This text has white color on #C97AD1 background.