Shades of Electric Purple #C017FD
Tints of Electric Purple #C017FD
RGB
CMYK
RGB Variations
Color information
#C017FD (or 0xC017FD) is known color: Electric Purple. HEX triplet: C0, 17 and FD. RGB value is (192,23,253). Sum of RGB (Red+Green+Blue) = 192+23+253=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C017FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C017FD is #3FE802. Grayscale: #626262. Windows color (decimal): -4188163 or 16586688. OLE color: 16586688.
HSL color Cylindrical-coordinate representation of color #C017FD: hue angle of 284.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C017FD is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 23 | 253 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.01 |
| HSL | 284.09º | 0.98% | 0.54% | - |
| HSV(B) | 284.09º | 0.91% | 0.99% | - |
| XYZ | 39.77 | 18.91 | 94.48 | - |
| YUV | 99.75 | 214.49 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 253 | 0.24 | 0.91 | 0 | 0.01 | 284.09 | 0.98 | 0.54 |
| Hex | C0 | 17 | FD | 18 | 5B | 0 | 1 | 11C | 62 | 36 |
| Octal | 300 | 27 | 375 | 30 | 133 | 0 | 1 | 434 | 142 | 66 |
| Binary | 11000000 | 10111 | 11111101 | 11000 | 1011011 | 0 | 1 | 100011100 | 1100010 | 110110 |
Color Harmonies of #C017FD
Complementary color
Monochromatic Colors of #C017FD
Black with #C017FD
Text Example
Text Example
White with #C017FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C017FD; }
p { color: rgb(192,23,253); }
H1.HeaderClassName
{
color: #C017FD;
}
.AnyTagClassName
{
color: #C017FD;
}
</style>
background-color css
<style>
a { background-color: #C017FD; }
a { background-color: rgb(192,23,253); }
div.DivClassName
{
background-color: #C017FD;
}
.BgClassName
{
background-color: #C017FD;
}
</style>
border-color css
<style>
span { border-color: #C017FD; }
span { border-color: rgb(192,23,253); }
td.TdClassName
{
border-color: #C017FD;
}
.TagClassName
{
border-color: #C017FD;
}
</style>