HEX: #C887DD
RGB: (200,135,221)
#C887DD contains mainly red and blue colors. Web safe color of #C887DD is #CC99CC (or #C9C).
#C887DD color RGB value is (200,135,221).
RGB: (200,135,221)
(78%, 53%, 87%)
R 200 of 255 = 78%
G 135 of 255 = 53%
B 221 of 255 = 87%
R + G + B ~ 73%. #C887DD is quite light color.
R + G + B = 200 + 135 + 221 = 556 (100%)
R 200 of 556 ~ 35.97%
G 135 of 556 ~ 24.28%
B 221 of 556 ~ 39.75'%
#C887DD color CMYK value is (10,39,0,13).
CMYK: (10,39,0,13)
C10M39Y0K13 (10%, 39%, 0%, 13%)
(0.10 / 0.39 / 0.00 / 0.13)
Color #C887DD in popluar color models
C8 | 87 | DD | |
---|---|---|---|
RGB | 200 | 135 | 221 |
HSL | 285° | 55.84% | 69.80% |
HSB/HSV | 285° | 38.91% | 86.67% |
CMYK | 9.50% | 38.91% | 0.00% |
13.33% |
Color #C887DD in popluar number systems.
HEX | C8 | 87 | DD |
Decimal | 200 | 135 | 221 |
Binary | 11001000 | 10000111 | 11011101 |
Octal | 310 | 207 | 335 |
Shades of #C887DD
Tints of #C887DD
Examples of css and html codes for elements with #C887DD color. Also use rgb(200,135,221) instead hex code.
.myTextColor { color: #C887DD; }
<p style="color:#C887DD">This sample text font color is #C887DD.</p>
This text font color is #C887DD.
.myBgColor { background-color: #C887DD; }
<div style="background-color:#C887DD">Inner text</div>
This div background color is #C887DD.
.myBorderColor { border: 1px solid #C887DD; }
<div style="border:3px solid #C887DD">Div</div>
This div border color is #C887DD.
.myOpacity80 { color: #C887DD; opacity: 0.8; }
<p style="color:#C887DD;opacity:0.8;">80%</p>
Text with #C887DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C887DD;}
<p style="text-shadow: 3px 3px 1px #C887DD">Text here.</p>
This text has shadow with #C887DD color.
.textShadow {text-shadow: 3px 3px 1px #C887DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C887DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C887DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C887DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C887DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C887DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C887DD;
-webkit-box-shadow: 1px 1px 3px 2px #C887DD;
box-shadow: 1px 1px 3px 2px #C887DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C887DD; -webkit-box-shadow: 1px 1px 3px 2px #C887DD; box-shadow:1px 1px 3px 2px #C887DD;">
Div content here
</div>
This text has color #C887DD on black background.
This text has color #C887DD on white background.
This text has black color on #C887DD background.
This text has white color on #C887DD background.
Complementary color for #hex is #377822.