COLOR #C47FE6

HEX: #C47FE6
RGB: (196,127,230)

Color info

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

RGB color model

#C47FE6 color RGB value is (196,127,230).

  • red value is 196;
  • green value is 127;
  • blue value is 230.
RGB:
(196,127,230)
(77%,50%,90%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 230 of 255 = 90%

196
127
230

R + G + B ~ 72%. #C47FE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 127 + 230 = 553 (100%)
R 196 of 553 ~ 35.44%
G 127 of 553 ~ 22.97%
B 230 of 553 ~ 41.59%

%35.44
%22.97
%41.59

CMYK color model

#C47FE6 color CMYK value is (15,45,0,10).

  • cyan value is 14.78%
  • magenta value is 44.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(15,45,0,10)
C15M45Y0K10 
(15%,45%,0%,10%)
(0.15/0.45/0.00/0.10)	

CMYK percentages

%14.78
%44.78
%0
%9.8

Codes

Color #C47FE6 in popluar color models

C47FE6
RGB196127230
HSL280°67.32%70.00%
HSB/HSV280°44.78%90.20%
CMYK14.78%44.78%0.00%
9.80%

Color #C47FE6 in popluar number systems.

HEXC47FE6
Decimal196127230
Binary11000100111111111100110
Octal304177346

Shades and tints

Shades of #C47FE6

#C47FE6
(196,127,230)
#B374D2
(179,116,210)
#A269BE
(162,105,190)
#915EAA
(145,94,170)
#805396
(128,83,150)
#6F4882
(111,72,130)
#5E3D6E
(94,61,110)
#4D325A
(77,50,90)
#3C2746
(60,39,70)
#2B1C32
(43,28,50)
#1A111E
(26,17,30)
#000000
(0,0,0)

Tints of #C47FE6

#C47FE6
(196,127,230)
#C98AE8
(201,138,232)
#CE95EA
(206,149,234)
#D3A0EC
(211,160,236)
#D8ABEE
(216,171,238)
#DDB6F0
(221,182,240)
#E2C1F2
(226,193,242)
#E7CCF4
(231,204,244)
#ECD7F6
(236,215,246)
#F1E2F8
(241,226,248)
#F6EDFA
(246,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47FE6; }

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

This text font color is #C47FE6.


Background Color

.myBgColor { background-color: #C47FE6; }

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

This div background color is #C47FE6.


Border color

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

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

This div border color is #C47FE6.


Opacity

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

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

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

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

This text has shadow with #C47FE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47FE6 on black background.


Color preview on white background

This text has color #C47FE6 on white background.



Black color preview on #C47FE6 background

This text has black color on #C47FE6 background.


White color preview on #C47FE6 background

This text has white color on #C47FE6 background.