Shades of Electric Purple #C328F3
Tints of Electric Purple #C328F3
RGB
CMYK
RGB Variations
Color information
#C328F3 (or 0xC328F3) is known color: Electric Purple. HEX triplet: C3, 28 and F3. RGB value is (195,40,243). Sum of RGB (Red+Green+Blue) = 195+40+243=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #C328F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C328F3 is #3CD70C. Grayscale: #6C6C6C. Windows color (decimal): -3987213 or 15935683. OLE color: 15935683.
HSL color Cylindrical-coordinate representation of color #C328F3: hue angle of 285.81º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C328F3 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 40 | 243 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.05 |
| HSL | 285.81º | 0.89% | 0.55% | - |
| HSV(B) | 285.81º | 0.84% | 0.95% | - |
| XYZ | 39.44 | 19.59 | 86.5 | - |
| YUV | 109.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 243 | 0.20 | 0.84 | 0 | 0.05 | 285.81 | 0.89 | 0.55 |
| Hex | C3 | 28 | F3 | 14 | 54 | 0 | 5 | 11E | 59 | 37 |
| Octal | 303 | 50 | 363 | 24 | 124 | 0 | 5 | 436 | 131 | 67 |
| Binary | 11000011 | 101000 | 11110011 | 10100 | 1010100 | 0 | 101 | 100011110 | 1011001 | 110111 |
Color Harmonies of #C328F3
Complementary color
Monochromatic Colors of #C328F3
Black with #C328F3
Text Example
Text Example
White with #C328F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C328F3; }
p { color: rgb(195,40,243); }
H1.HeaderClassName
{
color: #C328F3;
}
.AnyTagClassName
{
color: #C328F3;
}
</style>
background-color css
<style>
a { background-color: #C328F3; }
a { background-color: rgb(195,40,243); }
div.DivClassName
{
background-color: #C328F3;
}
.BgClassName
{
background-color: #C328F3;
}
</style>
border-color css
<style>
span { border-color: #C328F3; }
span { border-color: rgb(195,40,243); }
td.TdClassName
{
border-color: #C328F3;
}
.TagClassName
{
border-color: #C328F3;
}
</style>