COLOR #C98DD5

HEX: #C98DD5
RGB: (201,141,213)

Color info

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

RGB color model

#C98DD5 color RGB value is (201,141,213).

  • red value is 201;
  • green value is 141;
  • blue value is 213.
RGB:
(201,141,213)
(79%,55%,84%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 213 of 255 = 84%

201
141
213

R + G + B ~ 73%. #C98DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 141 + 213 = 555 (100%)
R 201 of 555 ~ 36.22%
G 141 of 555 ~ 25.41%
B 213 of 555 ~ 38.38%

%36.22
%25.41
%38.38

CMYK color model

#C98DD5 color CMYK value is (6,34,0,16).

  • cyan value is 5.63%
  • magenta value is 33.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(6,34,0,16)
C6M34Y0K16 
(6%,34%,0%,16%)
(0.06/0.34/0.00/0.16)	

CMYK percentages

%5.63
%33.8
%0
%16.47

Codes

Color #C98DD5 in popluar color models

C98DD5
RGB201141213
HSL290°46.15%69.41%
HSB/HSV290°33.80%83.53%
CMYK5.63%33.80%0.00%
16.47%

Color #C98DD5 in popluar number systems.

HEXC98DD5
Decimal201141213
Binary110010011000110111010101
Octal311215325

Shades and tints

Shades of #C98DD5

#C98DD5
(201,141,213)
#B781C2
(183,129,194)
#A575AF
(165,117,175)
#93699C
(147,105,156)
#815D89
(129,93,137)
#6F5176
(111,81,118)
#5D4563
(93,69,99)
#4B3950
(75,57,80)
#392D3D
(57,45,61)
#27212A
(39,33,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #C98DD5

#C98DD5
(201,141,213)
#CD97D8
(205,151,216)
#D1A1DB
(209,161,219)
#D5ABDE
(213,171,222)
#D9B5E1
(217,181,225)
#DDBFE4
(221,191,228)
#E1C9E7
(225,201,231)
#E5D3EA
(229,211,234)
#E9DDED
(233,221,237)
#EDE7F0
(237,231,240)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98DD5 color. Also use rgb(201,141,213) instead hex code.

Text Font Color

.myTextColor { color: #C98DD5; }

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

This text font color is #C98DD5.


Background Color

.myBgColor { background-color: #C98DD5; }

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

This div background color is #C98DD5.


Border color

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

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

This div border color is #C98DD5.


Opacity

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

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

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

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

This text has shadow with #C98DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C98DD5 on black background.


Color preview on white background

This text has color #C98DD5 on white background.



Black color preview on #C98DD5 background

This text has black color on #C98DD5 background.


White color preview on #C98DD5 background

This text has white color on #C98DD5 background.