COLOR #C96EDC

HEX: #C96EDC
RGB: (201,110,220)

Color info

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

RGB color model

#C96EDC color RGB value is (201,110,220).

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

RGB channels and saturation

R 201 of 255 = 79%
G 110 of 255 = 43%
B 220 of 255 = 86%

201
110
220

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

Portions of RGB colors in percentages

R + G + B =
201 + 110 + 220 = 531 (100%)
R 201 of 531 ~ 37.85%
G 110 of 531 ~ 20.72%
B 220 of 531 ~ 41.43%

%37.85
%20.72
%41.43

CMYK color model

#C96EDC color CMYK value is (9,50,0,14).

  • cyan value is 8.64%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(9,50,0,14)
C9M50Y0K14 
(9%,50%,0%,14%)
(0.09/0.50/0.00/0.14)	

CMYK percentages

%8.64
%50
%0
%13.73

Codes

Color #C96EDC in popluar color models

C96EDC
RGB201110220
HSL290°61.11%64.71%
HSB/HSV290°50.00%86.27%
CMYK8.64%50.00%0.00%
13.73%

Color #C96EDC in popluar number systems.

HEXC96EDC
Decimal201110220
Binary11001001110111011011100
Octal311156334

Shades and tints

Shades of #C96EDC

#C96EDC
(201,110,220)
#B764C8
(183,100,200)
#A55AB4
(165,90,180)
#9350A0
(147,80,160)
#81468C
(129,70,140)
#6F3C78
(111,60,120)
#5D3264
(93,50,100)
#4B2850
(75,40,80)
#391E3C
(57,30,60)
#271428
(39,20,40)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #C96EDC

#C96EDC
(201,110,220)
#CD7BDF
(205,123,223)
#D188E2
(209,136,226)
#D595E5
(213,149,229)
#D9A2E8
(217,162,232)
#DDAFEB
(221,175,235)
#E1BCEE
(225,188,238)
#E5C9F1
(229,201,241)
#E9D6F4
(233,214,244)
#EDE3F7
(237,227,247)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C96EDC; }

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

This text font color is #C96EDC.


Background Color

.myBgColor { background-color: #C96EDC; }

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

This div background color is #C96EDC.


Border color

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

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

This div border color is #C96EDC.


Opacity

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

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

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

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

This text has shadow with #C96EDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96EDC on black background.


Color preview on white background

This text has color #C96EDC on white background.



Black color preview on #C96EDC background

This text has black color on #C96EDC background.


White color preview on #C96EDC background

This text has white color on #C96EDC background.