HEX: #C494CE
RGB: (196,148,206)
#C494CE contains red, green and blue colors in about the same proportion. Web safe color of #C494CE is #CC99CC (or #C9C).
#C494CE color RGB value is (196,148,206).
RGB: (196,148,206)
(77%, 58%, 81%)
R 196 of 255 = 77%
G 148 of 255 = 58%
B 206 of 255 = 81%
R + G + B ~ 72%. #C494CE is quite light color.
R + G + B = 196 + 148 + 206 = 550 (100%)
R 196 of 550 ~ 35.64%
G 148 of 550 ~ 26.91%
B 206 of 550 ~ 37.45'%
#C494CE color CMYK value is (5,28,0,19).
CMYK: (5,28,0,19) C5M28Y0K19 (5%,28%,0%,19%) (0.05/0.28/0.00/0.19)
Color #C494CE in popluar color models
C4 | 94 | CE | |
---|---|---|---|
RGB | 196 | 148 | 206 |
HSL | 290° | 37.18% | 69.41% |
HSB/HSV | 290° | 28.16% | 80.78% |
CMYK | 4.85% | 28.16% | 0.00% |
19.22% |
Color #C494CE in popluar number systems.
HEX | C4 | 94 | CE |
Decimal | 196 | 148 | 206 |
Binary | 11000100 | 10010100 | 11001110 |
Octal | 304 | 224 | 316 |
Shades of #C494CE
Tints of #C494CE
Examples of css and html codes for elements with #C494CE color. Also use rgb(196,148,206) instead hex code.
.myTextColor { color: #C494CE; }
<p style="color:#C494CE">This sample text font color is #C494CE.</p>
This text font color is #C494CE.
.myBgColor { background-color: #C494CE; }
<div style="background-color:#C494CE">Inner text</div>
This div background color is #C494CE.
.myBorderColor { border: 1px solid #C494CE; }
<div style="border:3px solid #C494CE">Div</div>
This div border color is #C494CE.
.myOpacity80 { color: #C494CE; opacity: 0.8; }
<p style="color:#C494CE;opacity:0.8;">80%</p>
Text with #C494CE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C494CE;}
<p style="text-shadow: 3px 3px 1px #C494CE">Text here.</p>
This text has shadow with #C494CE color.
.textShadow {text-shadow: 3px 3px 1px #C494CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C494CE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C494CE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C494CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C494CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C494CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C494CE;
-webkit-box-shadow: 1px 1px 3px 2px #C494CE;
box-shadow: 1px 1px 3px 2px #C494CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C494CE; -webkit-box-shadow: 1px 1px 3px 2px #C494CE; box-shadow:1px 1px 3px 2px #C494CE;">
Div content here
</div>
This text has color #C494CE on black background.
This text has color #C494CE on white background.
This text has black color on #C494CE background.
This text has white color on #C494CE background.
Complementary color for #hex is #3B6B31.