COLOR #C95DCE

HEX: #C95DCE RGB: (201,93,206)

Color info

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

RGB color model

#C95DCE color RGB value is (201,93,206).

RGB: (201,93,206) (79%, 36%, 81%)

RGB channels and saturation

R 201 of 255 = 79%
G 93 of 255 = 36%
B 206 of 255 = 81%

201
93
206

R + G + B ~ 65%. #C95DCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 93 + 206 = 500 (100%)
R 201 of 500 ~ 40.2%
G 93 of 500 ~ 18.6%
B 206 of 500 ~ 41.2'%

%40.2
%18.6
%41.2

CMYK color model

#C95DCE color CMYK value is (2,55,0,19).

  • cyan value is 2.43%
  • magenta value is 54.85%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (2,55,0,19) C2M55Y0K19 (2%,55%,0%,19%) (0.02/0.55/0.00/0.19) 

CMYK percentages

%2.43
%54.85
%0
%19.22

Codes

Color #C95DCE in popluar color models

C9 5D CE
RGB 201 93 206
HSL 297° 53.55% 58.63%
HSB/HSV 297° 54.85% 80.78%
CMYK 2.43% 54.85% 0.00%
19.22%

Color #C95DCE in popluar number systems.

HEX C9 5D CE
Decimal 201 93 206
Binary 11001001 1011101 11001110
Octal 311 135 316

Shades and tints

Shades of #C95DCE

#C95DCE
(201,93,206)
#B755BC
(183,85,188)
#A54DAA
(165,77,170)
#934598
(147,69,152)
#813D86
(129,61,134)
#6F3574
(111,53,116)
#5D2D62
(93,45,98)
#4B2550
(75,37,80)
#391D3E
(57,29,62)
#27152C
(39,21,44)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #C95DCE

#C95DCE
(201,93,206)
#CD6BD2
(205,107,210)
#D179D6
(209,121,214)
#D587DA
(213,135,218)
#D995DE
(217,149,222)
#DDA3E2
(221,163,226)
#E1B1E6
(225,177,230)
#E5BFEA
(229,191,234)
#E9CDEE
(233,205,238)
#EDDBF2
(237,219,242)
#F1E9F6
(241,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95DCE color. Also use rgb(201,93,206) instead hex code.

Text Font Color

.myTextColor { color: #C95DCE; }

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

This text font color is #C95DCE.

Background Color

.myBgColor { background-color: #C95DCE; }

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

This div background color is #C95DCE.

Border color

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

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

This div border color is #C95DCE.

Opacity

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

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

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

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

This text has shadow with #C95DCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C95DCE.

Preview

Color preview on black background

This text has color #C95DCE on black background.


Color preview on white background

This text has color #C95DCE on white background.


Black color preview on #C95DCE background

This text has black color on #C95DCE background.


White color preview on #C95DCE background

This text has white color on #C95DCE background.


Related colors

Complementary color

Complementary color for #hex is #36A231.


I love getcolorcode.com

Triadic colors

1 #CEC95D and #5DCEC9 with #C95DCE are triadic colors.

2 #CE5DC9 and #5DC9CE with #C95DCE are triadic colors.