Shades of Electric Purple #C321EF
Tints of Electric Purple #C321EF
RGB
CMYK
RGB Variations
Color information
#C321EF (or 0xC321EF) is known color: Electric Purple. HEX triplet: C3, 21 and EF. RGB value is (195,33,239). Sum of RGB (Red+Green+Blue) = 195+33+239=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C321EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321EF is #3CDE10. Grayscale: #686868. Windows color (decimal): -3989009 or 15671747. OLE color: 15671747.
HSL color Cylindrical-coordinate representation of color #C321EF: hue angle of 287.18º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C321EF is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 33 | 239 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.06 |
| HSL | 287.18º | 0.87% | 0.53% | - |
| HSV(B) | 287.18º | 0.86% | 0.94% | - |
| XYZ | 38.63 | 18.92 | 83.28 | - |
| YUV | 104.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 239 | 0.18 | 0.86 | 0 | 0.06 | 287.18 | 0.87 | 0.53 |
| Hex | C3 | 21 | EF | 12 | 56 | 0 | 6 | 11F | 57 | 35 |
| Octal | 303 | 41 | 357 | 22 | 126 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000011 | 100001 | 11101111 | 10010 | 1010110 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C321EF
Complementary color
Monochromatic Colors of #C321EF
Black with #C321EF
Text Example
Text Example
White with #C321EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321EF; }
p { color: rgb(195,33,239); }
H1.HeaderClassName
{
color: #C321EF;
}
.AnyTagClassName
{
color: #C321EF;
}
</style>
background-color css
<style>
a { background-color: #C321EF; }
a { background-color: rgb(195,33,239); }
div.DivClassName
{
background-color: #C321EF;
}
.BgClassName
{
background-color: #C321EF;
}
</style>
border-color css
<style>
span { border-color: #C321EF; }
span { border-color: rgb(195,33,239); }
td.TdClassName
{
border-color: #C321EF;
}
.TagClassName
{
border-color: #C321EF;
}
</style>