Shades of Electric Purple #C017FA
Tints of Electric Purple #C017FA
RGB
CMYK
RGB Variations
Color information
#C017FA (or 0xC017FA) is known color: Electric Purple. HEX triplet: C0, 17 and FA. RGB value is (192,23,250). Sum of RGB (Red+Green+Blue) = 192+23+250=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #C017FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017FA is #3FE805. Grayscale: #626262. Windows color (decimal): -4188166 or 16390080. OLE color: 16390080.
HSL color Cylindrical-coordinate representation of color #C017FA: hue angle of 284.67º 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 #C017FA is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 23 | 250 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.02 |
| HSL | 284.67º | 0.96% | 0.54% | - |
| HSV(B) | 284.67º | 0.91% | 0.98% | - |
| XYZ | 39.3 | 18.72 | 91.98 | - |
| YUV | 99.41 | 212.99 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 250 | 0.23 | 0.91 | 0 | 0.02 | 284.67 | 0.96 | 0.54 |
| Hex | C0 | 17 | FA | 17 | 5B | 0 | 2 | 11D | 60 | 36 |
| Octal | 300 | 27 | 372 | 27 | 133 | 0 | 2 | 435 | 140 | 66 |
| Binary | 11000000 | 10111 | 11111010 | 10111 | 1011011 | 0 | 10 | 100011101 | 1100000 | 110110 |
Color Harmonies of #C017FA
Complementary color
Monochromatic Colors of #C017FA
Black with #C017FA
Text Example
Text Example
White with #C017FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017FA; }
p { color: rgb(192,23,250); }
H1.HeaderClassName
{
color: #C017FA;
}
.AnyTagClassName
{
color: #C017FA;
}
</style>
background-color css
<style>
a { background-color: #C017FA; }
a { background-color: rgb(192,23,250); }
div.DivClassName
{
background-color: #C017FA;
}
.BgClassName
{
background-color: #C017FA;
}
</style>
border-color css
<style>
span { border-color: #C017FA; }
span { border-color: rgb(192,23,250); }
td.TdClassName
{
border-color: #C017FA;
}
.TagClassName
{
border-color: #C017FA;
}
</style>