COLOR #C97AD0

HEX: #C97AD0 RGB: (201,122,208)

Color info

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

RGB color model

#C97AD0 color RGB value is (201,122,208).

RGB: (201,122,208) (79%, 48%, 82%)

RGB channels and saturation

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

201
122
208

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

Portions of RGB colors in percentages

R + G + B = 201 + 122 + 208 = 531 (100%)
R 201 of 531 ~ 37.85%
G 122 of 531 ~ 22.98%
B 208 of 531 ~ 39.17'%

%37.85
%22.98
%39.17

CMYK color model

#C97AD0 color CMYK value is (3,41,0,18).

  • cyan value is 3.37%
  • magenta value is 41.35%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (3,41,0,18)
C3M41Y0K18 (3%, 41%, 0%, 18%)
(0.03 / 0.41 / 0.00 / 0.18)

CMYK percentages

%3.37
%41.35
%0
%18.43

Codes

Color #C97AD0 in popluar color models

C9 7A D0
RGB 201 122 208
HSL 295° 47.78% 64.71%
HSB/HSV 295° 41.35% 81.57%
CMYK 3.37% 41.35% 0.00%
18.43%

Color #C97AD0 in popluar number systems.

HEX C9 7A D0
Decimal 201 122 208
Binary 11001001 1111010 11010000
Octal 311 172 320

Shades and tints

Shades of #C97AD0

#C97AD0
(201,122,208)
#B76FBE
(183,111,190)
#A564AC
(165,100,172)
#93599A
(147,89,154)
#814E88
(129,78,136)
#6F4376
(111,67,118)
#5D3864
(93,56,100)
#4B2D52
(75,45,82)
#392240
(57,34,64)
#27172E
(39,23,46)
#150C1C
(21,12,28)
#000000
(0,0,0)

Tints of #C97AD0

#C97AD0
(201,122,208)
#CD86D4
(205,134,212)
#D192D8
(209,146,216)
#D59EDC
(213,158,220)
#D9AAE0
(217,170,224)
#DDB6E4
(221,182,228)
#E1C2E8
(225,194,232)
#E5CEEC
(229,206,236)
#E9DAF0
(233,218,240)
#EDE6F4
(237,230,244)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97AD0; }

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

This text font color is #C97AD0.

Background Color

.myBgColor { background-color: #C97AD0; }

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

This div background color is #C97AD0.

Border color

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

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

This div border color is #C97AD0.

Opacity

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

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

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

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

This text has shadow with #C97AD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97AD0.

Preview

Color preview on black background

This text has color #C97AD0 on black background.


Color preview on white background

This text has color #C97AD0 on white background.


Black color preview on #C97AD0 background

This text has black color on #C97AD0 background.


White color preview on #C97AD0 background

This text has white color on #C97AD0 background.


Related colors

Complementary color

Complementary color for #hex is #36852F.


I love getcolorcode.com

Triadic colors

1 #D0C97A and #7AD0C9 with #C97AD0 are triadic colors.

2 #D07AC9 and #7AC9D0 with #C97AD0 are triadic colors.