Shades of Electric Purple #C323EF
Tints of Electric Purple #C323EF
RGB
CMYK
RGB Variations
Color information
#C323EF (or 0xC323EF) is known color: Electric Purple. HEX triplet: C3, 23 and EF. RGB value is (195,35,239). Sum of RGB (Red+Green+Blue) = 195+35+239=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 35 (14.06% from 255 or 7.46% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #C323EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323EF is #3CDC10. Grayscale: #696969. Windows color (decimal): -3988497 or 15672259. OLE color: 15672259.
HSL color Cylindrical-coordinate representation of color #C323EF: hue angle of 287.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C323EF is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 35 | 239 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.06 |
| HSL | 287.06º | 0.86% | 0.54% | - |
| HSV(B) | 287.06º | 0.85% | 0.94% | - |
| XYZ | 38.69 | 19.04 | 83.3 | - |
| YUV | 106.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 239 | 0.18 | 0.85 | 0 | 0.06 | 287.06 | 0.86 | 0.54 |
| Hex | C3 | 23 | EF | 12 | 55 | 0 | 6 | 11F | 56 | 36 |
| Octal | 303 | 43 | 357 | 22 | 125 | 0 | 6 | 437 | 126 | 66 |
| Binary | 11000011 | 100011 | 11101111 | 10010 | 1010101 | 0 | 110 | 100011111 | 1010110 | 110110 |
Color Harmonies of #C323EF
Complementary color
Monochromatic Colors of #C323EF
Black with #C323EF
Text Example
Text Example
White with #C323EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323EF; }
p { color: rgb(195,35,239); }
H1.HeaderClassName
{
color: #C323EF;
}
.AnyTagClassName
{
color: #C323EF;
}
</style>
background-color css
<style>
a { background-color: #C323EF; }
a { background-color: rgb(195,35,239); }
div.DivClassName
{
background-color: #C323EF;
}
.BgClassName
{
background-color: #C323EF;
}
</style>
border-color css
<style>
span { border-color: #C323EF; }
span { border-color: rgb(195,35,239); }
td.TdClassName
{
border-color: #C323EF;
}
.TagClassName
{
border-color: #C323EF;
}
</style>