Shades of Electric Purple #C82EFE
Tints of Electric Purple #C82EFE
RGB
CMYK
RGB Variations
Color information
#C82EFE (or 0xC82EFE) is known color: Electric Purple. HEX triplet: C8, 2E and FE. RGB value is (200,46,254). Sum of RGB (Red+Green+Blue) = 200+46+254=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #C82EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EFE is #37D101. Grayscale: #737373. Windows color (decimal): -3657986 or 16658120. OLE color: 16658120.
HSL color Cylindrical-coordinate representation of color #C82EFE: hue angle of 284.42º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82EFE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 46 | 254 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.00 |
| HSL | 284.42º | 0.99% | 0.59% | - |
| HSV(B) | 284.42º | 0.82% | 1% | - |
| XYZ | 42.69 | 21.39 | 95.64 | - |
| YUV | 115.76 | 206.02 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 254 | 0.21 | 0.82 | 0 | 0.00 | 284.42 | 0.99 | 0.59 |
| Hex | C8 | 2E | FE | 15 | 52 | 0 | 0 | 11C | 63 | 3B |
| Octal | 310 | 56 | 376 | 25 | 122 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11001000 | 101110 | 11111110 | 10101 | 1010010 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C82EFE
Complementary color
Monochromatic Colors of #C82EFE
Black with #C82EFE
Text Example
Text Example
White with #C82EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EFE; }
p { color: rgb(200,46,254); }
H1.HeaderClassName
{
color: #C82EFE;
}
.AnyTagClassName
{
color: #C82EFE;
}
</style>
background-color css
<style>
a { background-color: #C82EFE; }
a { background-color: rgb(200,46,254); }
div.DivClassName
{
background-color: #C82EFE;
}
.BgClassName
{
background-color: #C82EFE;
}
</style>
border-color css
<style>
span { border-color: #C82EFE; }
span { border-color: rgb(200,46,254); }
td.TdClassName
{
border-color: #C82EFE;
}
.TagClassName
{
border-color: #C82EFE;
}
</style>