Shades of Electric Purple #C618FF
Tints of Electric Purple #C618FF
RGB
CMYK
RGB Variations
Color information
#C618FF (or 0xC618FF) is known color: Electric Purple. HEX triplet: C6, 18 and FF. RGB value is (198,24,255). Sum of RGB (Red+Green+Blue) = 198+24+255=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #C618FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FF is #39E700. Grayscale: #656565. Windows color (decimal): -3794689 or 16718022. OLE color: 16718022.
HSL color Cylindrical-coordinate representation of color #C618FF: hue angle of 285.19º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C618FF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 24 | 255 | - |
| CMYK | 0.22 | 0.91 | 0 | 0 |
| HSL | 285.19º | 1% | 0.55% | - |
| HSV(B) | 285.19º | 0.91% | 1% | - |
| XYZ | 41.67 | 19.88 | 96.25 | - |
| YUV | 102.36 | 214.15 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 255 | 0.22 | 0.91 | 0 | 0 | 285.19 | 1 | 0.55 |
| Hex | C6 | 18 | FF | 16 | 5B | 0 | 0 | 11D | 64 | 37 |
| Octal | 306 | 30 | 377 | 26 | 133 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000110 | 11000 | 11111111 | 10110 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C618FF
Complementary color
Monochromatic Colors of #C618FF
Black with #C618FF
Text Example
Text Example
White with #C618FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C618FF; }
p { color: rgb(198,24,255); }
H1.HeaderClassName
{
color: #C618FF;
}
.AnyTagClassName
{
color: #C618FF;
}
</style>
background-color css
<style>
a { background-color: #C618FF; }
a { background-color: rgb(198,24,255); }
div.DivClassName
{
background-color: #C618FF;
}
.BgClassName
{
background-color: #C618FF;
}
</style>
border-color css
<style>
span { border-color: #C618FF; }
span { border-color: rgb(198,24,255); }
td.TdClassName
{
border-color: #C618FF;
}
.TagClassName
{
border-color: #C618FF;
}
</style>