COLOR #C47DED

HEX: #C47DED RGB: (196,125,237)

Color info

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

RGB color model

#C47DED color RGB value is (196,125,237).

RGB: (196,125,237) (77%, 49%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 125 of 255 = 49%
B 237 of 255 = 93%

196
125
237

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

Portions of RGB colors in percentages

R + G + B = 196 + 125 + 237 = 558 (100%)
R 196 of 558 ~ 35.13%
G 125 of 558 ~ 22.4%
B 237 of 558 ~ 42.47'%

%35.13
%22.4
%42.47

CMYK color model

#C47DED color CMYK value is (17,47,0,7).

  • cyan value is 17.30%
  • magenta value is 47.26%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (17,47,0,7)
C17M47Y0K7 (17%, 47%, 0%, 7%)
(0.17 / 0.47 / 0.00 / 0.07)

CMYK percentages

%17.3
%47.26
%0
%7.06

Codes

Color #C47DED in popluar color models

C4 7D ED
RGB 196 125 237
HSL 278° 75.68% 70.98%
HSB/HSV 278° 47.26% 92.94%
CMYK 17.30% 47.26% 0.00%
7.06%

Color #C47DED in popluar number systems.

HEX C4 7D ED
Decimal 196 125 237
Binary 11000100 1111101 11101101
Octal 304 175 355

Shades and tints

Shades of #C47DED

#C47DED
(196,125,237)
#B372D8
(179,114,216)
#A267C3
(162,103,195)
#915CAE
(145,92,174)
#805199
(128,81,153)
#6F4684
(111,70,132)
#5E3B6F
(94,59,111)
#4D305A
(77,48,90)
#3C2545
(60,37,69)
#2B1A30
(43,26,48)
#1A0F1B
(26,15,27)
#000000
(0,0,0)

Tints of #C47DED

#C47DED
(196,125,237)
#C988EE
(201,136,238)
#CE93EF
(206,147,239)
#D39EF0
(211,158,240)
#D8A9F1
(216,169,241)
#DDB4F2
(221,180,242)
#E2BFF3
(226,191,243)
#E7CAF4
(231,202,244)
#ECD5F5
(236,213,245)
#F1E0F6
(241,224,246)
#F6EBF7
(246,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C47DED; }

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

This text font color is #C47DED.

Background Color

.myBgColor { background-color: #C47DED; }

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

This div background color is #C47DED.

Border color

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

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

This div border color is #C47DED.

Opacity

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

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

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

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

This text has shadow with #C47DED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47DED.

Preview

Color preview on black background

This text has color #C47DED on black background.


Color preview on white background

This text has color #C47DED on white background.


Black color preview on #C47DED background

This text has black color on #C47DED background.


White color preview on #C47DED background

This text has white color on #C47DED background.


Related colors

Complementary color

Complementary color for #hex is #3B8212.


I love getcolorcode.com

Triadic colors

1 #EDC47D and #7DEDC4 with #C47DED are triadic colors.

2 #ED7DC4 and #7DC4ED with #C47DED are triadic colors.