Shades of Electric Purple #C017EA
Tints of Electric Purple #C017EA
RGB
CMYK
RGB Variations
Color information
#C017EA (or 0xC017EA) is known color: Electric Purple. HEX triplet: C0, 17 and EA. RGB value is (192,23,234). Sum of RGB (Red+Green+Blue) = 192+23+234=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #C017EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017EA is #3FE815. Grayscale: #606060. Windows color (decimal): -4188182 or 15341504. OLE color: 15341504.
HSL color Cylindrical-coordinate representation of color #C017EA: hue angle of 288.06º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C017EA is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 23 | 234 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.08 |
| HSL | 288.06º | 0.83% | 0.5% | - |
| HSV(B) | 288.06º | 0.9% | 0.92% | - |
| XYZ | 36.9 | 17.76 | 79.33 | - |
| YUV | 97.59 | 204.99 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 234 | 0.18 | 0.90 | 0 | 0.08 | 288.06 | 0.83 | 0.5 |
| Hex | C0 | 17 | EA | 12 | 5A | 0 | 8 | 120 | 53 | 32 |
| Octal | 300 | 27 | 352 | 22 | 132 | 0 | 10 | 440 | 123 | 62 |
| Binary | 11000000 | 10111 | 11101010 | 10010 | 1011010 | 0 | 1000 | 100100000 | 1010011 | 110010 |
Color Harmonies of #C017EA
Complementary color
Monochromatic Colors of #C017EA
Black with #C017EA
Text Example
Text Example
White with #C017EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017EA; }
p { color: rgb(192,23,234); }
H1.HeaderClassName
{
color: #C017EA;
}
.AnyTagClassName
{
color: #C017EA;
}
</style>
background-color css
<style>
a { background-color: #C017EA; }
a { background-color: rgb(192,23,234); }
div.DivClassName
{
background-color: #C017EA;
}
.BgClassName
{
background-color: #C017EA;
}
</style>
border-color css
<style>
span { border-color: #C017EA; }
span { border-color: rgb(192,23,234); }
td.TdClassName
{
border-color: #C017EA;
}
.TagClassName
{
border-color: #C017EA;
}
</style>