COLOR #C395C8

HEX: #C395C8
RGB: (195,149,200)

Color info

#C395C8 contains red, green and blue colors in about the same proportion. Web safe color of #C395C8 is #CC99CC (or #C9C).

RGB color model

#C395C8 color RGB value is (195,149,200).

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

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 200 of 255 = 78%

195
149
200

R + G + B ~ 71%. #C395C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 200 = 544 (100%)
R 195 of 544 ~ 35.85%
G 149 of 544 ~ 27.39%
B 200 of 544 ~ 36.76%

%35.85
%27.39
%36.76

CMYK color model

#C395C8 color CMYK value is (3,26,0,22).

  • cyan value is 2.50%
  • magenta value is 25.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(3,26,0,22)
C3M26Y0K22 
(3%,26%,0%,22%)
(0.03/0.26/0.00/0.22)	

CMYK percentages

%2.5
%25.5
%0
%21.57

Codes

Color #C395C8 in popluar color models

C395C8
RGB195149200
HSL294°31.68%68.43%
HSB/HSV294°25.50%78.43%
CMYK2.50%25.50%0.00%
21.57%

Color #C395C8 in popluar number systems.

HEXC395C8
Decimal195149200
Binary110000111001010111001000
Octal303225310

Shades and tints

Shades of #C395C8

#C395C8
(195,149,200)
#B288B6
(178,136,182)
#A17BA4
(161,123,164)
#906E92
(144,110,146)
#7F6180
(127,97,128)
#6E546E
(110,84,110)
#5D475C
(93,71,92)
#4C3A4A
(76,58,74)
#3B2D38
(59,45,56)
#2A2026
(42,32,38)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #C395C8

#C395C8
(195,149,200)
#C89ECD
(200,158,205)
#CDA7D2
(205,167,210)
#D2B0D7
(210,176,215)
#D7B9DC
(215,185,220)
#DCC2E1
(220,194,225)
#E1CBE6
(225,203,230)
#E6D4EB
(230,212,235)
#EBDDF0
(235,221,240)
#F0E6F5
(240,230,245)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C395C8; }

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

This text font color is #C395C8.


Background Color

.myBgColor { background-color: #C395C8; }

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

This div background color is #C395C8.


Border color

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

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

This div border color is #C395C8.


Opacity

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

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

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

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

This text has shadow with #C395C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C395C8 on black background.


Color preview on white background

This text has color #C395C8 on white background.



Black color preview on #C395C8 background

This text has black color on #C395C8 background.


White color preview on #C395C8 background

This text has white color on #C395C8 background.