Shades of Electric Purple #C618FC
Tints of Electric Purple #C618FC
RGB
CMYK
RGB Variations
Color information
#C618FC (or 0xC618FC) is known color: Electric Purple. HEX triplet: C6, 18 and FC. RGB value is (198,24,252). Sum of RGB (Red+Green+Blue) = 198+24+252=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 24 (9.77% from 255 or 5.06% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C618FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FC is #39E703. Grayscale: #656565. Windows color (decimal): -3794692 or 16521414. OLE color: 16521414.
HSL color Cylindrical-coordinate representation of color #C618FC: hue angle of 285.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C618FC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 24 | 252 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.01 |
| HSL | 285.79º | 0.97% | 0.54% | - |
| HSV(B) | 285.79º | 0.9% | 0.99% | - |
| XYZ | 41.19 | 19.69 | 93.72 | - |
| YUV | 102.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 252 | 0.21 | 0.90 | 0 | 0.01 | 285.79 | 0.97 | 0.54 |
| Hex | C6 | 18 | FC | 15 | 5A | 0 | 1 | 11E | 61 | 36 |
| Octal | 306 | 30 | 374 | 25 | 132 | 0 | 1 | 436 | 141 | 66 |
| Binary | 11000110 | 11000 | 11111100 | 10101 | 1011010 | 0 | 1 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C618FC
Complementary color
Monochromatic Colors of #C618FC
Black with #C618FC
Text Example
Text Example
White with #C618FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618FC; }
p { color: rgb(198,24,252); }
H1.HeaderClassName
{
color: #C618FC;
}
.AnyTagClassName
{
color: #C618FC;
}
</style>
background-color css
<style>
a { background-color: #C618FC; }
a { background-color: rgb(198,24,252); }
div.DivClassName
{
background-color: #C618FC;
}
.BgClassName
{
background-color: #C618FC;
}
</style>
border-color css
<style>
span { border-color: #C618FC; }
span { border-color: rgb(198,24,252); }
td.TdClassName
{
border-color: #C618FC;
}
.TagClassName
{
border-color: #C618FC;
}
</style>