COLOR #C46DEC

HEX: #C46DEC
RGB: (196,109,236)

Color info

#C46DEC contains mainly red and blue colors. Web safe color of #C46DEC is #CC66FF (or #C6F).

RGB color model

#C46DEC color RGB value is (196,109,236).

  • red value is 196;
  • green value is 109;
  • blue value is 236.
RGB:
(196,109,236)
(77%,43%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 109 of 255 = 43%
B 236 of 255 = 93%

196
109
236

R + G + B ~ 71%. #C46DEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 109 + 236 = 541 (100%)
R 196 of 541 ~ 36.23%
G 109 of 541 ~ 20.15%
B 236 of 541 ~ 43.62%

%36.23
%20.15
%43.62

CMYK color model

#C46DEC color CMYK value is (17,54,0,7).

  • cyan value is 16.95%
  • magenta value is 53.81%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,54,0,7)
C17M54Y0K7 
(17%,54%,0%,7%)
(0.17/0.54/0.00/0.07)	

CMYK percentages

%16.95
%53.81
%0
%7.45

Codes

Color #C46DEC in popluar color models

C46DEC
RGB196109236
HSL281°76.97%67.65%
HSB/HSV281°53.81%92.55%
CMYK16.95%53.81%0.00%
7.45%

Color #C46DEC in popluar number systems.

HEXC46DEC
Decimal196109236
Binary11000100110110111101100
Octal304155354

Shades and tints

Shades of #C46DEC

#C46DEC
(196,109,236)
#B364D7
(179,100,215)
#A25BC2
(162,91,194)
#9152AD
(145,82,173)
#804998
(128,73,152)
#6F4083
(111,64,131)
#5E376E
(94,55,110)
#4D2E59
(77,46,89)
#3C2544
(60,37,68)
#2B1C2F
(43,28,47)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #C46DEC

#C46DEC
(196,109,236)
#C97AED
(201,122,237)
#CE87EE
(206,135,238)
#D394EF
(211,148,239)
#D8A1F0
(216,161,240)
#DDAEF1
(221,174,241)
#E2BBF2
(226,187,242)
#E7C8F3
(231,200,243)
#ECD5F4
(236,213,244)
#F1E2F5
(241,226,245)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46DEC color. Also use rgb(196,109,236) instead hex code.

Text Font Color

.myTextColor { color: #C46DEC; }

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

This text font color is #C46DEC.


Background Color

.myBgColor { background-color: #C46DEC; }

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

This div background color is #C46DEC.


Border color

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

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

This div border color is #C46DEC.


Opacity

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

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

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

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

This text has shadow with #C46DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46DEC on black background.


Color preview on white background

This text has color #C46DEC on white background.



Black color preview on #C46DEC background

This text has black color on #C46DEC background.


White color preview on #C46DEC background

This text has white color on #C46DEC background.