HEX: #C590DE
RGB: (197,144,222)
#C590DE contains mainly red and blue colors. Web safe color of #C590DE is #CC99CC (or #C9C).
#C590DE color RGB value is (197,144,222).
RGB: (197,144,222)
(77%, 56%, 87%)
R 197 of 255 = 77%
G 144 of 255 = 56%
B 222 of 255 = 87%
R + G + B ~ 73%. #C590DE is quite light color.
R + G + B = 197 + 144 + 222 = 563 (100%)
R 197 of 563 ~ 34.99%
G 144 of 563 ~ 25.58%
B 222 of 563 ~ 39.43'%
#C590DE color CMYK value is (11,35,0,13).
CMYK: (11,35,0,13)
C11M35Y0K13 (11%, 35%, 0%, 13%)
(0.11 / 0.35 / 0.00 / 0.13)
Color #C590DE in popluar color models
C5 | 90 | DE | |
---|---|---|---|
RGB | 197 | 144 | 222 |
HSL | 281° | 54.17% | 71.76% |
HSB/HSV | 281° | 35.14% | 87.06% |
CMYK | 11.26% | 35.14% | 0.00% |
12.94% |
Color #C590DE in popluar number systems.
HEX | C5 | 90 | DE |
Decimal | 197 | 144 | 222 |
Binary | 11000101 | 10010000 | 11011110 |
Octal | 305 | 220 | 336 |
Shades of #C590DE
Tints of #C590DE
Examples of css and html codes for elements with #C590DE color. Also use rgb(197,144,222) instead hex code.
.myTextColor { color: #C590DE; }
<p style="color:#C590DE">This sample text font color is #C590DE.</p>
This text font color is #C590DE.
.myBgColor { background-color: #C590DE; }
<div style="background-color:#C590DE">Inner text</div>
This div background color is #C590DE.
.myBorderColor { border: 1px solid #C590DE; }
<div style="border:3px solid #C590DE">Div</div>
This div border color is #C590DE.
.myOpacity80 { color: #C590DE; opacity: 0.8; }
<p style="color:#C590DE;opacity:0.8;">80%</p>
Text with #C590DE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C590DE;}
<p style="text-shadow: 3px 3px 1px #C590DE">Text here.</p>
This text has shadow with #C590DE color.
.textShadow {text-shadow: 3px 3px 1px #C590DE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C590DE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C590DE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C590DE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C590DE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C590DE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C590DE;
-webkit-box-shadow: 1px 1px 3px 2px #C590DE;
box-shadow: 1px 1px 3px 2px #C590DE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C590DE; -webkit-box-shadow: 1px 1px 3px 2px #C590DE; box-shadow:1px 1px 3px 2px #C590DE;">
Div content here
</div>
This text has color #C590DE on black background.
This text has color #C590DE on white background.
This text has black color on #C590DE background.
This text has white color on #C590DE background.
Complementary color for #hex is #3A6F21.