Shades of Electric Purple #C316EA
Tints of Electric Purple #C316EA
RGB
CMYK
RGB Variations
Color information
#C316EA (or 0xC316EA) is known color: Electric Purple. HEX triplet: C3, 16 and EA. RGB value is (195,22,234). Sum of RGB (Red+Green+Blue) = 195+22+234=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #C316EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C316EA is #3CE915. Grayscale: #616161. Windows color (decimal): -3991830 or 15341251. OLE color: 15341251.
HSL color Cylindrical-coordinate representation of color #C316EA: hue angle of 288.96º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C316EA is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 22 | 234 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.08 |
| HSL | 288.96º | 0.83% | 0.5% | - |
| HSV(B) | 288.96º | 0.91% | 0.92% | - |
| XYZ | 37.64 | 18.12 | 79.35 | - |
| YUV | 97.9 | 204.81 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 234 | 0.17 | 0.91 | 0 | 0.08 | 288.96 | 0.83 | 0.5 |
| Hex | C3 | 16 | EA | 11 | 5B | 0 | 8 | 121 | 53 | 32 |
| Octal | 303 | 26 | 352 | 21 | 133 | 0 | 10 | 441 | 123 | 62 |
| Binary | 11000011 | 10110 | 11101010 | 10001 | 1011011 | 0 | 1000 | 100100001 | 1010011 | 110010 |
Color Harmonies of #C316EA
Complementary color
Monochromatic Colors of #C316EA
Black with #C316EA
Text Example
Text Example
White with #C316EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C316EA; }
p { color: rgb(195,22,234); }
H1.HeaderClassName
{
color: #C316EA;
}
.AnyTagClassName
{
color: #C316EA;
}
</style>
background-color css
<style>
a { background-color: #C316EA; }
a { background-color: rgb(195,22,234); }
div.DivClassName
{
background-color: #C316EA;
}
.BgClassName
{
background-color: #C316EA;
}
</style>
border-color css
<style>
span { border-color: #C316EA; }
span { border-color: rgb(195,22,234); }
td.TdClassName
{
border-color: #C316EA;
}
.TagClassName
{
border-color: #C316EA;
}
</style>