HEX: #C995EC
RGB: (201,149,236)
#C995EC contains mainly red and blue colors. Web safe color of #C995EC is #CC99FF (or #C9F).
#C995EC color RGB value is (201,149,236).
RGB: (201,149,236)
(79%, 58%, 93%)
R 201 of 255 = 79%
G 149 of 255 = 58%
B 236 of 255 = 93%
R + G + B ~ 77%. #C995EC is quite light color.
R + G + B = 201 + 149 + 236 = 586 (100%)
R 201 of 586 ~ 34.3%
G 149 of 586 ~ 25.43%
B 236 of 586 ~ 40.27'%
#C995EC color CMYK value is (15,37,0,7).
CMYK: (15,37,0,7)
C15M37Y0K7 (15%, 37%, 0%, 7%)
(0.15 / 0.37 / 0.00 / 0.07)
Color #C995EC in popluar color models
C9 | 95 | EC | |
---|---|---|---|
RGB | 201 | 149 | 236 |
HSL | 276° | 69.60% | 75.49% |
HSB/HSV | 276° | 36.86% | 92.55% |
CMYK | 14.83% | 36.86% | 0.00% |
7.45% |
Color #C995EC in popluar number systems.
HEX | C9 | 95 | EC |
Decimal | 201 | 149 | 236 |
Binary | 11001001 | 10010101 | 11101100 |
Octal | 311 | 225 | 354 |
Shades of #C995EC
Tints of #C995EC
Examples of css and html codes for elements with #C995EC color. Also use rgb(201,149,236) instead hex code.
.myTextColor { color: #C995EC; }
<p style="color:#C995EC">This sample text font color is #C995EC.</p>
This text font color is #C995EC.
.myBgColor { background-color: #C995EC; }
<div style="background-color:#C995EC">Inner text</div>
This div background color is #C995EC.
.myBorderColor { border: 1px solid #C995EC; }
<div style="border:3px solid #C995EC">Div</div>
This div border color is #C995EC.
.myOpacity80 { color: #C995EC; opacity: 0.8; }
<p style="color:#C995EC;opacity:0.8;">80%</p>
Text with #C995EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C995EC;}
<p style="text-shadow: 3px 3px 1px #C995EC">Text here.</p>
This text has shadow with #C995EC color.
.textShadow {text-shadow: 3px 3px 1px #C995EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C995EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C995EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C995EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C995EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C995EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C995EC;
-webkit-box-shadow: 1px 1px 3px 2px #C995EC;
box-shadow: 1px 1px 3px 2px #C995EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C995EC; -webkit-box-shadow: 1px 1px 3px 2px #C995EC; box-shadow:1px 1px 3px 2px #C995EC;">
Div content here
</div>
This text has color #C995EC on black background.
This text has color #C995EC on white background.
This text has black color on #C995EC background.
This text has white color on #C995EC background.
Complementary color for #hex is #366A13.