COLOR #C983D1

HEX: #C983D1
RGB: (201,131,209)

Color info

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

RGB color model

#C983D1 color RGB value is (201,131,209).

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

RGB channels and saturation

R 201 of 255 = 79%
G 131 of 255 = 51%
B 209 of 255 = 82%

201
131
209

R + G + B ~ 71%. #C983D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 131 + 209 = 541 (100%)
R 201 of 541 ~ 37.15%
G 131 of 541 ~ 24.21%
B 209 of 541 ~ 38.63%

%37.15
%24.21
%38.63

CMYK color model

#C983D1 color CMYK value is (4,37,0,18).

  • cyan value is 3.83%
  • magenta value is 37.32%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(4,37,0,18)
C4M37Y0K18 
(4%,37%,0%,18%)
(0.04/0.37/0.00/0.18)	

CMYK percentages

%3.83
%37.32
%0
%18.04

Codes

Color #C983D1 in popluar color models

C983D1
RGB201131209
HSL294°45.88%66.67%
HSB/HSV294°37.32%81.96%
CMYK3.83%37.32%0.00%
18.04%

Color #C983D1 in popluar number systems.

HEXC983D1
Decimal201131209
Binary110010011000001111010001
Octal311203321

Shades and tints

Shades of #C983D1

#C983D1
(201,131,209)
#B778BE
(183,120,190)
#A56DAB
(165,109,171)
#936298
(147,98,152)
#815785
(129,87,133)
#6F4C72
(111,76,114)
#5D415F
(93,65,95)
#4B364C
(75,54,76)
#392B39
(57,43,57)
#272026
(39,32,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #C983D1

#C983D1
(201,131,209)
#CD8ED5
(205,142,213)
#D199D9
(209,153,217)
#D5A4DD
(213,164,221)
#D9AFE1
(217,175,225)
#DDBAE5
(221,186,229)
#E1C5E9
(225,197,233)
#E5D0ED
(229,208,237)
#E9DBF1
(233,219,241)
#EDE6F5
(237,230,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C983D1; }

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

This text font color is #C983D1.


Background Color

.myBgColor { background-color: #C983D1; }

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

This div background color is #C983D1.


Border color

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

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

This div border color is #C983D1.


Opacity

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

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

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

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

This text has shadow with #C983D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C983D1 on black background.


Color preview on white background

This text has color #C983D1 on white background.



Black color preview on #C983D1 background

This text has black color on #C983D1 background.


White color preview on #C983D1 background

This text has white color on #C983D1 background.