Shades of Electric Purple #C417FB
Tints of Electric Purple #C417FB
RGB
CMYK
RGB Variations
Color information
#C417FB (or 0xC417FB) is known color: Electric Purple. HEX triplet: C4, 17 and FB. RGB value is (196,23,251). Sum of RGB (Red+Green+Blue) = 196+23+251=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 23 (9.38% from 255 or 4.89% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C417FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417FB is #3BE804. Grayscale: #636363. Windows color (decimal): -3926021 or 16455620. OLE color: 16455620.
HSL color Cylindrical-coordinate representation of color #C417FB: hue angle of 285.53º degrees, saturation: 0.97, 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 #C417FB is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 23 | 251 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.02 |
| HSL | 285.53º | 0.97% | 0.54% | - |
| HSV(B) | 285.53º | 0.91% | 0.98% | - |
| XYZ | 40.48 | 19.31 | 92.86 | - |
| YUV | 100.72 | 212.81 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 251 | 0.22 | 0.91 | 0 | 0.02 | 285.53 | 0.97 | 0.54 |
| Hex | C4 | 17 | FB | 16 | 5B | 0 | 2 | 11E | 61 | 36 |
| Octal | 304 | 27 | 373 | 26 | 133 | 0 | 2 | 436 | 141 | 66 |
| Binary | 11000100 | 10111 | 11111011 | 10110 | 1011011 | 0 | 10 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C417FB
Complementary color
Monochromatic Colors of #C417FB
Black with #C417FB
Text Example
Text Example
White with #C417FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417FB; }
p { color: rgb(196,23,251); }
H1.HeaderClassName
{
color: #C417FB;
}
.AnyTagClassName
{
color: #C417FB;
}
</style>
background-color css
<style>
a { background-color: #C417FB; }
a { background-color: rgb(196,23,251); }
div.DivClassName
{
background-color: #C417FB;
}
.BgClassName
{
background-color: #C417FB;
}
</style>
border-color css
<style>
span { border-color: #C417FB; }
span { border-color: rgb(196,23,251); }
td.TdClassName
{
border-color: #C417FB;
}
.TagClassName
{
border-color: #C417FB;
}
</style>