COLOR #C982E9

HEX: #C982E9
RGB: (201,130,233)

Color info

#C982E9 contains mainly red and blue colors. Web safe color of #C982E9 is #CC99FF (or #C9F).

RGB color model

#C982E9 color RGB value is (201,130,233).

  • red value is 201;
  • green value is 130;
  • blue value is 233.
RGB:
(201,130,233)
(79%,51%,91%)

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 233 of 255 = 91%

201
130
233

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

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 233 = 564 (100%)
R 201 of 564 ~ 35.64%
G 130 of 564 ~ 23.05%
B 233 of 564 ~ 41.31%

%35.64
%23.05
%41.31

CMYK color model

#C982E9 color CMYK value is (14,44,0,9).

  • cyan value is 13.73%
  • magenta value is 44.21%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(14,44,0,9)
C14M44Y0K9 
(14%,44%,0%,9%)
(0.14/0.44/0.00/0.09)	

CMYK percentages

%13.73
%44.21
%0
%8.63

Codes

Color #C982E9 in popluar color models

C982E9
RGB201130233
HSL281°70.07%71.18%
HSB/HSV281°44.21%91.37%
CMYK13.73%44.21%0.00%
8.63%

Color #C982E9 in popluar number systems.

HEXC982E9
Decimal201130233
Binary110010011000001011101001
Octal311202351

Shades and tints

Shades of #C982E9

#C982E9
(201,130,233)
#B777D4
(183,119,212)
#A56CBF
(165,108,191)
#9361AA
(147,97,170)
#815695
(129,86,149)
#6F4B80
(111,75,128)
#5D406B
(93,64,107)
#4B3556
(75,53,86)
#392A41
(57,42,65)
#271F2C
(39,31,44)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #C982E9

#C982E9
(201,130,233)
#CD8DEB
(205,141,235)
#D198ED
(209,152,237)
#D5A3EF
(213,163,239)
#D9AEF1
(217,174,241)
#DDB9F3
(221,185,243)
#E1C4F5
(225,196,245)
#E5CFF7
(229,207,247)
#E9DAF9
(233,218,249)
#EDE5FB
(237,229,251)
#F1F0FD
(241,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C982E9 color. Also use rgb(201,130,233) instead hex code.

Text Font Color

.myTextColor { color: #C982E9; }

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

This text font color is #C982E9.


Background Color

.myBgColor { background-color: #C982E9; }

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

This div background color is #C982E9.


Border color

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

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

This div border color is #C982E9.


Opacity

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

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

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

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

This text has shadow with #C982E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C982E9 on black background.


Color preview on white background

This text has color #C982E9 on white background.



Black color preview on #C982E9 background

This text has black color on #C982E9 background.


White color preview on #C982E9 background

This text has white color on #C982E9 background.