Shades of Electric Purple #C616FE
Tints of Electric Purple #C616FE
RGB
CMYK
RGB Variations
Color information
#C616FE (or 0xC616FE) is known color: Electric Purple. HEX triplet: C6, 16 and FE. RGB value is (198,22,254). Sum of RGB (Red+Green+Blue) = 198+22+254=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 22 (8.98% from 255 or 4.64% from 474); Blue value is 254 (99.61% from 255 or 53.59% from 474); Max value from RGB is 254 - color contains mainly: blue. Hex color #C616FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616FE is #39E901. Grayscale: #646464. Windows color (decimal): -3795202 or 16651974. OLE color: 16651974.
HSL color Cylindrical-coordinate representation of color #C616FE: hue angle of 285.52º 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 #C616FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 22 | 254 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.00 |
| HSL | 285.52º | 0.99% | 0.54% | - |
| HSV(B) | 285.52º | 0.91% | 1% | - |
| XYZ | 41.47 | 19.74 | 95.39 | - |
| YUV | 101.07 | 214.31 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 254 | 0.22 | 0.91 | 0 | 0.00 | 285.52 | 0.99 | 0.54 |
| Hex | C6 | 16 | FE | 16 | 5B | 0 | 0 | 11E | 63 | 36 |
| Octal | 306 | 26 | 376 | 26 | 133 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11000110 | 10110 | 11111110 | 10110 | 1011011 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C616FE
Complementary color
Monochromatic Colors of #C616FE
Black with #C616FE
Text Example
Text Example
White with #C616FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616FE; }
p { color: rgb(198,22,254); }
H1.HeaderClassName
{
color: #C616FE;
}
.AnyTagClassName
{
color: #C616FE;
}
</style>
background-color css
<style>
a { background-color: #C616FE; }
a { background-color: rgb(198,22,254); }
div.DivClassName
{
background-color: #C616FE;
}
.BgClassName
{
background-color: #C616FE;
}
</style>
border-color css
<style>
span { border-color: #C616FE; }
span { border-color: rgb(198,22,254); }
td.TdClassName
{
border-color: #C616FE;
}
.TagClassName
{
border-color: #C616FE;
}
</style>