HEX: #C59ADC
RGB: (197,154,220)
#C59ADC contains mainly red and blue colors. Web safe color of #C59ADC is #CC99CC (or #C9C).
#C59ADC color RGB value is (197,154,220).
RGB: (197,154,220)
(77%, 60%, 86%)
R 197 of 255 = 77%
G 154 of 255 = 60%
B 220 of 255 = 86%
R + G + B ~ 74%. #C59ADC is quite light color.
R + G + B = 197 + 154 + 220 = 571 (100%)
R 197 of 571 ~ 34.5%
G 154 of 571 ~ 26.97%
B 220 of 571 ~ 38.53'%
#C59ADC color CMYK value is (10,30,0,14).
CMYK: (10,30,0,14)
C10M30Y0K14 (10%, 30%, 0%, 14%)
(0.10 / 0.30 / 0.00 / 0.14)
Color #C59ADC in popluar color models
C5 | 9A | DC | |
---|---|---|---|
RGB | 197 | 154 | 220 |
HSL | 279° | 48.53% | 73.33% |
HSB/HSV | 279° | 30.00% | 86.27% |
CMYK | 10.45% | 30.00% | 0.00% |
13.73% |
Color #C59ADC in popluar number systems.
HEX | C5 | 9A | DC |
Decimal | 197 | 154 | 220 |
Binary | 11000101 | 10011010 | 11011100 |
Octal | 305 | 232 | 334 |
Shades of #C59ADC
Tints of #C59ADC
Examples of css and html codes for elements with #C59ADC color. Also use rgb(197,154,220) instead hex code.
.myTextColor { color: #C59ADC; }
<p style="color:#C59ADC">This sample text font color is #C59ADC.</p>
This text font color is #C59ADC.
.myBgColor { background-color: #C59ADC; }
<div style="background-color:#C59ADC">Inner text</div>
This div background color is #C59ADC.
.myBorderColor { border: 1px solid #C59ADC; }
<div style="border:3px solid #C59ADC">Div</div>
This div border color is #C59ADC.
.myOpacity80 { color: #C59ADC; opacity: 0.8; }
<p style="color:#C59ADC;opacity:0.8;">80%</p>
Text with #C59ADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C59ADC;}
<p style="text-shadow: 3px 3px 1px #C59ADC">Text here.</p>
This text has shadow with #C59ADC color.
.textShadow {text-shadow: 3px 3px 1px #C59ADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C59ADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C59ADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59ADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C59ADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C59ADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59ADC;
-webkit-box-shadow: 1px 1px 3px 2px #C59ADC;
box-shadow: 1px 1px 3px 2px #C59ADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59ADC; -webkit-box-shadow: 1px 1px 3px 2px #C59ADC; box-shadow:1px 1px 3px 2px #C59ADC;">
Div content here
</div>
This text has color #C59ADC on black background.
This text has color #C59ADC on white background.
This text has black color on #C59ADC background.
This text has white color on #C59ADC background.
Complementary color for #hex is #3A6523.