Shades of Electric Purple #C716FE
Tints of Electric Purple #C716FE
RGB
CMYK
RGB Variations
Color information
#C716FE (or 0xC716FE) is known color: Electric Purple. HEX triplet: C7, 16 and FE. RGB value is (199,22,254). Sum of RGB (Red+Green+Blue) = 199+22+254=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C716FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C716FE is #38E901. Grayscale: #646464. Windows color (decimal): -3729666 or 16651975. OLE color: 16651975.
HSL color Cylindrical-coordinate representation of color #C716FE: hue angle of 285.78º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C716FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 22 | 254 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.00 |
| HSL | 285.78º | 0.99% | 0.54% | - |
| HSV(B) | 285.78º | 0.91% | 1% | - |
| XYZ | 41.73 | 19.87 | 95.4 | - |
| YUV | 101.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 254 | 0.22 | 0.91 | 0 | 0.00 | 285.78 | 0.99 | 0.54 |
| Hex | C7 | 16 | FE | 16 | 5B | 0 | 0 | 11E | 63 | 36 |
| Octal | 307 | 26 | 376 | 26 | 133 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11000111 | 10110 | 11111110 | 10110 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C716FE
Complementary color
Monochromatic Colors of #C716FE
Black with #C716FE
Text Example
Text Example
White with #C716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716FE; }
p { color: rgb(199,22,254); }
H1.HeaderClassName
{
color: #C716FE;
}
.AnyTagClassName
{
color: #C716FE;
}
</style>
background-color css
<style>
a { background-color: #C716FE; }
a { background-color: rgb(199,22,254); }
div.DivClassName
{
background-color: #C716FE;
}
.BgClassName
{
background-color: #C716FE;
}
</style>
border-color css
<style>
span { border-color: #C716FE; }
span { border-color: rgb(199,22,254); }
td.TdClassName
{
border-color: #C716FE;
}
.TagClassName
{
border-color: #C716FE;
}
</style>