HEX: #C35ADC
RGB: (195,90,220)
#C35ADC contains mainly red and blue colors. Web safe color of #C35ADC is #CC66CC (or #C6C).
#C35ADC color RGB value is (195,90,220).
RGB: (195,90,220)
(76%, 35%, 86%)
R 195 of 255 = 76%
G 90 of 255 = 35%
B 220 of 255 = 86%
R + G + B ~ 66%. #C35ADC is quite light color.
R + G + B = 195 + 90 + 220 = 505 (100%)
R 195 of 505 ~ 38.61%
G 90 of 505 ~ 17.82%
B 220 of 505 ~ 43.56'%
#C35ADC color CMYK value is (11,59,0,14).
CMYK: (11,59,0,14)
C11M59Y0K14 (11%, 59%, 0%, 14%)
(0.11 / 0.59 / 0.00 / 0.14)
Color #C35ADC in popluar color models
C3 | 5A | DC | |
---|---|---|---|
RGB | 195 | 90 | 220 |
HSL | 288° | 65.00% | 60.78% |
HSB/HSV | 288° | 59.09% | 86.27% |
CMYK | 11.36% | 59.09% | 0.00% |
13.73% |
Color #C35ADC in popluar number systems.
HEX | C3 | 5A | DC |
Decimal | 195 | 90 | 220 |
Binary | 11000011 | 1011010 | 11011100 |
Octal | 303 | 132 | 334 |
Shades of #C35ADC
Tints of #C35ADC
Examples of css and html codes for elements with #C35ADC color. Also use rgb(195,90,220) instead hex code.
.myTextColor { color: #C35ADC; }
<p style="color:#C35ADC">This sample text font color is #C35ADC.</p>
This text font color is #C35ADC.
.myBgColor { background-color: #C35ADC; }
<div style="background-color:#C35ADC">Inner text</div>
This div background color is #C35ADC.
.myBorderColor { border: 1px solid #C35ADC; }
<div style="border:3px solid #C35ADC">Div</div>
This div border color is #C35ADC.
.myOpacity80 { color: #C35ADC; opacity: 0.8; }
<p style="color:#C35ADC;opacity:0.8;">80%</p>
Text with #C35ADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C35ADC;}
<p style="text-shadow: 3px 3px 1px #C35ADC">Text here.</p>
This text has shadow with #C35ADC color.
.textShadow {text-shadow: 3px 3px 1px #C35ADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C35ADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C35ADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C35ADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C35ADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C35ADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C35ADC;
-webkit-box-shadow: 1px 1px 3px 2px #C35ADC;
box-shadow: 1px 1px 3px 2px #C35ADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C35ADC; -webkit-box-shadow: 1px 1px 3px 2px #C35ADC; box-shadow:1px 1px 3px 2px #C35ADC;">
Div content here
</div>
This text has color #C35ADC on black background.
This text has color #C35ADC on white background.
This text has black color on #C35ADC background.
This text has white color on #C35ADC background.
Complementary color for #hex is #3CA523.