Shades of Electric Purple #C215EF
Tints of Electric Purple #C215EF
RGB
CMYK
RGB Variations
Color information
#C215EF (or 0xC215EF) is known color: Electric Purple. HEX triplet: C2, 15 and EF. RGB value is (194,21,239). Sum of RGB (Red+Green+Blue) = 194+21+239=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 21 (8.59% from 255 or 4.63% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #C215EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215EF is #3DEA10. Grayscale: #606060. Windows color (decimal): -4057617 or 15668674. OLE color: 15668674.
HSL color Cylindrical-coordinate representation of color #C215EF: hue angle of 287.61º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215EF is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 21 | 239 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.06 |
| HSL | 287.61º | 0.87% | 0.51% | - |
| HSV(B) | 287.61º | 0.91% | 0.94% | - |
| XYZ | 38.1 | 18.24 | 83.17 | - |
| YUV | 97.58 | 207.81 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 239 | 0.19 | 0.91 | 0 | 0.06 | 287.61 | 0.87 | 0.51 |
| Hex | C2 | 15 | EF | 13 | 5B | 0 | 6 | 120 | 57 | 33 |
| Octal | 302 | 25 | 357 | 23 | 133 | 0 | 6 | 440 | 127 | 63 |
| Binary | 11000010 | 10101 | 11101111 | 10011 | 1011011 | 0 | 110 | 100100000 | 1010111 | 110011 |
Color Harmonies of #C215EF
Complementary color
Monochromatic Colors of #C215EF
Black with #C215EF
Text Example
Text Example
White with #C215EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215EF; }
p { color: rgb(194,21,239); }
H1.HeaderClassName
{
color: #C215EF;
}
.AnyTagClassName
{
color: #C215EF;
}
</style>
background-color css
<style>
a { background-color: #C215EF; }
a { background-color: rgb(194,21,239); }
div.DivClassName
{
background-color: #C215EF;
}
.BgClassName
{
background-color: #C215EF;
}
</style>
border-color css
<style>
span { border-color: #C215EF; }
span { border-color: rgb(194,21,239); }
td.TdClassName
{
border-color: #C215EF;
}
.TagClassName
{
border-color: #C215EF;
}
</style>