Shades of Electric Purple #C618FE
Tints of Electric Purple #C618FE
RGB
CMYK
RGB Variations
Color information
#C618FE (or 0xC618FE) is known color: Electric Purple. HEX triplet: C6, 18 and FE. RGB value is (198,24,254). Sum of RGB (Red+Green+Blue) = 198+24+254=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C618FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FE is #39E701. Grayscale: #656565. Windows color (decimal): -3794690 or 16652486. OLE color: 16652486.
HSL color Cylindrical-coordinate representation of color #C618FE: hue angle of 285.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C618FE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 24 | 254 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.00 |
| HSL | 285.39º | 0.99% | 0.55% | - |
| HSV(B) | 285.39º | 0.91% | 1% | - |
| XYZ | 41.5 | 19.81 | 95.4 | - |
| YUV | 102.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 254 | 0.22 | 0.91 | 0 | 0.00 | 285.39 | 0.99 | 0.55 |
| Hex | C6 | 18 | FE | 16 | 5B | 0 | 0 | 11D | 63 | 37 |
| Octal | 306 | 30 | 376 | 26 | 133 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000110 | 11000 | 11111110 | 10110 | 1011011 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C618FE
Complementary color
Monochromatic Colors of #C618FE
Black with #C618FE
Text Example
Text Example
White with #C618FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618FE; }
p { color: rgb(198,24,254); }
H1.HeaderClassName
{
color: #C618FE;
}
.AnyTagClassName
{
color: #C618FE;
}
</style>
background-color css
<style>
a { background-color: #C618FE; }
a { background-color: rgb(198,24,254); }
div.DivClassName
{
background-color: #C618FE;
}
.BgClassName
{
background-color: #C618FE;
}
</style>
border-color css
<style>
span { border-color: #C618FE; }
span { border-color: rgb(198,24,254); }
td.TdClassName
{
border-color: #C618FE;
}
.TagClassName
{
border-color: #C618FE;
}
</style>