Shades of Electric Purple #C61CFE
Tints of Electric Purple #C61CFE
RGB
CMYK
RGB Variations
Color information
#C61CFE (or 0xC61CFE) is known color: Electric Purple. HEX triplet: C6, 1C and FE. RGB value is (198,28,254). Sum of RGB (Red+Green+Blue) = 198+28+254=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CFE is #39E301. Grayscale: #676767. Windows color (decimal): -3793666 or 16653510. OLE color: 16653510.
HSL color Cylindrical-coordinate representation of color #C61CFE: hue angle of 285.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61CFE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 28 | 254 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.00 |
| HSL | 285.13º | 0.99% | 0.55% | - |
| HSV(B) | 285.13º | 0.89% | 1% | - |
| XYZ | 41.59 | 19.99 | 95.43 | - |
| YUV | 104.59 | 212.32 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 254 | 0.22 | 0.89 | 0 | 0.00 | 285.13 | 0.99 | 0.55 |
| Hex | C6 | 1C | FE | 16 | 59 | 0 | 0 | 11D | 63 | 37 |
| Octal | 306 | 34 | 376 | 26 | 131 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000110 | 11100 | 11111110 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C61CFE
Complementary color
Monochromatic Colors of #C61CFE
Black with #C61CFE
Text Example
Text Example
White with #C61CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CFE; }
p { color: rgb(198,28,254); }
H1.HeaderClassName
{
color: #C61CFE;
}
.AnyTagClassName
{
color: #C61CFE;
}
</style>
background-color css
<style>
a { background-color: #C61CFE; }
a { background-color: rgb(198,28,254); }
div.DivClassName
{
background-color: #C61CFE;
}
.BgClassName
{
background-color: #C61CFE;
}
</style>
border-color css
<style>
span { border-color: #C61CFE; }
span { border-color: rgb(198,28,254); }
td.TdClassName
{
border-color: #C61CFE;
}
.TagClassName
{
border-color: #C61CFE;
}
</style>