HEX: #C387EC
RGB: (195,135,236)
#C387EC contains mainly red and blue colors. Web safe color of #C387EC is #CC99FF (or #C9F).
#C387EC color RGB value is (195,135,236).
RGB: (195,135,236)
(76%, 53%, 93%)
R 195 of 255 = 76%
G 135 of 255 = 53%
B 236 of 255 = 93%
R + G + B ~ 74%. #C387EC is quite light color.
R + G + B = 195 + 135 + 236 = 566 (100%)
R 195 of 566 ~ 34.45%
G 135 of 566 ~ 23.85%
B 236 of 566 ~ 41.7'%
#C387EC color CMYK value is (17,43,0,7).
CMYK: (17,43,0,7)
C17M43Y0K7 (17%, 43%, 0%, 7%)
(0.17 / 0.43 / 0.00 / 0.07)
Color #C387EC in popluar color models
C3 | 87 | EC | |
---|---|---|---|
RGB | 195 | 135 | 236 |
HSL | 276° | 72.66% | 72.75% |
HSB/HSV | 276° | 42.80% | 92.55% |
CMYK | 17.37% | 42.80% | 0.00% |
7.45% |
Color #C387EC in popluar number systems.
HEX | C3 | 87 | EC |
Decimal | 195 | 135 | 236 |
Binary | 11000011 | 10000111 | 11101100 |
Octal | 303 | 207 | 354 |
Shades of #C387EC
Tints of #C387EC
Examples of css and html codes for elements with #C387EC color. Also use rgb(195,135,236) instead hex code.
.myTextColor { color: #C387EC; }
<p style="color:#C387EC">This sample text font color is #C387EC.</p>
This text font color is #C387EC.
.myBgColor { background-color: #C387EC; }
<div style="background-color:#C387EC">Inner text</div>
This div background color is #C387EC.
.myBorderColor { border: 1px solid #C387EC; }
<div style="border:3px solid #C387EC">Div</div>
This div border color is #C387EC.
.myOpacity80 { color: #C387EC; opacity: 0.8; }
<p style="color:#C387EC;opacity:0.8;">80%</p>
Text with #C387EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C387EC;}
<p style="text-shadow: 3px 3px 1px #C387EC">Text here.</p>
This text has shadow with #C387EC color.
.textShadow {text-shadow: 3px 3px 1px #C387EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C387EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C387EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C387EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C387EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C387EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C387EC;
-webkit-box-shadow: 1px 1px 3px 2px #C387EC;
box-shadow: 1px 1px 3px 2px #C387EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C387EC; -webkit-box-shadow: 1px 1px 3px 2px #C387EC; box-shadow:1px 1px 3px 2px #C387EC;">
Div content here
</div>
This text has color #C387EC on black background.
This text has color #C387EC on white background.
This text has black color on #C387EC background.
This text has white color on #C387EC background.
Complementary color for #hex is #3C7813.