Shades of Electric Purple #C321E6
Tints of Electric Purple #C321E6
RGB
CMYK
RGB Variations
Color information
#C321E6 (or 0xC321E6) is known color: Electric Purple. HEX triplet: C3, 21 and E6. RGB value is (195,33,230). Sum of RGB (Red+Green+Blue) = 195+33+230=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 33 (13.28% from 255 or 7.21% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #C321E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321E6 is #3CDE19. Grayscale: #676767. Windows color (decimal): -3989018 or 15081923. OLE color: 15081923.
HSL color Cylindrical-coordinate representation of color #C321E6: hue angle of 289.34º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C321E6 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 33 | 230 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.10 |
| HSL | 289.34º | 0.8% | 0.52% | - |
| HSV(B) | 289.34º | 0.86% | 0.9% | - |
| XYZ | 37.33 | 18.4 | 76.45 | - |
| YUV | 103.9 | 199.17 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 230 | 0.15 | 0.86 | 0 | 0.10 | 289.34 | 0.8 | 0.52 |
| Hex | C3 | 21 | E6 | F | 56 | 0 | A | 121 | 50 | 34 |
| Octal | 303 | 41 | 346 | 17 | 126 | 0 | 12 | 441 | 120 | 64 |
| Binary | 11000011 | 100001 | 11100110 | 1111 | 1010110 | 0 | 1010 | 100100001 | 1010000 | 110100 |
Color Harmonies of #C321E6
Complementary color
Monochromatic Colors of #C321E6
Black with #C321E6
Text Example
Text Example
White with #C321E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321E6; }
p { color: rgb(195,33,230); }
H1.HeaderClassName
{
color: #C321E6;
}
.AnyTagClassName
{
color: #C321E6;
}
</style>
background-color css
<style>
a { background-color: #C321E6; }
a { background-color: rgb(195,33,230); }
div.DivClassName
{
background-color: #C321E6;
}
.BgClassName
{
background-color: #C321E6;
}
</style>
border-color css
<style>
span { border-color: #C321E6; }
span { border-color: rgb(195,33,230); }
td.TdClassName
{
border-color: #C321E6;
}
.TagClassName
{
border-color: #C321E6;
}
</style>