Shades of Electric Purple #C614FE
Tints of Electric Purple #C614FE
RGB
CMYK
RGB Variations
Color information
#C614FE (or 0xC614FE) is known color: Electric Purple. HEX triplet: C6, 14 and FE. RGB value is (198,20,254). Sum of RGB (Red+Green+Blue) = 198+20+254=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 20 (8.20% from 255 or 4.24% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C614FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C614FE is #39EB01. Grayscale: #636363. Windows color (decimal): -3795714 or 16651462. OLE color: 16651462.
HSL color Cylindrical-coordinate representation of color #C614FE: hue angle of 285.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C614FE is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 20 | 254 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.00 |
| HSL | 285.64º | 0.99% | 0.54% | - |
| HSV(B) | 285.64º | 0.92% | 1% | - |
| XYZ | 41.43 | 19.66 | 95.38 | - |
| YUV | 99.9 | 214.97 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 254 | 0.22 | 0.92 | 0 | 0.00 | 285.64 | 0.99 | 0.54 |
| Hex | C6 | 14 | FE | 16 | 5C | 0 | 0 | 11E | 63 | 36 |
| Octal | 306 | 24 | 376 | 26 | 134 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11000110 | 10100 | 11111110 | 10110 | 1011100 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C614FE
Complementary color
Monochromatic Colors of #C614FE
Black with #C614FE
Text Example
Text Example
White with #C614FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C614FE; }
p { color: rgb(198,20,254); }
H1.HeaderClassName
{
color: #C614FE;
}
.AnyTagClassName
{
color: #C614FE;
}
</style>
background-color css
<style>
a { background-color: #C614FE; }
a { background-color: rgb(198,20,254); }
div.DivClassName
{
background-color: #C614FE;
}
.BgClassName
{
background-color: #C614FE;
}
</style>
border-color css
<style>
span { border-color: #C614FE; }
span { border-color: rgb(198,20,254); }
td.TdClassName
{
border-color: #C614FE;
}
.TagClassName
{
border-color: #C614FE;
}
</style>