HEX: #C364FD
RGB: (195,100,253)
#C364FD contains mainly red and blue colors. Web safe color of #C364FD is #CC66FF (or #C6F).
#C364FD color RGB value is (195,100,253).
RGB: (195,100,253)
(76%, 39%, 99%)
R 195 of 255 = 76%
G 100 of 255 = 39%
B 253 of 255 = 99%
R + G + B ~ 71%. #C364FD is quite light color.
R + G + B = 195 + 100 + 253 = 548 (100%)
R 195 of 548 ~ 35.58%
G 100 of 548 ~ 18.25%
B 253 of 548 ~ 46.17'%
#C364FD color CMYK value is (23,60,0,1).
CMYK: (23,60,0,1) C23M60Y0K1 (23%,60%,0%,1%) (0.23/0.60/0.00/0.01)
Color #C364FD in popluar color models
C3 | 64 | FD | |
---|---|---|---|
RGB | 195 | 100 | 253 |
HSL | 277° | 97.45% | 69.22% |
HSB/HSV | 277° | 60.47% | 99.22% |
CMYK | 22.92% | 60.47% | 0.00% |
0.78% |
Color #C364FD in popluar number systems.
HEX | C3 | 64 | FD |
Decimal | 195 | 100 | 253 |
Binary | 11000011 | 1100100 | 11111101 |
Octal | 303 | 144 | 375 |
Shades of #C364FD
Tints of #C364FD
Examples of css and html codes for elements with #C364FD color. Also use rgb(195,100,253) instead hex code.
.myTextColor { color: #C364FD; }
<p style="color:#C364FD">This sample text font color is #C364FD.</p>
This text font color is #C364FD.
.myBgColor { background-color: #C364FD; }
<div style="background-color:#C364FD">Inner text</div>
This div background color is #C364FD.
.myBorderColor { border: 1px solid #C364FD; }
<div style="border:3px solid #C364FD">Div</div>
This div border color is #C364FD.
.myOpacity80 { color: #C364FD; opacity: 0.8; }
<p style="color:#C364FD;opacity:0.8;">80%</p>
Text with #C364FD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C364FD;}
<p style="text-shadow: 3px 3px 1px #C364FD">Text here.</p>
This text has shadow with #C364FD color.
.textShadow {text-shadow: 3px 3px 1px #C364FD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C364FD, 5px 5px 20px red">Text here.</p>
This text has shadow with #C364FD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C364FD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C364FD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C364FD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C364FD;
-webkit-box-shadow: 1px 1px 3px 2px #C364FD;
box-shadow: 1px 1px 3px 2px #C364FD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C364FD; -webkit-box-shadow: 1px 1px 3px 2px #C364FD; box-shadow:1px 1px 3px 2px #C364FD;">
Div content here
</div>
This text has color #C364FD on black background.
This text has color #C364FD on white background.
This text has black color on #C364FD background.
This text has white color on #C364FD background.
Complementary color for #hex is #3C9B02.