Shades of Electric Purple #C517EB
Tints of Electric Purple #C517EB
RGB
CMYK
RGB Variations
Color information
#C517EB (or 0xC517EB) is known color: Electric Purple. HEX triplet: C5, 17 and EB. RGB value is (197,23,235). Sum of RGB (Red+Green+Blue) = 197+23+235=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 23 (9.38% from 255 or 5.05% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #C517EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C517EB is #3AE814. Grayscale: #626262. Windows color (decimal): -3860501 or 15407045. OLE color: 15407045.
HSL color Cylindrical-coordinate representation of color #C517EB: hue angle of 289.25º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C517EB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 23 | 235 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.08 |
| HSL | 289.25º | 0.84% | 0.51% | - |
| HSV(B) | 289.25º | 0.9% | 0.92% | - |
| XYZ | 38.33 | 18.48 | 80.14 | - |
| YUV | 99.19 | 204.65 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 23 | 235 | 0.16 | 0.90 | 0 | 0.08 | 289.25 | 0.84 | 0.51 |
| Hex | C5 | 17 | EB | 10 | 5A | 0 | 8 | 121 | 54 | 33 |
| Octal | 305 | 27 | 353 | 20 | 132 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000101 | 10111 | 11101011 | 10000 | 1011010 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C517EB
Complementary color
Monochromatic Colors of #C517EB
Black with #C517EB
Text Example
Text Example
White with #C517EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C517EB; }
p { color: rgb(197,23,235); }
H1.HeaderClassName
{
color: #C517EB;
}
.AnyTagClassName
{
color: #C517EB;
}
</style>
background-color css
<style>
a { background-color: #C517EB; }
a { background-color: rgb(197,23,235); }
div.DivClassName
{
background-color: #C517EB;
}
.BgClassName
{
background-color: #C517EB;
}
</style>
border-color css
<style>
span { border-color: #C517EB; }
span { border-color: rgb(197,23,235); }
td.TdClassName
{
border-color: #C517EB;
}
.TagClassName
{
border-color: #C517EB;
}
</style>