HEX: #C597ED
RGB: (197,151,237)
#C597ED contains mainly red and blue colors. Web safe color of #C597ED is #CC99FF (or #C9F).
#C597ED color RGB value is (197,151,237).
RGB: (197,151,237)
(77%, 59%, 93%)
R 197 of 255 = 77%
G 151 of 255 = 59%
B 237 of 255 = 93%
R + G + B ~ 76%. #C597ED is quite light color.
R + G + B = 197 + 151 + 237 = 585 (100%)
R 197 of 585 ~ 33.68%
G 151 of 585 ~ 25.81%
B 237 of 585 ~ 40.51'%
#C597ED color CMYK value is (17,36,0,7).
CMYK: (17,36,0,7)
C17M36Y0K7 (17%, 36%, 0%, 7%)
(0.17 / 0.36 / 0.00 / 0.07)
Color #C597ED in popluar color models
C5 | 97 | ED | |
---|---|---|---|
RGB | 197 | 151 | 237 |
HSL | 272° | 70.49% | 76.08% |
HSB/HSV | 272° | 36.29% | 92.94% |
CMYK | 16.88% | 36.29% | 0.00% |
7.06% |
Color #C597ED in popluar number systems.
HEX | C5 | 97 | ED |
Decimal | 197 | 151 | 237 |
Binary | 11000101 | 10010111 | 11101101 |
Octal | 305 | 227 | 355 |
Shades of #C597ED
Tints of #C597ED
Examples of css and html codes for elements with #C597ED color. Also use rgb(197,151,237) instead hex code.
.myTextColor { color: #C597ED; }
<p style="color:#C597ED">This sample text font color is #C597ED.</p>
This text font color is #C597ED.
.myBgColor { background-color: #C597ED; }
<div style="background-color:#C597ED">Inner text</div>
This div background color is #C597ED.
.myBorderColor { border: 1px solid #C597ED; }
<div style="border:3px solid #C597ED">Div</div>
This div border color is #C597ED.
.myOpacity80 { color: #C597ED; opacity: 0.8; }
<p style="color:#C597ED;opacity:0.8;">80%</p>
Text with #C597ED color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C597ED;}
<p style="text-shadow: 3px 3px 1px #C597ED">Text here.</p>
This text has shadow with #C597ED color.
.textShadow {text-shadow: 3px 3px 1px #C597ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C597ED, 5px 5px 20px red">Text here.</p>
This text has shadow with #C597ED primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C597ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C597ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C597ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C597ED;
-webkit-box-shadow: 1px 1px 3px 2px #C597ED;
box-shadow: 1px 1px 3px 2px #C597ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C597ED; -webkit-box-shadow: 1px 1px 3px 2px #C597ED; box-shadow:1px 1px 3px 2px #C597ED;">
Div content here
</div>
This text has color #C597ED on black background.
This text has color #C597ED on white background.
This text has black color on #C597ED background.
This text has white color on #C597ED background.
Complementary color for #hex is #3A6812.