HEX: #C387BD
RGB: (195,135,189)
#C387BD contains mainly red and blue colors. Web safe color of #C387BD is #CC99CC (or #C9C).
#C387BD color RGB value is (195,135,189).
RGB: (195,135,189)
(76%, 53%, 74%)
R 195 of 255 = 76%
G 135 of 255 = 53%
B 189 of 255 = 74%
R + G + B ~ 68%. #C387BD is quite light color.
R + G + B = 195 + 135 + 189 = 519 (100%)
R 195 of 519 ~ 37.57%
G 135 of 519 ~ 26.01%
B 189 of 519 ~ 36.42'%
#C387BD color CMYK value is (0,31,3,24).
CMYK: (0,31,3,24) C0M31Y3K24 (0%,31%,3%,24%) (0.00/0.31/0.03/0.24)
Color #C387BD in popluar color models
C3 | 87 | BD | |
---|---|---|---|
RGB | 195 | 135 | 189 |
HSL | 306° | 33.33% | 64.71% |
HSB/HSV | 306° | 30.77% | 76.47% |
CMYK | 0.00% | 30.77% | 3.08% |
23.53% |
Color #C387BD in popluar number systems.
HEX | C3 | 87 | BD |
Decimal | 195 | 135 | 189 |
Binary | 11000011 | 10000111 | 10111101 |
Octal | 303 | 207 | 275 |
Shades of #C387BD
Tints of #C387BD
Examples of css and html codes for elements with #C387BD color. Also use rgb(195,135,189) instead hex code.
.myTextColor { color: #C387BD; }
<p style="color:#C387BD">This sample text font color is #C387BD.</p>
This text font color is #C387BD.
.myBgColor { background-color: #C387BD; }
<div style="background-color:#C387BD">Inner text</div>
This div background color is #C387BD.
.myBorderColor { border: 1px solid #C387BD; }
<div style="border:3px solid #C387BD">Div</div>
This div border color is #C387BD.
.myOpacity80 { color: #C387BD; opacity: 0.8; }
<p style="color:#C387BD;opacity:0.8;">80%</p>
Text with #C387BD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C387BD;}
<p style="text-shadow: 3px 3px 1px #C387BD">Text here.</p>
This text has shadow with #C387BD color.
.textShadow {text-shadow: 3px 3px 1px #C387BD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C387BD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C387BD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C387BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C387BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C387BD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C387BD;
-webkit-box-shadow: 1px 1px 3px 2px #C387BD;
box-shadow: 1px 1px 3px 2px #C387BD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C387BD; -webkit-box-shadow: 1px 1px 3px 2px #C387BD; box-shadow:1px 1px 3px 2px #C387BD;">
Div content here
</div>
This text has color #C387BD on black background.
This text has color #C387BD on white background.
This text has black color on #C387BD background.
This text has white color on #C387BD background.
Complementary color for #hex is #3C7842.