HEX: #C387D7
RGB: (195,135,215)
#C387D7 contains mainly red and blue colors. #C387D7 ‘ nin web güvenlik rengi #CC99CC (ya da #C9C) dir.
#C387D7 color RGB value is (195,135,215).
RGB: (195,135,215)
(76%, 53%, 84%)
R 195 of 255 = 76%
G 135 of 255 = 53%
B 215 of 255 = 84%
R + G + B ~ 71%. #C387D7 is quite light color.
R + G + B = 195 + 135 + 215 = 545 (100%)
R 195 of 545 ~ 35.78%
G 135 of 545 ~ 24.77%
B 215 of 545 ~ 39.45'%
#C387D7 rengi CMYK tonu (9,37,0,16).
CMYK: (9,37,0,16)
C9M37Y0K16 (9%, 37%, 0%, 16%)
(0.09 / 0.37 / 0.00 / 0.16)
Color #C387D7 in popluar color models
C3 | 87 | D7 | |
---|---|---|---|
RGB | 195 | 135 | 215 |
HSL | 285° | 50.00% | 68.63% |
HSB/HSV | 285° | 37.21% | 84.31% |
CMYK | 9.30% | 37.21% | 0.00% |
15.69% |
Color #C387D7 in popluar number systems.
HEX | C3 | 87 | D7 |
Decimal | 195 | 135 | 215 |
Binary | 11000011 | 10000111 | 11010111 |
Octal | 303 | 207 | 327 |
Shades of #C387D7
Tints of #C387D7
Examples of css and html codes for elements with #C387D7 color. Also use rgb(195,135,215) instead hex code.
.myTextColor { color: #C387D7; }
<p style="color:#C387D7">This sample text font color is #C387D7.</p>
This text font color is #C387D7.
.myBgColor { background-color: #C387D7; }
<div style="background-color:#C387D7">Inner text</div>
This div background color is #C387D7.
.myBorderColor { border: 1px solid #C387D7; }
<div style="border:3px solid #C387D7">Div</div>
This div border color is #C387D7.
.myOpacity80 { color: #C387D7; opacity: 0.8; }
<p style="color:#C387D7;opacity:0.8;">80%</p>
Text with #C387D7 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C387D7;}
<p style="text-shadow: 3px 3px 1px #C387D7">Text here.</p>
This text has shadow with #C387D7 color.
.textShadow {text-shadow: 3px 3px 1px #C387D7', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C387D7, 5px 5px 20px red">Text here.</p>
This text has shadow with #C387D7 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C387D7, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C387D7, Direction=45, Strength=4)">Text</p>
This text has shadow with #C387D7 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C387D7;
-webkit-box-shadow: 1px 1px 3px 2px #C387D7;
box-shadow: 1px 1px 3px 2px #C387D7;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C387D7; -webkit-box-shadow: 1px 1px 3px 2px #C387D7; box-shadow:1px 1px 3px 2px #C387D7;">
Div content here
</div>
This text has color #C387D7 on black background.
This text has color #C387D7 on white background.
This text has black color on #C387D7 background.
This text has white color on #C387D7 background.
Complementary color for #hex is #3C7828.