Shades of Electric Purple #C616FF
Tints of Electric Purple #C616FF
RGB
CMYK
RGB Variations
Color information
#C616FF (or 0xC616FF) is known color: Electric Purple. HEX triplet: C6, 16 and FF. RGB value is (198,22,255). Sum of RGB (Red+Green+Blue) = 198+22+255=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #C616FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616FF is #39E900. Grayscale: #646464. Windows color (decimal): -3795201 or 16717510. OLE color: 16717510.
HSL color Cylindrical-coordinate representation of color #C616FF: hue angle of 285.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C616FF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 22 | 255 | - |
| CMYK | 0.22 | 0.91 | 0 | 0 |
| HSL | 285.32º | 1% | 0.54% | - |
| HSV(B) | 285.32º | 0.91% | 1% | - |
| XYZ | 41.63 | 19.8 | 96.24 | - |
| YUV | 101.19 | 214.81 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 255 | 0.22 | 0.91 | 0 | 0 | 285.32 | 1 | 0.54 |
| Hex | C6 | 16 | FF | 16 | 5B | 0 | 0 | 11D | 64 | 36 |
| Octal | 306 | 26 | 377 | 26 | 133 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000110 | 10110 | 11111111 | 10110 | 1011011 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C616FF
Complementary color
Monochromatic Colors of #C616FF
Black with #C616FF
Text Example
Text Example
White with #C616FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616FF; }
p { color: rgb(198,22,255); }
H1.HeaderClassName
{
color: #C616FF;
}
.AnyTagClassName
{
color: #C616FF;
}
</style>
background-color css
<style>
a { background-color: #C616FF; }
a { background-color: rgb(198,22,255); }
div.DivClassName
{
background-color: #C616FF;
}
.BgClassName
{
background-color: #C616FF;
}
</style>
border-color css
<style>
span { border-color: #C616FF; }
span { border-color: rgb(198,22,255); }
td.TdClassName
{
border-color: #C616FF;
}
.TagClassName
{
border-color: #C616FF;
}
</style>