Shades of Electric Purple #C62EFB
Tints of Electric Purple #C62EFB
RGB
CMYK
RGB Variations
Color information
#C62EFB (or 0xC62EFB) is known color: Electric Purple. HEX triplet: C6, 2E and FB. RGB value is (198,46,251). Sum of RGB (Red+Green+Blue) = 198+46+251=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C62EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62EFB is #39D104. Grayscale: #727272. Windows color (decimal): -3789061 or 16461510. OLE color: 16461510.
HSL color Cylindrical-coordinate representation of color #C62EFB: hue angle of 284.49º degrees, saturation: 0.96, 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 #C62EFB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 46 | 251 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.49º | 0.96% | 0.58% | - |
| HSV(B) | 284.49º | 0.82% | 0.98% | - |
| XYZ | 41.68 | 20.92 | 93.11 | - |
| YUV | 114.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 251 | 0.21 | 0.82 | 0 | 0.02 | 284.49 | 0.96 | 0.58 |
| Hex | C6 | 2E | FB | 15 | 52 | 0 | 2 | 11C | 60 | 3A |
| Octal | 306 | 56 | 373 | 25 | 122 | 0 | 2 | 434 | 140 | 72 |
| Binary | 11000110 | 101110 | 11111011 | 10101 | 1010010 | 0 | 10 | 100011100 | 1100000 | 111010 |
Color Harmonies of #C62EFB
Complementary color
Monochromatic Colors of #C62EFB
Black with #C62EFB
Text Example
Text Example
White with #C62EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62EFB; }
p { color: rgb(198,46,251); }
H1.HeaderClassName
{
color: #C62EFB;
}
.AnyTagClassName
{
color: #C62EFB;
}
</style>
background-color css
<style>
a { background-color: #C62EFB; }
a { background-color: rgb(198,46,251); }
div.DivClassName
{
background-color: #C62EFB;
}
.BgClassName
{
background-color: #C62EFB;
}
</style>
border-color css
<style>
span { border-color: #C62EFB; }
span { border-color: rgb(198,46,251); }
td.TdClassName
{
border-color: #C62EFB;
}
.TagClassName
{
border-color: #C62EFB;
}
</style>