Shades of Electric Purple #C62EFA
Tints of Electric Purple #C62EFA
RGB
CMYK
RGB Variations
Color information
#C62EFA (or 0xC62EFA) is known color: Electric Purple. HEX triplet: C6, 2E and FA. RGB value is (198,46,250). Sum of RGB (Red+Green+Blue) = 198+46+250=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 46 (18.36% from 255 or 9.31% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #C62EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFA is #39D105. Grayscale: #727272. Windows color (decimal): -3789062 or 16395974. OLE color: 16395974.
HSL color Cylindrical-coordinate representation of color #C62EFA: hue angle of 284.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62EFA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 46 | 250 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.71º | 0.95% | 0.58% | - |
| HSV(B) | 284.71º | 0.82% | 0.98% | - |
| XYZ | 41.52 | 20.86 | 92.28 | - |
| YUV | 114.7 | 204.36 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 250 | 0.21 | 0.82 | 0 | 0.02 | 284.71 | 0.95 | 0.58 |
| Hex | C6 | 2E | FA | 15 | 52 | 0 | 2 | 11D | 5F | 3A |
| Octal | 306 | 56 | 372 | 25 | 122 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11000110 | 101110 | 11111010 | 10101 | 1010010 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C62EFA
Complementary color
Monochromatic Colors of #C62EFA
Black with #C62EFA
Text Example
Text Example
White with #C62EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EFA; }
p { color: rgb(198,46,250); }
H1.HeaderClassName
{
color: #C62EFA;
}
.AnyTagClassName
{
color: #C62EFA;
}
</style>
background-color css
<style>
a { background-color: #C62EFA; }
a { background-color: rgb(198,46,250); }
div.DivClassName
{
background-color: #C62EFA;
}
.BgClassName
{
background-color: #C62EFA;
}
</style>
border-color css
<style>
span { border-color: #C62EFA; }
span { border-color: rgb(198,46,250); }
td.TdClassName
{
border-color: #C62EFA;
}
.TagClassName
{
border-color: #C62EFA;
}
</style>