HEX: #C474DB
RGB: (196,116,219)
#C474DB contains mainly red and blue colors. Web safe color of #C474DB is #CC66CC (or #C6C).
#C474DB color RGB value is (196,116,219).
RGB: (196,116,219)
(77%, 45%, 86%)
R 196 of 255 = 77%
G 116 of 255 = 45%
B 219 of 255 = 86%
R + G + B ~ 69%. #C474DB is quite light color.
R + G + B = 196 + 116 + 219 = 531 (100%)
R 196 of 531 ~ 36.91%
G 116 of 531 ~ 21.85%
B 219 of 531 ~ 41.24'%
#C474DB color CMYK value is (11,47,0,14).
CMYK: (11,47,0,14) C11M47Y0K14 (11%,47%,0%,14%) (0.11/0.47/0.00/0.14)
Color #C474DB in popluar color models
C4 | 74 | DB | |
---|---|---|---|
RGB | 196 | 116 | 219 |
HSL | 287° | 58.86% | 65.69% |
HSB/HSV | 287° | 47.03% | 85.88% |
CMYK | 10.50% | 47.03% | 0.00% |
14.12% |
Color #C474DB in popluar number systems.
HEX | C4 | 74 | DB |
Decimal | 196 | 116 | 219 |
Binary | 11000100 | 1110100 | 11011011 |
Octal | 304 | 164 | 333 |
Shades of #C474DB
Tints of #C474DB
Examples of css and html codes for elements with #C474DB color. Also use rgb(196,116,219) instead hex code.
.myTextColor { color: #C474DB; }
<p style="color:#C474DB">This sample text font color is #C474DB.</p>
This text font color is #C474DB.
.myBgColor { background-color: #C474DB; }
<div style="background-color:#C474DB">Inner text</div>
This div background color is #C474DB.
.myBorderColor { border: 1px solid #C474DB; }
<div style="border:3px solid #C474DB">Div</div>
This div border color is #C474DB.
.myOpacity80 { color: #C474DB; opacity: 0.8; }
<p style="color:#C474DB;opacity:0.8;">80%</p>
Text with #C474DB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C474DB;}
<p style="text-shadow: 3px 3px 1px #C474DB">Text here.</p>
This text has shadow with #C474DB color.
.textShadow {text-shadow: 3px 3px 1px #C474DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C474DB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C474DB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C474DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C474DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C474DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C474DB;
-webkit-box-shadow: 1px 1px 3px 2px #C474DB;
box-shadow: 1px 1px 3px 2px #C474DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C474DB; -webkit-box-shadow: 1px 1px 3px 2px #C474DB; box-shadow:1px 1px 3px 2px #C474DB;">
Div content here
</div>
This text has color #C474DB on black background.
This text has color #C474DB on white background.
This text has black color on #C474DB background.
This text has white color on #C474DB background.
Complementary color for #hex is #3B8B24.