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