Shades of Electric Purple #C217FA
Tints of Electric Purple #C217FA
RGB
CMYK
RGB Variations
Color information
#C217FA (or 0xC217FA) is known color: Electric Purple. HEX triplet: C2, 17 and FA. RGB value is (194,23,250). Sum of RGB (Red+Green+Blue) = 194+23+250=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 23 (9.38% from 255 or 4.93% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C217FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217FA is #3DE805. Grayscale: #636363. Windows color (decimal): -4057094 or 16390082. OLE color: 16390082.
HSL color Cylindrical-coordinate representation of color #C217FA: hue angle of 285.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C217FA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 23 | 250 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.02 |
| HSL | 285.2º | 0.96% | 0.54% | - |
| HSV(B) | 285.2º | 0.91% | 0.98% | - |
| XYZ | 39.81 | 18.98 | 92.01 | - |
| YUV | 100.01 | 212.65 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 250 | 0.22 | 0.91 | 0 | 0.02 | 285.2 | 0.96 | 0.54 |
| Hex | C2 | 17 | FA | 16 | 5B | 0 | 2 | 11D | 60 | 36 |
| Octal | 302 | 27 | 372 | 26 | 133 | 0 | 2 | 435 | 140 | 66 |
| Binary | 11000010 | 10111 | 11111010 | 10110 | 1011011 | 0 | 10 | 100011101 | 1100000 | 110110 |
Color Harmonies of #C217FA
Complementary color
Monochromatic Colors of #C217FA
Black with #C217FA
Text Example
Text Example
White with #C217FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217FA; }
p { color: rgb(194,23,250); }
H1.HeaderClassName
{
color: #C217FA;
}
.AnyTagClassName
{
color: #C217FA;
}
</style>
background-color css
<style>
a { background-color: #C217FA; }
a { background-color: rgb(194,23,250); }
div.DivClassName
{
background-color: #C217FA;
}
.BgClassName
{
background-color: #C217FA;
}
</style>
border-color css
<style>
span { border-color: #C217FA; }
span { border-color: rgb(194,23,250); }
td.TdClassName
{
border-color: #C217FA;
}
.TagClassName
{
border-color: #C217FA;
}
</style>