COLOR #C96ED7

HEX: #C96ED7
RGB: (201,110,215)

Color info

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

RGB color model

#C96ED7 color RGB value is (201,110,215).

  • red value is 201;
  • green value is 110;
  • blue value is 215.
RGB:
(201,110,215)
(79%,43%,84%)

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 215 of 255 = 84%

201
110
215

R + G + B ~ 69%. #C96ED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 110 + 215 = 526 (100%)
R 201 of 526 ~ 38.21%
G 110 of 526 ~ 20.91%
B 215 of 526 ~ 40.87%

%38.21
%20.91
%40.87

CMYK color model

#C96ED7 color CMYK value is (7,49,0,16).

  • cyan value is 6.51%
  • magenta value is 48.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(7,49,0,16)
C7M49Y0K16 
(7%,49%,0%,16%)
(0.07/0.49/0.00/0.16)	

CMYK percentages

%6.51
%48.84
%0
%15.69

Codes

Color #C96ED7 in popluar color models

C96ED7
RGB201110215
HSL292°56.76%63.73%
HSB/HSV292°48.84%84.31%
CMYK6.51%48.84%0.00%
15.69%

Color #C96ED7 in popluar number systems.

HEXC96ED7
Decimal201110215
Binary11001001110111011010111
Octal311156327

Shades and tints

Shades of #C96ED7

#C96ED7
(201,110,215)
#B764C4
(183,100,196)
#A55AB1
(165,90,177)
#93509E
(147,80,158)
#81468B
(129,70,139)
#6F3C78
(111,60,120)
#5D3265
(93,50,101)
#4B2852
(75,40,82)
#391E3F
(57,30,63)
#27142C
(39,20,44)
#150A19
(21,10,25)
#000000
(0,0,0)

Tints of #C96ED7

#C96ED7
(201,110,215)
#CD7BDA
(205,123,218)
#D188DD
(209,136,221)
#D595E0
(213,149,224)
#D9A2E3
(217,162,227)
#DDAFE6
(221,175,230)
#E1BCE9
(225,188,233)
#E5C9EC
(229,201,236)
#E9D6EF
(233,214,239)
#EDE3F2
(237,227,242)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96ED7 color. Also use rgb(201,110,215) instead hex code.

Text Font Color

.myTextColor { color: #C96ED7; }

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

This text font color is #C96ED7.


Background Color

.myBgColor { background-color: #C96ED7; }

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

This div background color is #C96ED7.


Border color

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

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

This div border color is #C96ED7.


Opacity

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

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

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

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

This text has shadow with #C96ED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96ED7 on black background.


Color preview on white background

This text has color #C96ED7 on white background.



Black color preview on #C96ED7 background

This text has black color on #C96ED7 background.


White color preview on #C96ED7 background

This text has white color on #C96ED7 background.