COLOR #C46CC4

HEX: #C46CC4
RGB: (196,108,196)

Color info

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

RGB color model

#C46CC4 color RGB value is (196,108,196).

  • red value is 196;
  • green value is 108;
  • blue value is 196.
RGB:
(196,108,196)
(77%,42%,77%)

RGB channels and saturation

R 196 of 255 = 77%
G 108 of 255 = 42%
B 196 of 255 = 77%

196
108
196

R + G + B ~ 65%. #C46CC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 108 + 196 = 500 (100%)
R 196 of 500 ~ 39.2%
G 108 of 500 ~ 21.6%
B 196 of 500 ~ 39.2%

%39.2
%21.6
%39.2

CMYK color model

#C46CC4 color CMYK value is (0,45,0,23).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(0,45,0,23)
C0M45Y0K23 
(0%,45%,0%,23%)
(0.00/0.45/0.00/0.23)	

CMYK percentages

%0
%44.9
%0
%23.14

Codes

Color #C46CC4 in popluar color models

C46CC4
RGB196108196
HSL300°42.72%59.61%
HSB/HSV300°44.90%76.86%
CMYK0.00%44.90%0.00%
23.14%

Color #C46CC4 in popluar number systems.

HEXC46CC4
Decimal196108196
Binary11000100110110011000100
Octal304154304

Shades and tints

Shades of #C46CC4

#C46CC4
(196,108,196)
#B363B3
(179,99,179)
#A25AA2
(162,90,162)
#915191
(145,81,145)
#804880
(128,72,128)
#6F3F6F
(111,63,111)
#5E365E
(94,54,94)
#4D2D4D
(77,45,77)
#3C243C
(60,36,60)
#2B1B2B
(43,27,43)
#1A121A
(26,18,26)
#000000
(0,0,0)

Tints of #C46CC4

#C46CC4
(196,108,196)
#C979C9
(201,121,201)
#CE86CE
(206,134,206)
#D393D3
(211,147,211)
#D8A0D8
(216,160,216)
#DDADDD
(221,173,221)
#E2BAE2
(226,186,226)
#E7C7E7
(231,199,231)
#ECD4EC
(236,212,236)
#F1E1F1
(241,225,241)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46CC4; }

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

This text font color is #C46CC4.


Background Color

.myBgColor { background-color: #C46CC4; }

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

This div background color is #C46CC4.


Border color

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

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

This div border color is #C46CC4.


Opacity

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

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

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

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

This text has shadow with #C46CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46CC4 on black background.


Color preview on white background

This text has color #C46CC4 on white background.



Black color preview on #C46CC4 background

This text has black color on #C46CC4 background.


White color preview on #C46CC4 background

This text has white color on #C46CC4 background.