COLOR #C398E2

HEX: #C398E2
RGB: (195,152,226)

Color info

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

RGB color model

#C398E2 color RGB value is (195,152,226).

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

RGB channels and saturation

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

195
152
226

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

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 226 = 573 (100%)
R 195 of 573 ~ 34.03%
G 152 of 573 ~ 26.53%
B 226 of 573 ~ 39.44%

%34.03
%26.53
%39.44

CMYK color model

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

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

CMYK percentages

%13.72
%32.74
%0
%11.37

Codes

Color #C398E2 in popluar color models

C398E2
RGB195152226
HSL275°56.06%74.12%
HSB/HSV275°32.74%88.63%
CMYK13.72%32.74%0.00%
11.37%

Color #C398E2 in popluar number systems.

HEXC398E2
Decimal195152226
Binary110000111001100011100010
Octal303230342

Shades and tints

Shades of #C398E2

#C398E2
(195,152,226)
#B28BCE
(178,139,206)
#A17EBA
(161,126,186)
#9071A6
(144,113,166)
#7F6492
(127,100,146)
#6E577E
(110,87,126)
#5D4A6A
(93,74,106)
#4C3D56
(76,61,86)
#3B3042
(59,48,66)
#2A232E
(42,35,46)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #C398E2

#C398E2
(195,152,226)
#C8A1E4
(200,161,228)
#CDAAE6
(205,170,230)
#D2B3E8
(210,179,232)
#D7BCEA
(215,188,234)
#DCC5EC
(220,197,236)
#E1CEEE
(225,206,238)
#E6D7F0
(230,215,240)
#EBE0F2
(235,224,242)
#F0E9F4
(240,233,244)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C398E2; }

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

This text font color is #C398E2.


Background Color

.myBgColor { background-color: #C398E2; }

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

This div background color is #C398E2.


Border color

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

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

This div border color is #C398E2.


Opacity

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

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

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

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

This text has shadow with #C398E2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C398E2 on black background.


Color preview on white background

This text has color #C398E2 on white background.



Black color preview on #C398E2 background

This text has black color on #C398E2 background.


White color preview on #C398E2 background

This text has white color on #C398E2 background.