COLOR #C95BDA

HEX: #C95BDA
RGB: (201,91,218)

Color info

#C95BDA contains mainly red and blue colors. Web safe color of #C95BDA is #CC66CC (or #C6C).

RGB color model

#C95BDA color RGB value is (201,91,218).

  • red value is 201;
  • green value is 91;
  • blue value is 218.
RGB:
(201,91,218)
(79%,36%,85%)

RGB channels and saturation

R 201 of 255 = 79%
G 91 of 255 = 36%
B 218 of 255 = 85%

201
91
218

R + G + B ~ 67%. #C95BDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 91 + 218 = 510 (100%)
R 201 of 510 ~ 39.41%
G 91 of 510 ~ 17.84%
B 218 of 510 ~ 42.75%

%39.41
%17.84
%42.75

CMYK color model

#C95BDA color CMYK value is (8,58,0,15).

  • cyan value is 7.80%
  • magenta value is 58.26%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(8,58,0,15)
C8M58Y0K15 
(8%,58%,0%,15%)
(0.08/0.58/0.00/0.15)	

CMYK percentages

%7.8
%58.26
%0
%14.51

Codes

Color #C95BDA in popluar color models

C95BDA
RGB20191218
HSL292°63.18%60.59%
HSB/HSV292°58.26%85.49%
CMYK7.80%58.26%0.00%
14.51%

Color #C95BDA in popluar number systems.

HEXC95BDA
Decimal20191218
Binary11001001101101111011010
Octal311133332

Shades and tints

Shades of #C95BDA

#C95BDA
(201,91,218)
#B753C7
(183,83,199)
#A54BB4
(165,75,180)
#9343A1
(147,67,161)
#813B8E
(129,59,142)
#6F337B
(111,51,123)
#5D2B68
(93,43,104)
#4B2355
(75,35,85)
#391B42
(57,27,66)
#27132F
(39,19,47)
#150B1C
(21,11,28)
#000000
(0,0,0)

Tints of #C95BDA

#C95BDA
(201,91,218)
#CD69DD
(205,105,221)
#D177E0
(209,119,224)
#D585E3
(213,133,227)
#D993E6
(217,147,230)
#DDA1E9
(221,161,233)
#E1AFEC
(225,175,236)
#E5BDEF
(229,189,239)
#E9CBF2
(233,203,242)
#EDD9F5
(237,217,245)
#F1E7F8
(241,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95BDA color. Also use rgb(201,91,218) instead hex code.

Text Font Color

.myTextColor { color: #C95BDA; }

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

This text font color is #C95BDA.


Background Color

.myBgColor { background-color: #C95BDA; }

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

This div background color is #C95BDA.


Border color

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

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

This div border color is #C95BDA.


Opacity

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

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

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

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

This text has shadow with #C95BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95BDA on black background.


Color preview on white background

This text has color #C95BDA on white background.



Black color preview on #C95BDA background

This text has black color on #C95BDA background.


White color preview on #C95BDA background

This text has white color on #C95BDA background.