Shades of Electric Purple #C62FFE
Tints of Electric Purple #C62FFE
RGB
CMYK
RGB Variations
Color information
#C62FFE (or 0xC62FFE) is known color: Electric Purple. HEX triplet: C6, 2F and FE. RGB value is (198,47,254). Sum of RGB (Red+Green+Blue) = 198+47+254=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #C62FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FFE is #39D001. Grayscale: #737373. Windows color (decimal): -3788802 or 16658374. OLE color: 16658374.
HSL color Cylindrical-coordinate representation of color #C62FFE: hue angle of 283.77º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62FFE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 47 | 254 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.00 |
| HSL | 283.77º | 0.99% | 0.59% | - |
| HSV(B) | 283.77º | 0.81% | 1% | - |
| XYZ | 42.19 | 21.19 | 95.63 | - |
| YUV | 115.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 254 | 0.22 | 0.81 | 0 | 0.00 | 283.77 | 0.99 | 0.59 |
| Hex | C6 | 2F | FE | 16 | 51 | 0 | 0 | 11C | 63 | 3B |
| Octal | 306 | 57 | 376 | 26 | 121 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11000110 | 101111 | 11111110 | 10110 | 1010001 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C62FFE
Complementary color
Monochromatic Colors of #C62FFE
Black with #C62FFE
Text Example
Text Example
White with #C62FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FFE; }
p { color: rgb(198,47,254); }
H1.HeaderClassName
{
color: #C62FFE;
}
.AnyTagClassName
{
color: #C62FFE;
}
</style>
background-color css
<style>
a { background-color: #C62FFE; }
a { background-color: rgb(198,47,254); }
div.DivClassName
{
background-color: #C62FFE;
}
.BgClassName
{
background-color: #C62FFE;
}
</style>
border-color css
<style>
span { border-color: #C62FFE; }
span { border-color: rgb(198,47,254); }
td.TdClassName
{
border-color: #C62FFE;
}
.TagClassName
{
border-color: #C62FFE;
}
</style>