COLOR #C997D9

HEX: #C997D9 RGB: (201,151,217)

Color info

#C997D9 contains mainly red and blue colors. Web safe color of #C997D9 is #CC99CC (or #C9C).

RGB color model

#C997D9 color RGB value is (201,151,217).

RGB: (201,151,217) (79%, 59%, 85%)

RGB channels and saturation

R 201 of 255 = 79%
G 151 of 255 = 59%
B 217 of 255 = 85%

201
151
217

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

Portions of RGB colors in percentages

R + G + B = 201 + 151 + 217 = 569 (100%)
R 201 of 569 ~ 35.33%
G 151 of 569 ~ 26.54%
B 217 of 569 ~ 38.14'%

%35.33
%26.54
%38.14

CMYK color model

#C997D9 color CMYK value is (7,30,0,15).

  • cyan value is 7.37%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK: (7,30,0,15) C7M30Y0K15 (7%,30%,0%,15%) (0.07/0.30/0.00/0.15) 

CMYK percentages

%7.37
%30.41
%0
%14.9

Codes

Color #C997D9 in popluar color models

C9 97 D9
RGB 201 151 217
HSL 285° 46.48% 72.16%
HSB/HSV 285° 30.41% 85.10%
CMYK 7.37% 30.41% 0.00%
14.90%

Color #C997D9 in popluar number systems.

HEX C9 97 D9
Decimal 201 151 217
Binary 11001001 10010111 11011001
Octal 311 227 331

Shades and tints

Shades of #C997D9

#C997D9
(201,151,217)
#B78AC6
(183,138,198)
#A57DB3
(165,125,179)
#9370A0
(147,112,160)
#81638D
(129,99,141)
#6F567A
(111,86,122)
#5D4967
(93,73,103)
#4B3C54
(75,60,84)
#392F41
(57,47,65)
#27222E
(39,34,46)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #C997D9

#C997D9
(201,151,217)
#CDA0DC
(205,160,220)
#D1A9DF
(209,169,223)
#D5B2E2
(213,178,226)
#D9BBE5
(217,187,229)
#DDC4E8
(221,196,232)
#E1CDEB
(225,205,235)
#E5D6EE
(229,214,238)
#E9DFF1
(233,223,241)
#EDE8F4
(237,232,244)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C997D9 color. Also use rgb(201,151,217) instead hex code.

Text Font Color

.myTextColor { color: #C997D9; }

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

This text font color is #C997D9.

Background Color

.myBgColor { background-color: #C997D9; }

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

This div background color is #C997D9.

Border color

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

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

This div border color is #C997D9.

Opacity

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

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

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

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

This text has shadow with #C997D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C997D9.

Preview

Color preview on black background

This text has color #C997D9 on black background.


Color preview on white background

This text has color #C997D9 on white background.


Black color preview on #C997D9 background

This text has black color on #C997D9 background.


White color preview on #C997D9 background

This text has white color on #C997D9 background.


Related colors

Complementary color

Complementary color for #hex is #366826.


I love getcolorcode.com

Triadic colors

1 #D9C997 and #97D9C9 with #C997D9 are triadic colors.

2 #D997C9 and #97C9D9 with #C997D9 are triadic colors.