COLOR #C496DC

HEX: #C496DC
RGB: (196,150,220)

Color info

#C496DC contains mainly red and blue colors. Web safe color of #C496DC is #CC99CC (or #C9C).

RGB color model

#C496DC color RGB value is (196,150,220).

  • red value is 196;
  • green value is 150;
  • blue value is 220.
RGB:
(196,150,220)
(77%,59%,86%)

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 220 of 255 = 86%

196
150
220

R + G + B ~ 74%. #C496DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 220 = 566 (100%)
R 196 of 566 ~ 34.63%
G 150 of 566 ~ 26.5%
B 220 of 566 ~ 38.87%

%34.63
%26.5
%38.87

CMYK color model

#C496DC color CMYK value is (11,32,0,14).

  • cyan value is 10.91%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,32,0,14)
C11M32Y0K14 
(11%,32%,0%,14%)
(0.11/0.32/0.00/0.14)	

CMYK percentages

%10.91
%31.82
%0
%13.73

Codes

Color #C496DC in popluar color models

C496DC
RGB196150220
HSL279°50.00%72.55%
HSB/HSV279°31.82%86.27%
CMYK10.91%31.82%0.00%
13.73%

Color #C496DC in popluar number systems.

HEXC496DC
Decimal196150220
Binary110001001001011011011100
Octal304226334

Shades and tints

Shades of #C496DC

#C496DC
(196,150,220)
#B389C8
(179,137,200)
#A27CB4
(162,124,180)
#916FA0
(145,111,160)
#80628C
(128,98,140)
#6F5578
(111,85,120)
#5E4864
(94,72,100)
#4D3B50
(77,59,80)
#3C2E3C
(60,46,60)
#2B2128
(43,33,40)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #C496DC

#C496DC
(196,150,220)
#C99FDF
(201,159,223)
#CEA8E2
(206,168,226)
#D3B1E5
(211,177,229)
#D8BAE8
(216,186,232)
#DDC3EB
(221,195,235)
#E2CCEE
(226,204,238)
#E7D5F1
(231,213,241)
#ECDEF4
(236,222,244)
#F1E7F7
(241,231,247)
#F6F0FA
(246,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C496DC color. Also use rgb(196,150,220) instead hex code.

Text Font Color

.myTextColor { color: #C496DC; }

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

This text font color is #C496DC.


Background Color

.myBgColor { background-color: #C496DC; }

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

This div background color is #C496DC.


Border color

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

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

This div border color is #C496DC.


Opacity

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

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

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

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

This text has shadow with #C496DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496DC on black background.


Color preview on white background

This text has color #C496DC on white background.



Black color preview on #C496DC background

This text has black color on #C496DC background.


White color preview on #C496DC background

This text has white color on #C496DC background.