COLOR #C46FF7

HEX: #C46FF7
RGB: (196,111,247)

Color info

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

RGB color model

#C46FF7 color RGB value is (196,111,247).

  • red value is 196;
  • green value is 111;
  • blue value is 247.
RGB:
(196,111,247)
(77%,44%,97%)

RGB channels and saturation

R 196 of 255 = 77%
G 111 of 255 = 44%
B 247 of 255 = 97%

196
111
247

R + G + B ~ 73%. #C46FF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 111 + 247 = 554 (100%)
R 196 of 554 ~ 35.38%
G 111 of 554 ~ 20.04%
B 247 of 554 ~ 44.58%

%35.38
%20.04
%44.58

CMYK color model

#C46FF7 color CMYK value is (21,55,0,3).

  • cyan value is 20.65%
  • magenta value is 55.06%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(21,55,0,3)
C21M55Y0K3 
(21%,55%,0%,3%)
(0.21/0.55/0.00/0.03)	

CMYK percentages

%20.65
%55.06
%0
%3.14

Codes

Color #C46FF7 in popluar color models

C46FF7
RGB196111247
HSL278°89.47%70.20%
HSB/HSV278°55.06%96.86%
CMYK20.65%55.06%0.00%
3.14%

Color #C46FF7 in popluar number systems.

HEXC46FF7
Decimal196111247
Binary11000100110111111110111
Octal304157367

Shades and tints

Shades of #C46FF7

#C46FF7
(196,111,247)
#B365E1
(179,101,225)
#A25BCB
(162,91,203)
#9151B5
(145,81,181)
#80479F
(128,71,159)
#6F3D89
(111,61,137)
#5E3373
(94,51,115)
#4D295D
(77,41,93)
#3C1F47
(60,31,71)
#2B1531
(43,21,49)
#1A0B1B
(26,11,27)
#000000
(0,0,0)

Tints of #C46FF7

#C46FF7
(196,111,247)
#C97CF7
(201,124,247)
#CE89F7
(206,137,247)
#D396F7
(211,150,247)
#D8A3F7
(216,163,247)
#DDB0F7
(221,176,247)
#E2BDF7
(226,189,247)
#E7CAF7
(231,202,247)
#ECD7F7
(236,215,247)
#F1E4F7
(241,228,247)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C46FF7; }

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

This text font color is #C46FF7.


Background Color

.myBgColor { background-color: #C46FF7; }

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

This div background color is #C46FF7.


Border color

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

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

This div border color is #C46FF7.


Opacity

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

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

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

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

This text has shadow with #C46FF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C46FF7 on black background.


Color preview on white background

This text has color #C46FF7 on white background.



Black color preview on #C46FF7 background

This text has black color on #C46FF7 background.


White color preview on #C46FF7 background

This text has white color on #C46FF7 background.