COLOR #C981D8

HEX: #C981D8
RGB: (201,129,216)

Color info

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

RGB color model

#C981D8 color RGB value is (201,129,216).

  • red value is 201;
  • green value is 129;
  • blue value is 216.
RGB:
(201,129,216)
(79%,51%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 129 of 255 = 51%
B 216 of 255 = 85%

201
129
216

R + G + B ~ 72%. #C981D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 129 + 216 = 546 (100%)
R 201 of 546 ~ 36.81%
G 129 of 546 ~ 23.63%
B 216 of 546 ~ 39.56%

%36.81
%23.63
%39.56

CMYK color model

#C981D8 color CMYK value is (7,40,0,15).

  • cyan value is 6.94%
  • magenta value is 40.28%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(7,40,0,15)
C7M40Y0K15 
(7%,40%,0%,15%)
(0.07/0.40/0.00/0.15)	

CMYK percentages

%6.94
%40.28
%0
%15.29

Codes

Color #C981D8 in popluar color models

C981D8
RGB201129216
HSL290°52.73%67.65%
HSB/HSV290°40.28%84.71%
CMYK6.94%40.28%0.00%
15.29%

Color #C981D8 in popluar number systems.

HEXC981D8
Decimal201129216
Binary110010011000000111011000
Octal311201330

Shades and tints

Shades of #C981D8

#C981D8
(201,129,216)
#B776C5
(183,118,197)
#A56BB2
(165,107,178)
#93609F
(147,96,159)
#81558C
(129,85,140)
#6F4A79
(111,74,121)
#5D3F66
(93,63,102)
#4B3453
(75,52,83)
#392940
(57,41,64)
#271E2D
(39,30,45)
#15131A
(21,19,26)
#000000
(0,0,0)

Tints of #C981D8

#C981D8
(201,129,216)
#CD8CDB
(205,140,219)
#D197DE
(209,151,222)
#D5A2E1
(213,162,225)
#D9ADE4
(217,173,228)
#DDB8E7
(221,184,231)
#E1C3EA
(225,195,234)
#E5CEED
(229,206,237)
#E9D9F0
(233,217,240)
#EDE4F3
(237,228,243)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C981D8 color. Also use rgb(201,129,216) instead hex code.

Text Font Color

.myTextColor { color: #C981D8; }

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

This text font color is #C981D8.


Background Color

.myBgColor { background-color: #C981D8; }

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

This div background color is #C981D8.


Border color

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

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

This div border color is #C981D8.


Opacity

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

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

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

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

This text has shadow with #C981D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C981D8 on black background.


Color preview on white background

This text has color #C981D8 on white background.



Black color preview on #C981D8 background

This text has black color on #C981D8 background.


White color preview on #C981D8 background

This text has white color on #C981D8 background.