Shades of Electric Purple #C323FC
Tints of Electric Purple #C323FC
RGB
CMYK
RGB Variations
Color information
#C323FC (or 0xC323FC) is known color: Electric Purple. HEX triplet: C3, 23 and FC. RGB value is (195,35,252). Sum of RGB (Red+Green+Blue) = 195+35+252=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 35 (14.06% from 255 or 7.26% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C323FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323FC is #3CDC03. Grayscale: #6A6A6A. Windows color (decimal): -3988484 or 16524227. OLE color: 16524227.
HSL color Cylindrical-coordinate representation of color #C323FC: hue angle of 284.24º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C323FC is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 35 | 252 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.01 |
| HSL | 284.24º | 0.97% | 0.56% | - |
| HSV(B) | 284.24º | 0.86% | 0.99% | - |
| XYZ | 40.68 | 19.83 | 93.78 | - |
| YUV | 107.58 | 209.51 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 252 | 0.23 | 0.86 | 0 | 0.01 | 284.24 | 0.97 | 0.56 |
| Hex | C3 | 23 | FC | 17 | 56 | 0 | 1 | 11C | 61 | 38 |
| Octal | 303 | 43 | 374 | 27 | 126 | 0 | 1 | 434 | 141 | 70 |
| Binary | 11000011 | 100011 | 11111100 | 10111 | 1010110 | 0 | 1 | 100011100 | 1100001 | 111000 |
Color Harmonies of #C323FC
Complementary color
Monochromatic Colors of #C323FC
Black with #C323FC
Text Example
Text Example
White with #C323FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323FC; }
p { color: rgb(195,35,252); }
H1.HeaderClassName
{
color: #C323FC;
}
.AnyTagClassName
{
color: #C323FC;
}
</style>
background-color css
<style>
a { background-color: #C323FC; }
a { background-color: rgb(195,35,252); }
div.DivClassName
{
background-color: #C323FC;
}
.BgClassName
{
background-color: #C323FC;
}
</style>
border-color css
<style>
span { border-color: #C323FC; }
span { border-color: rgb(195,35,252); }
td.TdClassName
{
border-color: #C323FC;
}
.TagClassName
{
border-color: #C323FC;
}
</style>