COLOR #C98DC2

HEX: #C98DC2 RGB: (201,141,194)

Color info

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

RGB color model

#C98DC2 color RGB value is (201,141,194).

RGB: (201,141,194) (79%, 55%, 76%)

RGB channels and saturation

R 201 of 255 = 79%
G 141 of 255 = 55%
B 194 of 255 = 76%

201
141
194

R + G + B ~ 70%. #C98DC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 141 + 194 = 536 (100%)
R 201 of 536 ~ 37.5%
G 141 of 536 ~ 26.31%
B 194 of 536 ~ 36.19'%

%37.5
%26.31
%36.19

CMYK color model

#C98DC2 color CMYK value is (0,30,3,21).

  • cyan value is 0.00%
  • magenta value is 29.85%
  • yellow value is 3.48%
  • key color value is 21.18%

CMYK: (0,30,3,21)
C0M30Y3K21 (0%, 30%, 3%, 21%)
(0.00 / 0.30 / 0.03 / 0.21)

CMYK percentages

%0
%29.85
%3.48
%21.18

Codes

Color #C98DC2 in popluar color models

C9 8D C2
RGB 201 141 194
HSL 307° 35.71% 67.06%
HSB/HSV 307° 29.85% 78.82%
CMYK 0.00% 29.85% 3.48%
21.18%

Color #C98DC2 in popluar number systems.

HEX C9 8D C2
Decimal 201 141 194
Binary 11001001 10001101 11000010
Octal 311 215 302

Shades and tints

Shades of #C98DC2

#C98DC2
(201,141,194)
#B781B1
(183,129,177)
#A575A0
(165,117,160)
#93698F
(147,105,143)
#815D7E
(129,93,126)
#6F516D
(111,81,109)
#5D455C
(93,69,92)
#4B394B
(75,57,75)
#392D3A
(57,45,58)
#272129
(39,33,41)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #C98DC2

#C98DC2
(201,141,194)
#CD97C7
(205,151,199)
#D1A1CC
(209,161,204)
#D5ABD1
(213,171,209)
#D9B5D6
(217,181,214)
#DDBFDB
(221,191,219)
#E1C9E0
(225,201,224)
#E5D3E5
(229,211,229)
#E9DDEA
(233,221,234)
#EDE7EF
(237,231,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C98DC2; }

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

This text font color is #C98DC2.

Background Color

.myBgColor { background-color: #C98DC2; }

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

This div background color is #C98DC2.

Border color

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

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

This div border color is #C98DC2.

Opacity

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

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

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

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

This text has shadow with #C98DC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98DC2.

Preview

Color preview on black background

This text has color #C98DC2 on black background.


Color preview on white background

This text has color #C98DC2 on white background.


Black color preview on #C98DC2 background

This text has black color on #C98DC2 background.


White color preview on #C98DC2 background

This text has white color on #C98DC2 background.


Related colors

Complementary color

Complementary color for #hex is #36723D.


I love getcolorcode.com

Triadic colors

1 #C2C98D and #8DC2C9 with #C98DC2 are triadic colors.

2 #C28DC9 and #8DC9C2 with #C98DC2 are triadic colors.