Shades of Electric Purple #C219F7
Tints of Electric Purple #C219F7
RGB
CMYK
RGB Variations
Color information
#C219F7 (or 0xC219F7) is known color: Electric Purple. HEX triplet: C2, 19 and F7. RGB value is (194,25,247). Sum of RGB (Red+Green+Blue) = 194+25+247=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 247 (96.88% from 255 or 53.00% from 466); Max value from RGB is 247 - color contains mainly: blue. Hex color #C219F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C219F7 is #3DE608. Grayscale: #646464. Windows color (decimal): -4056585 or 16193986. OLE color: 16193986.
HSL color Cylindrical-coordinate representation of color #C219F7: hue angle of 285.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C219F7 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 25 | 247 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.03 |
| HSL | 285.68º | 0.93% | 0.53% | - |
| HSV(B) | 285.68º | 0.9% | 0.97% | - |
| XYZ | 39.38 | 18.88 | 89.56 | - |
| YUV | 100.84 | 210.49 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 247 | 0.21 | 0.90 | 0 | 0.03 | 285.68 | 0.93 | 0.53 |
| Hex | C2 | 19 | F7 | 15 | 5A | 0 | 3 | 11E | 5D | 35 |
| Octal | 302 | 31 | 367 | 25 | 132 | 0 | 3 | 436 | 135 | 65 |
| Binary | 11000010 | 11001 | 11110111 | 10101 | 1011010 | 0 | 11 | 100011110 | 1011101 | 110101 |
Color Harmonies of #C219F7
Complementary color
Monochromatic Colors of #C219F7
Black with #C219F7
Text Example
Text Example
White with #C219F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C219F7; }
p { color: rgb(194,25,247); }
H1.HeaderClassName
{
color: #C219F7;
}
.AnyTagClassName
{
color: #C219F7;
}
</style>
background-color css
<style>
a { background-color: #C219F7; }
a { background-color: rgb(194,25,247); }
div.DivClassName
{
background-color: #C219F7;
}
.BgClassName
{
background-color: #C219F7;
}
</style>
border-color css
<style>
span { border-color: #C219F7; }
span { border-color: rgb(194,25,247); }
td.TdClassName
{
border-color: #C219F7;
}
.TagClassName
{
border-color: #C219F7;
}
</style>