COLOR #C98FEE

HEX: #C98FEE RGB: (201,143,238)

Color info

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

RGB color model

#C98FEE color RGB value is (201,143,238).

RGB: (201,143,238) (79%, 56%, 93%)

RGB channels and saturation

R 201 of 255 = 79%
G 143 of 255 = 56%
B 238 of 255 = 93%

201
143
238

R + G + B ~ 76%. #C98FEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 143 + 238 = 582 (100%)
R 201 of 582 ~ 34.54%
G 143 of 582 ~ 24.57%
B 238 of 582 ~ 40.89'%

%34.54
%24.57
%40.89

CMYK color model

#C98FEE color CMYK value is (16,40,0,7).

  • cyan value is 15.55%
  • magenta value is 39.92%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,40,0,7)
C16M40Y0K7 (16%, 40%, 0%, 7%)
(0.16 / 0.40 / 0.00 / 0.07)

CMYK percentages

%15.55
%39.92
%0
%6.67

Codes

Color #C98FEE in popluar color models

C9 8F EE
RGB 201 143 238
HSL 277° 73.64% 74.71%
HSB/HSV 277° 39.92% 93.33%
CMYK 15.55% 39.92% 0.00%
6.67%

Color #C98FEE in popluar number systems.

HEX C9 8F EE
Decimal 201 143 238
Binary 11001001 10001111 11101110
Octal 311 217 356

Shades and tints

Shades of #C98FEE

#C98FEE
(201,143,238)
#B782D9
(183,130,217)
#A575C4
(165,117,196)
#9368AF
(147,104,175)
#815B9A
(129,91,154)
#6F4E85
(111,78,133)
#5D4170
(93,65,112)
#4B345B
(75,52,91)
#392746
(57,39,70)
#271A31
(39,26,49)
#150D1C
(21,13,28)
#000000
(0,0,0)

Tints of #C98FEE

#C98FEE
(201,143,238)
#CD99EF
(205,153,239)
#D1A3F0
(209,163,240)
#D5ADF1
(213,173,241)
#D9B7F2
(217,183,242)
#DDC1F3
(221,193,243)
#E1CBF4
(225,203,244)
#E5D5F5
(229,213,245)
#E9DFF6
(233,223,246)
#EDE9F7
(237,233,247)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C98FEE color. Also use rgb(201,143,238) instead hex code.

Text Font Color

.myTextColor { color: #C98FEE; }

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

This text font color is #C98FEE.

Background Color

.myBgColor { background-color: #C98FEE; }

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

This div background color is #C98FEE.

Border color

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

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

This div border color is #C98FEE.

Opacity

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

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

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

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

This text has shadow with #C98FEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C98FEE.

Preview

Color preview on black background

This text has color #C98FEE on black background.


Color preview on white background

This text has color #C98FEE on white background.


Black color preview on #C98FEE background

This text has black color on #C98FEE background.


White color preview on #C98FEE background

This text has white color on #C98FEE background.


Related colors

Complementary color

Complementary color for #hex is #367011.


I love getcolorcode.com

Triadic colors

1 #EEC98F and #8FEEC9 with #C98FEE are triadic colors.

2 #EE8FC9 and #8FC9EE with #C98FEE are triadic colors.