COLOR #C398E4

HEX: #C398E4
RGB: (195,152,228)

Color info

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

RGB color model

#C398E4 color RGB value is (195,152,228).

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

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 228 of 255 = 89%

195
152
228

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

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 228 = 575 (100%)
R 195 of 575 ~ 33.91%
G 152 of 575 ~ 26.43%
B 228 of 575 ~ 39.65%

%33.91
%26.43
%39.65

CMYK color model

#C398E4 color CMYK value is (14,33,0,11).

  • cyan value is 14.47%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(14,33,0,11)
C14M33Y0K11 
(14%,33%,0%,11%)
(0.14/0.33/0.00/0.11)	

CMYK percentages

%14.47
%33.33
%0
%10.59

Codes

Color #C398E4 in popluar color models

C398E4
RGB195152228
HSL274°58.46%74.51%
HSB/HSV274°33.33%89.41%
CMYK14.47%33.33%0.00%
10.59%

Color #C398E4 in popluar number systems.

HEXC398E4
Decimal195152228
Binary110000111001100011100100
Octal303230344

Shades and tints

Shades of #C398E4

#C398E4
(195,152,228)
#B28BD0
(178,139,208)
#A17EBC
(161,126,188)
#9071A8
(144,113,168)
#7F6494
(127,100,148)
#6E5780
(110,87,128)
#5D4A6C
(93,74,108)
#4C3D58
(76,61,88)
#3B3044
(59,48,68)
#2A2330
(42,35,48)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #C398E4

#C398E4
(195,152,228)
#C8A1E6
(200,161,230)
#CDAAE8
(205,170,232)
#D2B3EA
(210,179,234)
#D7BCEC
(215,188,236)
#DCC5EE
(220,197,238)
#E1CEF0
(225,206,240)
#E6D7F2
(230,215,242)
#EBE0F4
(235,224,244)
#F0E9F6
(240,233,246)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398E4; }

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

This text font color is #C398E4.


Background Color

.myBgColor { background-color: #C398E4; }

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

This div background color is #C398E4.


Border color

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

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

This div border color is #C398E4.


Opacity

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

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

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

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

This text has shadow with #C398E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C398E4 on black background.


Color preview on white background

This text has color #C398E4 on white background.



Black color preview on #C398E4 background

This text has black color on #C398E4 background.


White color preview on #C398E4 background

This text has white color on #C398E4 background.