HEX: #C473BD
RGB: (196,115,189)
#C473BD contains mainly red and blue colors. Web safe color of #C473BD is #CC66CC (or #C6C).
#C473BD color RGB value is (196,115,189).
RGB: (196,115,189)
(77%, 45%, 74%)
R 196 of 255 = 77%
G 115 of 255 = 45%
B 189 of 255 = 74%
R + G + B ~ 65%. #C473BD is quite light color.
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'%
#C473BD color CMYK value is (0,41,4,23).
CMYK: (0,41,4,23)
C0M41Y4K23 (0%, 41%, 4%, 23%)
(0.00 / 0.41 / 0.04 / 0.23)
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 of #C473BD
Tints of #C473BD
Examples of css and html codes for elements with #C473BD color. Also use rgb(196,115,189) instead hex code.
.myTextColor { color: #C473BD; }
<p style="color:#C473BD">This sample text font color is #C473BD.</p>
This text font color is #C473BD.
.myBgColor { background-color: #C473BD; }
<div style="background-color:#C473BD">Inner text</div>
This div background color is #C473BD.
.myBorderColor { border: 1px solid #C473BD; }
<div style="border:3px solid #C473BD">Div</div>
This div border color is #C473BD.
.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%.
.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.
/* 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 text has color #C473BD on black background.
This text has color #C473BD on white background.
This text has black color on #C473BD background.
This text has white color on #C473BD background.
Complementary color for #hex is #3B8C42.