Shades of Electric Purple #C321FE
Tints of Electric Purple #C321FE
RGB
CMYK
RGB Variations
Color information
#C321FE (or 0xC321FE) is known color: Electric Purple. HEX triplet: C3, 21 and FE. RGB value is (195,33,254). Sum of RGB (Red+Green+Blue) = 195+33+254=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 33 (13.28% from 255 or 6.85% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #C321FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C321FE is #3CDE01. Grayscale: #696969. Windows color (decimal): -3988994 or 16654787. OLE color: 16654787.
HSL color Cylindrical-coordinate representation of color #C321FE: hue angle of 283.98º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C321FE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 33 | 254 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.00 |
| HSL | 283.98º | 0.99% | 0.56% | - |
| HSV(B) | 283.98º | 0.87% | 1% | - |
| XYZ | 40.94 | 19.85 | 95.44 | - |
| YUV | 106.63 | 211.17 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 33 | 254 | 0.23 | 0.87 | 0 | 0.00 | 283.98 | 0.99 | 0.56 |
| Hex | C3 | 21 | FE | 17 | 57 | 0 | 0 | 11C | 63 | 38 |
| Octal | 303 | 41 | 376 | 27 | 127 | 0 | 0 | 434 | 143 | 70 |
| Binary | 11000011 | 100001 | 11111110 | 10111 | 1010111 | 0 | 0 | 100011100 | 1100011 | 111000 |
Color Harmonies of #C321FE
Complementary color
Monochromatic Colors of #C321FE
Black with #C321FE
Text Example
Text Example
White with #C321FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C321FE; }
p { color: rgb(195,33,254); }
H1.HeaderClassName
{
color: #C321FE;
}
.AnyTagClassName
{
color: #C321FE;
}
</style>
background-color css
<style>
a { background-color: #C321FE; }
a { background-color: rgb(195,33,254); }
div.DivClassName
{
background-color: #C321FE;
}
.BgClassName
{
background-color: #C321FE;
}
</style>
border-color css
<style>
span { border-color: #C321FE; }
span { border-color: rgb(195,33,254); }
td.TdClassName
{
border-color: #C321FE;
}
.TagClassName
{
border-color: #C321FE;
}
</style>