Shades of Electric Purple #C321FD
Tints of Electric Purple #C321FD
RGB
CMYK
RGB Variations
Color information
#C321FD (or 0xC321FD) is known color: Electric Purple. HEX triplet: C3, 21 and FD. RGB value is (195,33,253). Sum of RGB (Red+Green+Blue) = 195+33+253=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #C321FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321FD is #3CDE02. Grayscale: #696969. Windows color (decimal): -3988995 or 16589251. OLE color: 16589251.
HSL color Cylindrical-coordinate representation of color #C321FD: hue angle of 284.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C321FD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 33 | 253 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.01 |
| HSL | 284.18º | 0.98% | 0.56% | - |
| HSV(B) | 284.18º | 0.87% | 0.99% | - |
| XYZ | 40.78 | 19.78 | 94.6 | - |
| YUV | 106.52 | 210.67 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 253 | 0.23 | 0.87 | 0 | 0.01 | 284.18 | 0.98 | 0.56 |
| Hex | C3 | 21 | FD | 17 | 57 | 0 | 1 | 11C | 62 | 38 |
| Octal | 303 | 41 | 375 | 27 | 127 | 0 | 1 | 434 | 142 | 70 |
| Binary | 11000011 | 100001 | 11111101 | 10111 | 1010111 | 0 | 1 | 100011100 | 1100010 | 111000 |
Color Harmonies of #C321FD
Complementary color
Monochromatic Colors of #C321FD
Black with #C321FD
Text Example
Text Example
White with #C321FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321FD; }
p { color: rgb(195,33,253); }
H1.HeaderClassName
{
color: #C321FD;
}
.AnyTagClassName
{
color: #C321FD;
}
</style>
background-color css
<style>
a { background-color: #C321FD; }
a { background-color: rgb(195,33,253); }
div.DivClassName
{
background-color: #C321FD;
}
.BgClassName
{
background-color: #C321FD;
}
</style>
border-color css
<style>
span { border-color: #C321FD; }
span { border-color: rgb(195,33,253); }
td.TdClassName
{
border-color: #C321FD;
}
.TagClassName
{
border-color: #C321FD;
}
</style>