COLOR #C473BD

HEX: #C473BD RGB: (196,115,189)

Color info

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

RGB color model

#C473BD color RGB value is (196,115,189).

RGB: (196,115,189) (77%, 45%, 74%)

RGB channels and saturation

R 196 of 255 = 77%
G 115 of 255 = 45%
B 189 of 255 = 74%

196
115
189

R + G + B ~ 65%. #C473BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 115 + 189 = 500 (100%)
R 196 of 500 ~ 39.2%
G 115 of 500 ~ 23%
B 189 of 500 ~ 37.8'%

%39.2
%23
%37.8

CMYK color model

#C473BD color CMYK value is (0,41,4,23).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 3.57%
  • key color value is 23.14%

CMYK: (0,41,4,23)
C0M41Y4K23 (0%, 41%, 4%, 23%)
(0.00 / 0.41 / 0.04 / 0.23)

CMYK percentages

%0
%41.33
%3.57
%23.14

Codes

Color #C473BD in popluar color models

C4 73 BD
RGB 196 115 189
HSL 305° 40.70% 60.98%
HSB/HSV 305° 41.33% 76.86%
CMYK 0.00% 41.33% 3.57%
23.14%

Color #C473BD in popluar number systems.

HEX C4 73 BD
Decimal 196 115 189
Binary 11000100 1110011 10111101
Octal 304 163 275

Shades and tints

Shades of #C473BD

#C473BD
(196,115,189)
#B369AC
(179,105,172)
#A25F9B
(162,95,155)
#91558A
(145,85,138)
#804B79
(128,75,121)
#6F4168
(111,65,104)
#5E3757
(94,55,87)
#4D2D46
(77,45,70)
#3C2335
(60,35,53)
#2B1924
(43,25,36)
#1A0F13
(26,15,19)
#000000
(0,0,0)

Tints of #C473BD

#C473BD
(196,115,189)
#C97FC3
(201,127,195)
#CE8BC9
(206,139,201)
#D397CF
(211,151,207)
#D8A3D5
(216,163,213)
#DDAFDB
(221,175,219)
#E2BBE1
(226,187,225)
#E7C7E7
(231,199,231)
#ECD3ED
(236,211,237)
#F1DFF3
(241,223,243)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C473BD color. Also use rgb(196,115,189) instead hex code.

Text Font Color

.myTextColor { color: #C473BD; }

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

This text font color is #C473BD.

Background Color

.myBgColor { background-color: #C473BD; }

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

This div background color is #C473BD.

Border color

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

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

This div border color is #C473BD.

Opacity

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

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

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

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

This text has shadow with #C473BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C473BD.

Preview

Color preview on black background

This text has color #C473BD on black background.


Color preview on white background

This text has color #C473BD on white background.


Black color preview on #C473BD background

This text has black color on #C473BD background.


White color preview on #C473BD background

This text has white color on #C473BD background.


Related colors

Complementary color

Complementary color for #hex is #3B8C42.


I love getcolorcode.com

Triadic colors

1 #BDC473 and #73BDC4 with #C473BD are triadic colors.

2 #BD73C4 and #73C4BD with #C473BD are triadic colors.