COLOR #C47FE7

HEX: #C47FE7 RGB: (196,127,231)

Color info

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

RGB color model

#C47FE7 color RGB value is (196,127,231).

RGB: (196,127,231) (77%, 50%, 91%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 231 of 255 = 91%

196
127
231

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

Portions of RGB colors in percentages

R + G + B = 196 + 127 + 231 = 554 (100%)
R 196 of 554 ~ 35.38%
G 127 of 554 ~ 22.92%
B 231 of 554 ~ 41.7'%

%35.38
%22.92
%41.7

CMYK color model

#C47FE7 color CMYK value is (15,45,0,9).

  • cyan value is 15.15%
  • magenta value is 45.02%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (15,45,0,9) C15M45Y0K9 (15%,45%,0%,9%) (0.15/0.45/0.00/0.09) 

CMYK percentages

%15.15
%45.02
%0
%9.41

Codes

Color #C47FE7 in popluar color models

C4 7F E7
RGB 196 127 231
HSL 280° 68.42% 70.20%
HSB/HSV 280° 45.02% 90.59%
CMYK 15.15% 45.02% 0.00%
9.41%

Color #C47FE7 in popluar number systems.

HEX C4 7F E7
Decimal 196 127 231
Binary 11000100 1111111 11100111
Octal 304 177 347

Shades and tints

Shades of #C47FE7

#C47FE7
(196,127,231)
#B374D2
(179,116,210)
#A269BD
(162,105,189)
#915EA8
(145,94,168)
#805393
(128,83,147)
#6F487E
(111,72,126)
#5E3D69
(94,61,105)
#4D3254
(77,50,84)
#3C273F
(60,39,63)
#2B1C2A
(43,28,42)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C47FE7

#C47FE7
(196,127,231)
#C98AE9
(201,138,233)
#CE95EB
(206,149,235)
#D3A0ED
(211,160,237)
#D8ABEF
(216,171,239)
#DDB6F1
(221,182,241)
#E2C1F3
(226,193,243)
#E7CCF5
(231,204,245)
#ECD7F7
(236,215,247)
#F1E2F9
(241,226,249)
#F6EDFB
(246,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47FE7; }

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

This text font color is #C47FE7.

Background Color

.myBgColor { background-color: #C47FE7; }

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

This div background color is #C47FE7.

Border color

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

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

This div border color is #C47FE7.

Opacity

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

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

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

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

This text has shadow with #C47FE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47FE7.

Preview

Color preview on black background

This text has color #C47FE7 on black background.


Color preview on white background

This text has color #C47FE7 on white background.


Black color preview on #C47FE7 background

This text has black color on #C47FE7 background.


White color preview on #C47FE7 background

This text has white color on #C47FE7 background.


Related colors

Complementary color

Complementary color for #hex is #3B8018.


I love getcolorcode.com

Triadic colors

1 #E7C47F and #7FE7C4 with #C47FE7 are triadic colors.

2 #E77FC4 and #7FC4E7 with #C47FE7 are triadic colors.