HEX: #C390DA
RGB: (195,144,218)
#C390DA contains mainly red and blue colors. Web safe color of #C390DA is #CC99CC (or #C9C).
#C390DA color RGB value is (195,144,218).
RGB: (195,144,218)
(76%, 56%, 85%)
R 195 of 255 = 76%
G 144 of 255 = 56%
B 218 of 255 = 85%
R + G + B ~ 72%. #C390DA is quite light color.
R + G + B = 195 + 144 + 218 = 557 (100%)
R 195 of 557 ~ 35.01%
G 144 of 557 ~ 25.85%
B 218 of 557 ~ 39.14'%
#C390DA color CMYK value is (11,34,0,15).
CMYK: (11,34,0,15)
C11M34Y0K15 (11%, 34%, 0%, 15%)
(0.11 / 0.34 / 0.00 / 0.15)
Color #C390DA in popluar color models
C3 | 90 | DA | |
---|---|---|---|
RGB | 195 | 144 | 218 |
HSL | 281° | 50.00% | 70.98% |
HSB/HSV | 281° | 33.94% | 85.49% |
CMYK | 10.55% | 33.94% | 0.00% |
14.51% |
Color #C390DA in popluar number systems.
HEX | C3 | 90 | DA |
Decimal | 195 | 144 | 218 |
Binary | 11000011 | 10010000 | 11011010 |
Octal | 303 | 220 | 332 |
Shades of #C390DA
Tints of #C390DA
Examples of css and html codes for elements with #C390DA color. Also use rgb(195,144,218) instead hex code.
.myTextColor { color: #C390DA; }
<p style="color:#C390DA">This sample text font color is #C390DA.</p>
This text font color is #C390DA.
.myBgColor { background-color: #C390DA; }
<div style="background-color:#C390DA">Inner text</div>
This div background color is #C390DA.
.myBorderColor { border: 1px solid #C390DA; }
<div style="border:3px solid #C390DA">Div</div>
This div border color is #C390DA.
.myOpacity80 { color: #C390DA; opacity: 0.8; }
<p style="color:#C390DA;opacity:0.8;">80%</p>
Text with #C390DA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C390DA;}
<p style="text-shadow: 3px 3px 1px #C390DA">Text here.</p>
This text has shadow with #C390DA color.
.textShadow {text-shadow: 3px 3px 1px #C390DA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C390DA, 5px 5px 20px red">Text here.</p>
This text has shadow with #C390DA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C390DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C390DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #C390DA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C390DA;
-webkit-box-shadow: 1px 1px 3px 2px #C390DA;
box-shadow: 1px 1px 3px 2px #C390DA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C390DA; -webkit-box-shadow: 1px 1px 3px 2px #C390DA; box-shadow:1px 1px 3px 2px #C390DA;">
Div content here
</div>
This text has color #C390DA on black background.
This text has color #C390DA on white background.
This text has black color on #C390DA background.
This text has white color on #C390DA background.
Complementary color for #hex is #3C6F25.