Shades of Electric Purple #C417FE
Tints of Electric Purple #C417FE
RGB
CMYK
RGB Variations
Color information
#C417FE (or 0xC417FE) is known color: Electric Purple. HEX triplet: C4, 17 and FE. RGB value is (196,23,254). Sum of RGB (Red+Green+Blue) = 196+23+254=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #C417FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417FE is #3BE801. Grayscale: #646464. Windows color (decimal): -3926018 or 16652228. OLE color: 16652228.
HSL color Cylindrical-coordinate representation of color #C417FE: hue angle of 284.94º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C417FE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 23 | 254 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.00 |
| HSL | 284.94º | 0.99% | 0.54% | - |
| HSV(B) | 284.94º | 0.91% | 1% | - |
| XYZ | 40.96 | 19.5 | 95.37 | - |
| YUV | 101.06 | 214.31 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 254 | 0.23 | 0.91 | 0 | 0.00 | 284.94 | 0.99 | 0.54 |
| Hex | C4 | 17 | FE | 17 | 5B | 0 | 0 | 11D | 63 | 36 |
| Octal | 304 | 27 | 376 | 27 | 133 | 0 | 0 | 435 | 143 | 66 |
| Binary | 11000100 | 10111 | 11111110 | 10111 | 1011011 | 0 | 0 | 100011101 | 1100011 | 110110 |
Color Harmonies of #C417FE
Complementary color
Monochromatic Colors of #C417FE
Black with #C417FE
Text Example
Text Example
White with #C417FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417FE; }
p { color: rgb(196,23,254); }
H1.HeaderClassName
{
color: #C417FE;
}
.AnyTagClassName
{
color: #C417FE;
}
</style>
background-color css
<style>
a { background-color: #C417FE; }
a { background-color: rgb(196,23,254); }
div.DivClassName
{
background-color: #C417FE;
}
.BgClassName
{
background-color: #C417FE;
}
</style>
border-color css
<style>
span { border-color: #C417FE; }
span { border-color: rgb(196,23,254); }
td.TdClassName
{
border-color: #C417FE;
}
.TagClassName
{
border-color: #C417FE;
}
</style>