COLOR #C395E6

HEX: #C395E6
RGB: (195,149,230)

Color info

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

RGB color model

#C395E6 color RGB value is (195,149,230).

  • red value is 195;
  • green value is 149;
  • blue value is 230.
RGB:
(195,149,230)
(76%,58%,90%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 230 of 255 = 90%

195
149
230

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 230 = 574 (100%)
R 195 of 574 ~ 33.97%
G 149 of 574 ~ 25.96%
B 230 of 574 ~ 40.07%

%33.97
%25.96
%40.07

CMYK color model

#C395E6 color CMYK value is (15,35,0,10).

  • cyan value is 15.22%
  • magenta value is 35.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,35,0,10)
C15M35Y0K10 
(15%,35%,0%,10%)
(0.15/0.35/0.00/0.10)	

CMYK percentages

%15.22
%35.22
%0
%9.8

Codes

Color #C395E6 in popluar color models

C395E6
RGB195149230
HSL274°61.83%74.31%
HSB/HSV274°35.22%90.20%
CMYK15.22%35.22%0.00%
9.80%

Color #C395E6 in popluar number systems.

HEXC395E6
Decimal195149230
Binary110000111001010111100110
Octal303225346

Shades and tints

Shades of #C395E6

#C395E6
(195,149,230)
#B288D2
(178,136,210)
#A17BBE
(161,123,190)
#906EAA
(144,110,170)
#7F6196
(127,97,150)
#6E5482
(110,84,130)
#5D476E
(93,71,110)
#4C3A5A
(76,58,90)
#3B2D46
(59,45,70)
#2A2032
(42,32,50)
#19131E
(25,19,30)
#000000
(0,0,0)

Tints of #C395E6

#C395E6
(195,149,230)
#C89EE8
(200,158,232)
#CDA7EA
(205,167,234)
#D2B0EC
(210,176,236)
#D7B9EE
(215,185,238)
#DCC2F0
(220,194,240)
#E1CBF2
(225,203,242)
#E6D4F4
(230,212,244)
#EBDDF6
(235,221,246)
#F0E6F8
(240,230,248)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C395E6 color. Also use rgb(195,149,230) instead hex code.

Text Font Color

.myTextColor { color: #C395E6; }

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

This text font color is #C395E6.


Background Color

.myBgColor { background-color: #C395E6; }

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

This div background color is #C395E6.


Border color

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

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

This div border color is #C395E6.


Opacity

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

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

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

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

This text has shadow with #C395E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C395E6 on black background.


Color preview on white background

This text has color #C395E6 on white background.



Black color preview on #C395E6 background

This text has black color on #C395E6 background.


White color preview on #C395E6 background

This text has white color on #C395E6 background.