Shades of Electric Purple #C417FF
Tints of Electric Purple #C417FF
RGB
CMYK
RGB Variations
Color information
#C417FF (or 0xC417FF) is known color: Electric Purple. HEX triplet: C4, 17 and FF. RGB value is (196,23,255). Sum of RGB (Red+Green+Blue) = 196+23+255=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C417FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C417FF is #3BE800. Grayscale: #646464. Windows color (decimal): -3926017 or 16717764. OLE color: 16717764.
HSL color Cylindrical-coordinate representation of color #C417FF: hue angle of 284.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C417FF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 23 | 255 | - |
| CMYK | 0.23 | 0.91 | 0 | 0 |
| HSL | 284.74º | 1% | 0.55% | - |
| HSV(B) | 284.74º | 0.91% | 1% | - |
| XYZ | 41.12 | 19.57 | 96.22 | - |
| YUV | 101.18 | 214.81 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 255 | 0.23 | 0.91 | 0 | 0 | 284.74 | 1 | 0.55 |
| Hex | C4 | 17 | FF | 17 | 5B | 0 | 0 | 11D | 64 | 37 |
| Octal | 304 | 27 | 377 | 27 | 133 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000100 | 10111 | 11111111 | 10111 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C417FF
Complementary color
Monochromatic Colors of #C417FF
Black with #C417FF
Text Example
Text Example
White with #C417FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C417FF; }
p { color: rgb(196,23,255); }
H1.HeaderClassName
{
color: #C417FF;
}
.AnyTagClassName
{
color: #C417FF;
}
</style>
background-color css
<style>
a { background-color: #C417FF; }
a { background-color: rgb(196,23,255); }
div.DivClassName
{
background-color: #C417FF;
}
.BgClassName
{
background-color: #C417FF;
}
</style>
border-color css
<style>
span { border-color: #C417FF; }
span { border-color: rgb(196,23,255); }
td.TdClassName
{
border-color: #C417FF;
}
.TagClassName
{
border-color: #C417FF;
}
</style>