Shades of Electric Purple #C61AFE
Tints of Electric Purple #C61AFE
RGB
CMYK
RGB Variations
Color information
#C61AFE (or 0xC61AFE) is known color: Electric Purple. HEX triplet: C6, 1A and FE. RGB value is (198,26,254). Sum of RGB (Red+Green+Blue) = 198+26+254=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AFE is #39E501. Grayscale: #666666. Windows color (decimal): -3794178 or 16652998. OLE color: 16652998.
HSL color Cylindrical-coordinate representation of color #C61AFE: hue angle of 285.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61AFE is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 26 | 254 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.00 |
| HSL | 285.26º | 0.99% | 0.55% | - |
| HSV(B) | 285.26º | 0.9% | 1% | - |
| XYZ | 41.55 | 19.9 | 95.42 | - |
| YUV | 103.42 | 212.98 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 254 | 0.22 | 0.90 | 0 | 0.00 | 285.26 | 0.99 | 0.55 |
| Hex | C6 | 1A | FE | 16 | 5A | 0 | 0 | 11D | 63 | 37 |
| Octal | 306 | 32 | 376 | 26 | 132 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000110 | 11010 | 11111110 | 10110 | 1011010 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C61AFE
Complementary color
Monochromatic Colors of #C61AFE
Black with #C61AFE
Text Example
Text Example
White with #C61AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AFE; }
p { color: rgb(198,26,254); }
H1.HeaderClassName
{
color: #C61AFE;
}
.AnyTagClassName
{
color: #C61AFE;
}
</style>
background-color css
<style>
a { background-color: #C61AFE; }
a { background-color: rgb(198,26,254); }
div.DivClassName
{
background-color: #C61AFE;
}
.BgClassName
{
background-color: #C61AFE;
}
</style>
border-color css
<style>
span { border-color: #C61AFE; }
span { border-color: rgb(198,26,254); }
td.TdClassName
{
border-color: #C61AFE;
}
.TagClassName
{
border-color: #C61AFE;
}
</style>