COLOR #C475D1

HEX: #C475D1 RGB: (196,117,209)

Color info

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

RGB color model

#C475D1 color RGB value is (196,117,209).

RGB: (196,117,209) (77%, 46%, 82%)

RGB channels and saturation

R 196 of 255 = 77%
G 117 of 255 = 46%
B 209 of 255 = 82%

196
117
209

R + G + B ~ 68%. #C475D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 117 + 209 = 522 (100%)
R 196 of 522 ~ 37.55%
G 117 of 522 ~ 22.41%
B 209 of 522 ~ 40.04'%

%37.55
%22.41
%40.04

CMYK color model

#C475D1 color CMYK value is (6,44,0,18).

  • cyan value is 6.22%
  • magenta value is 44.02%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (6,44,0,18) C6M44Y0K18 (6%,44%,0%,18%) (0.06/0.44/0.00/0.18) 

CMYK percentages

%6.22
%44.02
%0
%18.04

Codes

Color #C475D1 in popluar color models

C4 75 D1
RGB 196 117 209
HSL 292° 50.00% 63.92%
HSB/HSV 292° 44.02% 81.96%
CMYK 6.22% 44.02% 0.00%
18.04%

Color #C475D1 in popluar number systems.

HEX C4 75 D1
Decimal 196 117 209
Binary 11000100 1110101 11010001
Octal 304 165 321

Shades and tints

Shades of #C475D1

#C475D1
(196,117,209)
#B36BBE
(179,107,190)
#A261AB
(162,97,171)
#915798
(145,87,152)
#804D85
(128,77,133)
#6F4372
(111,67,114)
#5E395F
(94,57,95)
#4D2F4C
(77,47,76)
#3C2539
(60,37,57)
#2B1B26
(43,27,38)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C475D1

#C475D1
(196,117,209)
#C981D5
(201,129,213)
#CE8DD9
(206,141,217)
#D399DD
(211,153,221)
#D8A5E1
(216,165,225)
#DDB1E5
(221,177,229)
#E2BDE9
(226,189,233)
#E7C9ED
(231,201,237)
#ECD5F1
(236,213,241)
#F1E1F5
(241,225,245)
#F6EDF9
(246,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C475D1 color. Also use rgb(196,117,209) instead hex code.

Text Font Color

.myTextColor { color: #C475D1; }

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

This text font color is #C475D1.

Background Color

.myBgColor { background-color: #C475D1; }

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

This div background color is #C475D1.

Border color

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

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

This div border color is #C475D1.

Opacity

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

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

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

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

This text has shadow with #C475D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C475D1.

Preview

Color preview on black background

This text has color #C475D1 on black background.


Color preview on white background

This text has color #C475D1 on white background.


Black color preview on #C475D1 background

This text has black color on #C475D1 background.


White color preview on #C475D1 background

This text has white color on #C475D1 background.


Related colors

Complementary color

Complementary color for #hex is #3B8A2E.


I love getcolorcode.com

Triadic colors

1 #D1C475 and #75D1C4 with #C475D1 are triadic colors.

2 #D175C4 and #75C4D1 with #C475D1 are triadic colors.