Shades of Electric Purple #C318EC
Tints of Electric Purple #C318EC
RGB
CMYK
RGB Variations
Color information
#C318EC (or 0xC318EC) is known color: Electric Purple. HEX triplet: C3, 18 and EC. RGB value is (195,24,236). Sum of RGB (Red+Green+Blue) = 195+24+236=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 24 (9.77% from 255 or 5.27% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C318EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C318EC is #3CE713. Grayscale: #626262. Windows color (decimal): -3991316 or 15472835. OLE color: 15472835.
HSL color Cylindrical-coordinate representation of color #C318EC: hue angle of 288.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C318EC is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 24 | 236 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.07 |
| HSL | 288.4º | 0.85% | 0.51% | - |
| HSV(B) | 288.4º | 0.9% | 0.93% | - |
| XYZ | 37.97 | 18.31 | 80.89 | - |
| YUV | 99.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 236 | 0.17 | 0.90 | 0 | 0.07 | 288.4 | 0.85 | 0.51 |
| Hex | C3 | 18 | EC | 11 | 5A | 0 | 7 | 120 | 55 | 33 |
| Octal | 303 | 30 | 354 | 21 | 132 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000011 | 11000 | 11101100 | 10001 | 1011010 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C318EC
Complementary color
Monochromatic Colors of #C318EC
Black with #C318EC
Text Example
Text Example
White with #C318EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C318EC; }
p { color: rgb(195,24,236); }
H1.HeaderClassName
{
color: #C318EC;
}
.AnyTagClassName
{
color: #C318EC;
}
</style>
background-color css
<style>
a { background-color: #C318EC; }
a { background-color: rgb(195,24,236); }
div.DivClassName
{
background-color: #C318EC;
}
.BgClassName
{
background-color: #C318EC;
}
</style>
border-color css
<style>
span { border-color: #C318EC; }
span { border-color: rgb(195,24,236); }
td.TdClassName
{
border-color: #C318EC;
}
.TagClassName
{
border-color: #C318EC;
}
</style>