COLOR #C96FC4

HEX: #C96FC4
RGB: (201,111,196)

Color info

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

RGB color model

#C96FC4 color RGB value is (201,111,196).

  • red value is 201;
  • green value is 111;
  • blue value is 196.
RGB:
(201,111,196)
(79%,44%,77%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 196 of 255 = 77%

201
111
196

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

Portions of RGB colors in percentages

R + G + B =
201 + 111 + 196 = 508 (100%)
R 201 of 508 ~ 39.57%
G 111 of 508 ~ 21.85%
B 196 of 508 ~ 38.58%

%39.57
%21.85
%38.58

CMYK color model

#C96FC4 color CMYK value is (0,45,2,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 2.49%
  • key color value is 21.18%
CMYK:
(0,45,2,21)
C0M45Y2K21 
(0%,45%,2%,21%)
(0.00/0.45/0.02/0.21)	

CMYK percentages

%0
%44.78
%2.49
%21.18

Codes

Color #C96FC4 in popluar color models

C96FC4
RGB201111196
HSL303°45.45%61.18%
HSB/HSV303°44.78%78.82%
CMYK0.00%44.78%2.49%
21.18%

Color #C96FC4 in popluar number systems.

HEXC96FC4
Decimal201111196
Binary11001001110111111000100
Octal311157304

Shades and tints

Shades of #C96FC4

#C96FC4
(201,111,196)
#B765B3
(183,101,179)
#A55BA2
(165,91,162)
#935191
(147,81,145)
#814780
(129,71,128)
#6F3D6F
(111,61,111)
#5D335E
(93,51,94)
#4B294D
(75,41,77)
#391F3C
(57,31,60)
#27152B
(39,21,43)
#150B1A
(21,11,26)
#000000
(0,0,0)

Tints of #C96FC4

#C96FC4
(201,111,196)
#CD7CC9
(205,124,201)
#D189CE
(209,137,206)
#D596D3
(213,150,211)
#D9A3D8
(217,163,216)
#DDB0DD
(221,176,221)
#E1BDE2
(225,189,226)
#E5CAE7
(229,202,231)
#E9D7EC
(233,215,236)
#EDE4F1
(237,228,241)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96FC4 color. Also use rgb(201,111,196) instead hex code.

Text Font Color

.myTextColor { color: #C96FC4; }

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

This text font color is #C96FC4.


Background Color

.myBgColor { background-color: #C96FC4; }

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

This div background color is #C96FC4.


Border color

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

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

This div border color is #C96FC4.


Opacity

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

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

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

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

This text has shadow with #C96FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96FC4 on black background.


Color preview on white background

This text has color #C96FC4 on white background.



Black color preview on #C96FC4 background

This text has black color on #C96FC4 background.


White color preview on #C96FC4 background

This text has white color on #C96FC4 background.