HEX: #C49FDA
RGB: (196,159,218)
#C49FDA contains red, green and blue colors in about the same proportion. Web safe color of #C49FDA is #CC99CC (or #C9C).
#C49FDA color RGB value is (196,159,218).
RGB: (196,159,218)
(77%, 62%, 85%)
R 196 of 255 = 77%
G 159 of 255 = 62%
B 218 of 255 = 85%
R + G + B ~ 75%. #C49FDA is quite light color.
R + G + B = 196 + 159 + 218 = 573 (100%)
R 196 of 573 ~ 34.21%
G 159 of 573 ~ 27.75%
B 218 of 573 ~ 38.05'%
#C49FDA color CMYK value is (10,27,0,15).
CMYK: (10,27,0,15) C10M27Y0K15 (10%,27%,0%,15%) (0.10/0.27/0.00/0.15)
Color #C49FDA in popluar color models
C4 | 9F | DA | |
---|---|---|---|
RGB | 196 | 159 | 218 |
HSL | 278° | 44.36% | 73.92% |
HSB/HSV | 278° | 27.06% | 85.49% |
CMYK | 10.09% | 27.06% | 0.00% |
14.51% |
Color #C49FDA in popluar number systems.
HEX | C4 | 9F | DA |
Decimal | 196 | 159 | 218 |
Binary | 11000100 | 10011111 | 11011010 |
Octal | 304 | 237 | 332 |
Shades of #C49FDA
Tints of #C49FDA
Examples of css and html codes for elements with #C49FDA color. Also use rgb(196,159,218) instead hex code.
.myTextColor { color: #C49FDA; }
<p style="color:#C49FDA">This sample text font color is #C49FDA.</p>
This text font color is #C49FDA.
.myBgColor { background-color: #C49FDA; }
<div style="background-color:#C49FDA">Inner text</div>
This div background color is #C49FDA.
.myBorderColor { border: 1px solid #C49FDA; }
<div style="border:3px solid #C49FDA">Div</div>
This div border color is #C49FDA.
.myOpacity80 { color: #C49FDA; opacity: 0.8; }
<p style="color:#C49FDA;opacity:0.8;">80%</p>
Text with #C49FDA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49FDA;}
<p style="text-shadow: 3px 3px 1px #C49FDA">Text here.</p>
This text has shadow with #C49FDA color.
.textShadow {text-shadow: 3px 3px 1px #C49FDA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49FDA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49FDA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49FDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49FDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49FDA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49FDA;
-webkit-box-shadow: 1px 1px 3px 2px #C49FDA;
box-shadow: 1px 1px 3px 2px #C49FDA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49FDA; -webkit-box-shadow: 1px 1px 3px 2px #C49FDA; box-shadow:1px 1px 3px 2px #C49FDA;">
Div content here
</div>
This text has color #C49FDA on black background.
This text has color #C49FDA on white background.
This text has black color on #C49FDA background.
This text has white color on #C49FDA background.
Complementary color for #hex is #3B6025.