Shades of Electric Purple #C62EFC
Tints of Electric Purple #C62EFC
RGB
CMYK
RGB Variations
Color information
#C62EFC (or 0xC62EFC) is known color: Electric Purple. HEX triplet: C6, 2E and FC. RGB value is (198,46,252). Sum of RGB (Red+Green+Blue) = 198+46+252=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #C62EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFC is #39D103. Grayscale: #727272. Windows color (decimal): -3789060 or 16527046. OLE color: 16527046.
HSL color Cylindrical-coordinate representation of color #C62EFC: hue angle of 284.27º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62EFC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 46 | 252 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.01 |
| HSL | 284.27º | 0.97% | 0.58% | - |
| HSV(B) | 284.27º | 0.82% | 0.99% | - |
| XYZ | 41.84 | 20.99 | 93.94 | - |
| YUV | 114.93 | 205.36 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 252 | 0.21 | 0.82 | 0 | 0.01 | 284.27 | 0.97 | 0.58 |
| Hex | C6 | 2E | FC | 15 | 52 | 0 | 1 | 11C | 61 | 3A |
| Octal | 306 | 56 | 374 | 25 | 122 | 0 | 1 | 434 | 141 | 72 |
| Binary | 11000110 | 101110 | 11111100 | 10101 | 1010010 | 0 | 1 | 100011100 | 1100001 | 111010 |
Color Harmonies of #C62EFC
Complementary color
Monochromatic Colors of #C62EFC
Black with #C62EFC
Text Example
Text Example
White with #C62EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EFC; }
p { color: rgb(198,46,252); }
H1.HeaderClassName
{
color: #C62EFC;
}
.AnyTagClassName
{
color: #C62EFC;
}
</style>
background-color css
<style>
a { background-color: #C62EFC; }
a { background-color: rgb(198,46,252); }
div.DivClassName
{
background-color: #C62EFC;
}
.BgClassName
{
background-color: #C62EFC;
}
</style>
border-color css
<style>
span { border-color: #C62EFC; }
span { border-color: rgb(198,46,252); }
td.TdClassName
{
border-color: #C62EFC;
}
.TagClassName
{
border-color: #C62EFC;
}
</style>