HEX: #C396CA
RGB: (195,150,202)
#C396CA contains red, green and blue colors in about the same proportion. Web safe color of #C396CA is #CC99CC (or #C9C).
#C396CA color RGB value is (195,150,202).
RGB: (195,150,202)
(76%, 59%, 79%)
R 195 of 255 = 76%
G 150 of 255 = 59%
B 202 of 255 = 79%
R + G + B ~ 71%. #C396CA is quite light color.
R + G + B = 195 + 150 + 202 = 547 (100%)
R 195 of 547 ~ 35.65%
G 150 of 547 ~ 27.42%
B 202 of 547 ~ 36.93'%
#C396CA color CMYK value is (3,26,0,21).
CMYK: (3,26,0,21)
C3M26Y0K21 (3%, 26%, 0%, 21%)
(0.03 / 0.26 / 0.00 / 0.21)
Color #C396CA in popluar color models
C3 | 96 | CA | |
---|---|---|---|
RGB | 195 | 150 | 202 |
HSL | 292° | 32.91% | 69.02% |
HSB/HSV | 292° | 25.74% | 79.22% |
CMYK | 3.47% | 25.74% | 0.00% |
20.78% |
Color #C396CA in popluar number systems.
HEX | C3 | 96 | CA |
Decimal | 195 | 150 | 202 |
Binary | 11000011 | 10010110 | 11001010 |
Octal | 303 | 226 | 312 |
Shades of #C396CA
Tints of #C396CA
Examples of css and html codes for elements with #C396CA color. Also use rgb(195,150,202) instead hex code.
.myTextColor { color: #C396CA; }
<p style="color:#C396CA">This sample text font color is #C396CA.</p>
This text font color is #C396CA.
.myBgColor { background-color: #C396CA; }
<div style="background-color:#C396CA">Inner text</div>
This div background color is #C396CA.
.myBorderColor { border: 1px solid #C396CA; }
<div style="border:3px solid #C396CA">Div</div>
This div border color is #C396CA.
.myOpacity80 { color: #C396CA; opacity: 0.8; }
<p style="color:#C396CA;opacity:0.8;">80%</p>
Text with #C396CA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C396CA;}
<p style="text-shadow: 3px 3px 1px #C396CA">Text here.</p>
This text has shadow with #C396CA color.
.textShadow {text-shadow: 3px 3px 1px #C396CA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C396CA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C396CA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C396CA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C396CA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C396CA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C396CA;
-webkit-box-shadow: 1px 1px 3px 2px #C396CA;
box-shadow: 1px 1px 3px 2px #C396CA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C396CA; -webkit-box-shadow: 1px 1px 3px 2px #C396CA; box-shadow:1px 1px 3px 2px #C396CA;">
Div content here
</div>
This text has color #C396CA on black background.
This text has color #C396CA on white background.
This text has black color on #C396CA background.
This text has white color on #C396CA background.
Complementary color for #hex is #3C6935.