COLOR #C98CEA

HEX: #C98CEA RGB: (201,140,234)

Color info

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

RGB color model

#C98CEA color RGB value is (201,140,234).

RGB: (201,140,234) (79%, 55%, 92%)

RGB channels and saturation

R 201 of 255 = 79%
G 140 of 255 = 55%
B 234 of 255 = 92%

201
140
234

R + G + B ~ 75%. #C98CEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 140 + 234 = 575 (100%)
R 201 of 575 ~ 34.96%
G 140 of 575 ~ 24.35%
B 234 of 575 ~ 40.7'%

%34.96
%24.35
%40.7

CMYK color model

#C98CEA color CMYK value is (14,40,0,8).

  • cyan value is 14.10%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (14,40,0,8)
C14M40Y0K8 (14%, 40%, 0%, 8%)
(0.14 / 0.40 / 0.00 / 0.08)

CMYK percentages

%14.1
%40.17
%0
%8.24

Codes

Color #C98CEA in popluar color models

C9 8C EA
RGB 201 140 234
HSL 279° 69.12% 73.33%
HSB/HSV 279° 40.17% 91.76%
CMYK 14.10% 40.17% 0.00%
8.24%

Color #C98CEA in popluar number systems.

HEX C9 8C EA
Decimal 201 140 234
Binary 11001001 10001100 11101010
Octal 311 214 352

Shades and tints

Shades of #C98CEA

#C98CEA
(201,140,234)
#B780D5
(183,128,213)
#A574C0
(165,116,192)
#9368AB
(147,104,171)
#815C96
(129,92,150)
#6F5081
(111,80,129)
#5D446C
(93,68,108)
#4B3857
(75,56,87)
#392C42
(57,44,66)
#27202D
(39,32,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C98CEA

#C98CEA
(201,140,234)
#CD96EB
(205,150,235)
#D1A0EC
(209,160,236)
#D5AAED
(213,170,237)
#D9B4EE
(217,180,238)
#DDBEEF
(221,190,239)
#E1C8F0
(225,200,240)
#E5D2F1
(229,210,241)
#E9DCF2
(233,220,242)
#EDE6F3
(237,230,243)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98CEA color. Also use rgb(201,140,234) instead hex code.

Text Font Color

.myTextColor { color: #C98CEA; }

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

This text font color is #C98CEA.

Background Color

.myBgColor { background-color: #C98CEA; }

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

This div background color is #C98CEA.

Border color

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

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

This div border color is #C98CEA.

Opacity

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

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

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

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

This text has shadow with #C98CEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98CEA.

Preview

Color preview on black background

This text has color #C98CEA on black background.


Color preview on white background

This text has color #C98CEA on white background.


Black color preview on #C98CEA background

This text has black color on #C98CEA background.


White color preview on #C98CEA background

This text has white color on #C98CEA background.


Related colors

Complementary color

Complementary color for #hex is #367315.


I love getcolorcode.com

Triadic colors

1 #EAC98C and #8CEAC9 with #C98CEA are triadic colors.

2 #EA8CC9 and #8CC9EA with #C98CEA are triadic colors.