HEX: #C38ADB
RGB: (195,138,219)
#C38ADB contains mainly red and blue colors. Web safe color of #C38ADB is #CC99CC (or #C9C).
#C38ADB color RGB value is (195,138,219).
RGB: (195,138,219)
(76%, 54%, 86%)
R 195 of 255 = 76%
G 138 of 255 = 54%
B 219 of 255 = 86%
R + G + B ~ 72%. #C38ADB is quite light color.
R + G + B = 195 + 138 + 219 = 552 (100%)
R 195 of 552 ~ 35.33%
G 138 of 552 ~ 25%
B 219 of 552 ~ 39.67'%
#C38ADB color CMYK value is (11,37,0,14).
CMYK: (11,37,0,14) C11M37Y0K14 (11%,37%,0%,14%) (0.11/0.37/0.00/0.14)
Color #C38ADB in popluar color models
C3 | 8A | DB | |
---|---|---|---|
RGB | 195 | 138 | 219 |
HSL | 282° | 52.94% | 70.00% |
HSB/HSV | 282° | 36.99% | 85.88% |
CMYK | 10.96% | 36.99% | 0.00% |
14.12% |
Color #C38ADB in popluar number systems.
HEX | C3 | 8A | DB |
Decimal | 195 | 138 | 219 |
Binary | 11000011 | 10001010 | 11011011 |
Octal | 303 | 212 | 333 |
Shades of #C38ADB
Tints of #C38ADB
Examples of css and html codes for elements with #C38ADB color. Also use rgb(195,138,219) instead hex code.
.myTextColor { color: #C38ADB; }
<p style="color:#C38ADB">This sample text font color is #C38ADB.</p>
This text font color is #C38ADB.
.myBgColor { background-color: #C38ADB; }
<div style="background-color:#C38ADB">Inner text</div>
This div background color is #C38ADB.
.myBorderColor { border: 1px solid #C38ADB; }
<div style="border:3px solid #C38ADB">Div</div>
This div border color is #C38ADB.
.myOpacity80 { color: #C38ADB; opacity: 0.8; }
<p style="color:#C38ADB;opacity:0.8;">80%</p>
Text with #C38ADB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C38ADB;}
<p style="text-shadow: 3px 3px 1px #C38ADB">Text here.</p>
This text has shadow with #C38ADB color.
.textShadow {text-shadow: 3px 3px 1px #C38ADB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C38ADB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C38ADB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C38ADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C38ADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C38ADB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C38ADB;
-webkit-box-shadow: 1px 1px 3px 2px #C38ADB;
box-shadow: 1px 1px 3px 2px #C38ADB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C38ADB; -webkit-box-shadow: 1px 1px 3px 2px #C38ADB; box-shadow:1px 1px 3px 2px #C38ADB;">
Div content here
</div>
This text has color #C38ADB on black background.
This text has color #C38ADB on white background.
This text has black color on #C38ADB background.
This text has white color on #C38ADB background.
Complementary color for #hex is #3C7524.