Shades of Electric Purple #C517FF
Tints of Electric Purple #C517FF
RGB
CMYK
RGB Variations
Color information
#C517FF (or 0xC517FF) is known color: Electric Purple. HEX triplet: C5, 17 and FF. RGB value is (197,23,255). Sum of RGB (Red+Green+Blue) = 197+23+255=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C517FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517FF is #3AE800. Grayscale: #646464. Windows color (decimal): -3860481 or 16717765. OLE color: 16717765.
HSL color Cylindrical-coordinate representation of color #C517FF: hue angle of 285º 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 #C517FF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 23 | 255 | - |
| CMYK | 0.23 | 0.91 | 0 | 0 |
| HSL | 285º | 1% | 0.55% | - |
| HSV(B) | 285º | 0.91% | 1% | - |
| XYZ | 41.38 | 19.7 | 96.23 | - |
| YUV | 101.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 255 | 0.23 | 0.91 | 0 | 0 | 285 | 1 | 0.55 |
| Hex | C5 | 17 | FF | 17 | 5B | 0 | 0 | 11D | 64 | 37 |
| Octal | 305 | 27 | 377 | 27 | 133 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000101 | 10111 | 11111111 | 10111 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C517FF
Complementary color
Monochromatic Colors of #C517FF
Black with #C517FF
Text Example
Text Example
White with #C517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517FF; }
p { color: rgb(197,23,255); }
H1.HeaderClassName
{
color: #C517FF;
}
.AnyTagClassName
{
color: #C517FF;
}
</style>
background-color css
<style>
a { background-color: #C517FF; }
a { background-color: rgb(197,23,255); }
div.DivClassName
{
background-color: #C517FF;
}
.BgClassName
{
background-color: #C517FF;
}
</style>
border-color css
<style>
span { border-color: #C517FF; }
span { border-color: rgb(197,23,255); }
td.TdClassName
{
border-color: #C517FF;
}
.TagClassName
{
border-color: #C517FF;
}
</style>