COLOR #C398EC

HEX: #C398EC
RGB: (195,152,236)

Color info

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

RGB color model

#C398EC color RGB value is (195,152,236).

  • red value is 195;
  • green value is 152;
  • blue value is 236.
RGB:
(195,152,236)
(76%,60%,93%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 236 of 255 = 93%

195
152
236

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

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 236 = 583 (100%)
R 195 of 583 ~ 33.45%
G 152 of 583 ~ 26.07%
B 236 of 583 ~ 40.48%

%33.45
%26.07
%40.48

CMYK color model

#C398EC color CMYK value is (17,36,0,7).

  • cyan value is 17.37%
  • magenta value is 35.59%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,36,0,7)
C17M36Y0K7 
(17%,36%,0%,7%)
(0.17/0.36/0.00/0.07)	

CMYK percentages

%17.37
%35.59
%0
%7.45

Codes

Color #C398EC in popluar color models

C398EC
RGB195152236
HSL271°68.85%76.08%
HSB/HSV271°35.59%92.55%
CMYK17.37%35.59%0.00%
7.45%

Color #C398EC in popluar number systems.

HEXC398EC
Decimal195152236
Binary110000111001100011101100
Octal303230354

Shades and tints

Shades of #C398EC

#C398EC
(195,152,236)
#B28BD7
(178,139,215)
#A17EC2
(161,126,194)
#9071AD
(144,113,173)
#7F6498
(127,100,152)
#6E5783
(110,87,131)
#5D4A6E
(93,74,110)
#4C3D59
(76,61,89)
#3B3044
(59,48,68)
#2A232F
(42,35,47)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C398EC

#C398EC
(195,152,236)
#C8A1ED
(200,161,237)
#CDAAEE
(205,170,238)
#D2B3EF
(210,179,239)
#D7BCF0
(215,188,240)
#DCC5F1
(220,197,241)
#E1CEF2
(225,206,242)
#E6D7F3
(230,215,243)
#EBE0F4
(235,224,244)
#F0E9F5
(240,233,245)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C398EC color. Also use rgb(195,152,236) instead hex code.

Text Font Color

.myTextColor { color: #C398EC; }

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

This text font color is #C398EC.


Background Color

.myBgColor { background-color: #C398EC; }

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

This div background color is #C398EC.


Border color

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

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

This div border color is #C398EC.


Opacity

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

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

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

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

This text has shadow with #C398EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398EC on black background.


Color preview on white background

This text has color #C398EC on white background.



Black color preview on #C398EC background

This text has black color on #C398EC background.


White color preview on #C398EC background

This text has white color on #C398EC background.