Shades of Electric Purple #C82AFE
Tints of Electric Purple #C82AFE
RGB
CMYK
RGB Variations
Color information
#C82AFE (or 0xC82AFE) is known color: Electric Purple. HEX triplet: C8, 2A and FE. RGB value is (200,42,254). Sum of RGB (Red+Green+Blue) = 200+42+254=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #C82AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFE is #37D501. Grayscale: #707070. Windows color (decimal): -3659010 or 16657096. OLE color: 16657096.
HSL color Cylindrical-coordinate representation of color #C82AFE: hue angle of 284.72º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82AFE is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 42 | 254 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.00 |
| HSL | 284.72º | 0.99% | 0.58% | - |
| HSV(B) | 284.72º | 0.83% | 1% | - |
| XYZ | 42.54 | 21.09 | 95.59 | - |
| YUV | 113.41 | 207.35 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 254 | 0.21 | 0.83 | 0 | 0.00 | 284.72 | 0.99 | 0.58 |
| Hex | C8 | 2A | FE | 15 | 53 | 0 | 0 | 11D | 63 | 3A |
| Octal | 310 | 52 | 376 | 25 | 123 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11001000 | 101010 | 11111110 | 10101 | 1010011 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C82AFE
Complementary color
Monochromatic Colors of #C82AFE
Black with #C82AFE
Text Example
Text Example
White with #C82AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AFE; }
p { color: rgb(200,42,254); }
H1.HeaderClassName
{
color: #C82AFE;
}
.AnyTagClassName
{
color: #C82AFE;
}
</style>
background-color css
<style>
a { background-color: #C82AFE; }
a { background-color: rgb(200,42,254); }
div.DivClassName
{
background-color: #C82AFE;
}
.BgClassName
{
background-color: #C82AFE;
}
</style>
border-color css
<style>
span { border-color: #C82AFE; }
span { border-color: rgb(200,42,254); }
td.TdClassName
{
border-color: #C82AFE;
}
.TagClassName
{
border-color: #C82AFE;
}
</style>