Shades of Electric Purple #C62CFE
Tints of Electric Purple #C62CFE
RGB
CMYK
RGB Variations
Color information
#C62CFE (or 0xC62CFE) is known color: Electric Purple. HEX triplet: C6, 2C and FE. RGB value is (198,44,254). Sum of RGB (Red+Green+Blue) = 198+44+254=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C62CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CFE is #39D301. Grayscale: #717171. Windows color (decimal): -3789570 or 16657606. OLE color: 16657606.
HSL color Cylindrical-coordinate representation of color #C62CFE: hue angle of 284º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62CFE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 44 | 254 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.00 |
| HSL | 284º | 0.99% | 0.58% | - |
| HSV(B) | 284º | 0.83% | 1% | - |
| XYZ | 42.08 | 20.96 | 95.59 | - |
| YUV | 113.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 254 | 0.22 | 0.83 | 0 | 0.00 | 284 | 0.99 | 0.58 |
| Hex | C6 | 2C | FE | 16 | 53 | 0 | 0 | 11C | 63 | 3A |
| Octal | 306 | 54 | 376 | 26 | 123 | 0 | 0 | 434 | 143 | 72 |
| Binary | 11000110 | 101100 | 11111110 | 10110 | 1010011 | 0 | 0 | 100011100 | 1100011 | 111010 |
Color Harmonies of #C62CFE
Complementary color
Monochromatic Colors of #C62CFE
Black with #C62CFE
Text Example
Text Example
White with #C62CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CFE; }
p { color: rgb(198,44,254); }
H1.HeaderClassName
{
color: #C62CFE;
}
.AnyTagClassName
{
color: #C62CFE;
}
</style>
background-color css
<style>
a { background-color: #C62CFE; }
a { background-color: rgb(198,44,254); }
div.DivClassName
{
background-color: #C62CFE;
}
.BgClassName
{
background-color: #C62CFE;
}
</style>
border-color css
<style>
span { border-color: #C62CFE; }
span { border-color: rgb(198,44,254); }
td.TdClassName
{
border-color: #C62CFE;
}
.TagClassName
{
border-color: #C62CFE;
}
</style>