COLOR #C47FD0

HEX: #C47FD0 RGB: (196,127,208)

Color info

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

RGB color model

#C47FD0 color RGB value is (196,127,208).

RGB: (196,127,208) (77%, 50%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 208 of 255 = 82%

196
127
208

R + G + B ~ 70%. #C47FD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 127 + 208 = 531 (100%)
R 196 of 531 ~ 36.91%
G 127 of 531 ~ 23.92%
B 208 of 531 ~ 39.17'%

%36.91
%23.92
%39.17

CMYK color model

#C47FD0 color CMYK value is (6,39,0,18).

  • cyan value is 5.77%
  • magenta value is 38.94%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (6,39,0,18)
C6M39Y0K18 (6%, 39%, 0%, 18%)
(0.06 / 0.39 / 0.00 / 0.18)

CMYK percentages

%5.77
%38.94
%0
%18.43

Codes

Color #C47FD0 in popluar color models

C4 7F D0
RGB 196 127 208
HSL 291° 46.29% 65.69%
HSB/HSV 291° 38.94% 81.57%
CMYK 5.77% 38.94% 0.00%
18.43%

Color #C47FD0 in popluar number systems.

HEX C4 7F D0
Decimal 196 127 208
Binary 11000100 1111111 11010000
Octal 304 177 320

Shades and tints

Shades of #C47FD0

#C47FD0
(196,127,208)
#B374BE
(179,116,190)
#A269AC
(162,105,172)
#915E9A
(145,94,154)
#805388
(128,83,136)
#6F4876
(111,72,118)
#5E3D64
(94,61,100)
#4D3252
(77,50,82)
#3C2740
(60,39,64)
#2B1C2E
(43,28,46)
#1A111C
(26,17,28)
#000000
(0,0,0)

Tints of #C47FD0

#C47FD0
(196,127,208)
#C98AD4
(201,138,212)
#CE95D8
(206,149,216)
#D3A0DC
(211,160,220)
#D8ABE0
(216,171,224)
#DDB6E4
(221,182,228)
#E2C1E8
(226,193,232)
#E7CCEC
(231,204,236)
#ECD7F0
(236,215,240)
#F1E2F4
(241,226,244)
#F6EDF8
(246,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47FD0; }

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

This text font color is #C47FD0.

Background Color

.myBgColor { background-color: #C47FD0; }

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

This div background color is #C47FD0.

Border color

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

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

This div border color is #C47FD0.

Opacity

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

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

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

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

This text has shadow with #C47FD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47FD0.

Preview

Color preview on black background

This text has color #C47FD0 on black background.


Color preview on white background

This text has color #C47FD0 on white background.


Black color preview on #C47FD0 background

This text has black color on #C47FD0 background.


White color preview on #C47FD0 background

This text has white color on #C47FD0 background.


Related colors

Complementary color

Complementary color for #hex is #3B802F.


I love getcolorcode.com

Triadic colors

1 #D0C47F and #7FD0C4 with #C47FD0 are triadic colors.

2 #D07FC4 and #7FC4D0 with #C47FD0 are triadic colors.