Shades of Electric Purple #C82DFE
Tints of Electric Purple #C82DFE
RGB
CMYK
RGB Variations
Color information
#C82DFE (or 0xC82DFE) is known color: Electric Purple. HEX triplet: C8, 2D and FE. RGB value is (200,45,254). Sum of RGB (Red+Green+Blue) = 200+45+254=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 45 (17.97% from 255 or 9.02% 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 #C82DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DFE is #37D201. Grayscale: #727272. Windows color (decimal): -3658242 or 16657864. OLE color: 16657864.
HSL color Cylindrical-coordinate representation of color #C82DFE: hue angle of 284.5º 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 #C82DFE is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 45 | 254 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.00 |
| HSL | 284.5º | 0.99% | 0.59% | - |
| HSV(B) | 284.5º | 0.82% | 1% | - |
| XYZ | 42.65 | 21.31 | 95.63 | - |
| YUV | 115.17 | 206.35 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 254 | 0.21 | 0.82 | 0 | 0.00 | 284.5 | 0.99 | 0.59 |
| Hex | C8 | 2D | FE | 15 | 52 | 0 | 0 | 11C | 63 | 3B |
| Octal | 310 | 55 | 376 | 25 | 122 | 0 | 0 | 434 | 143 | 73 |
| Binary | 11001000 | 101101 | 11111110 | 10101 | 1010010 | 0 | 0 | 100011100 | 1100011 | 111011 |
Color Harmonies of #C82DFE
Complementary color
Monochromatic Colors of #C82DFE
Black with #C82DFE
Text Example
Text Example
White with #C82DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DFE; }
p { color: rgb(200,45,254); }
H1.HeaderClassName
{
color: #C82DFE;
}
.AnyTagClassName
{
color: #C82DFE;
}
</style>
background-color css
<style>
a { background-color: #C82DFE; }
a { background-color: rgb(200,45,254); }
div.DivClassName
{
background-color: #C82DFE;
}
.BgClassName
{
background-color: #C82DFE;
}
</style>
border-color css
<style>
span { border-color: #C82DFE; }
span { border-color: rgb(200,45,254); }
td.TdClassName
{
border-color: #C82DFE;
}
.TagClassName
{
border-color: #C82DFE;
}
</style>