Shades of Electric Purple #C323E9
Tints of Electric Purple #C323E9
RGB
CMYK
RGB Variations
Color information
#C323E9 (or 0xC323E9) is known color: Electric Purple. HEX triplet: C3, 23 and E9. RGB value is (195,35,233). Sum of RGB (Red+Green+Blue) = 195+35+233=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #C323E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C323E9 is #3CDC16. Grayscale: #686868. Windows color (decimal): -3988503 or 15279043. OLE color: 15279043.
HSL color Cylindrical-coordinate representation of color #C323E9: hue angle of 288.48º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C323E9 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 35 | 233 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.09 |
| HSL | 288.48º | 0.82% | 0.53% | - |
| HSV(B) | 288.48º | 0.85% | 0.91% | - |
| XYZ | 37.81 | 18.69 | 78.7 | - |
| YUV | 105.41 | 200.01 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 35 | 233 | 0.16 | 0.85 | 0 | 0.09 | 288.48 | 0.82 | 0.53 |
| Hex | C3 | 23 | E9 | 10 | 55 | 0 | 9 | 120 | 52 | 35 |
| Octal | 303 | 43 | 351 | 20 | 125 | 0 | 11 | 440 | 122 | 65 |
| Binary | 11000011 | 100011 | 11101001 | 10000 | 1010101 | 0 | 1001 | 100100000 | 1010010 | 110101 |
Color Harmonies of #C323E9
Complementary color
Monochromatic Colors of #C323E9
Black with #C323E9
Text Example
Text Example
White with #C323E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C323E9; }
p { color: rgb(195,35,233); }
H1.HeaderClassName
{
color: #C323E9;
}
.AnyTagClassName
{
color: #C323E9;
}
</style>
background-color css
<style>
a { background-color: #C323E9; }
a { background-color: rgb(195,35,233); }
div.DivClassName
{
background-color: #C323E9;
}
.BgClassName
{
background-color: #C323E9;
}
</style>
border-color css
<style>
span { border-color: #C323E9; }
span { border-color: rgb(195,35,233); }
td.TdClassName
{
border-color: #C323E9;
}
.TagClassName
{
border-color: #C323E9;
}
</style>