Shades of Electric Purple #C82EFF
Tints of Electric Purple #C82EFF
RGB
CMYK
RGB Variations
Color information
#C82EFF (or 0xC82EFF) is known color: Electric Purple. HEX triplet: C8, 2E and FF. RGB value is (200,46,255). Sum of RGB (Red+Green+Blue) = 200+46+255=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 46 (18.36% from 255 or 9.18% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C82EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EFF is #37D100. Grayscale: #737373. Windows color (decimal): -3657985 or 16723656. OLE color: 16723656.
HSL color Cylindrical-coordinate representation of color #C82EFF: hue angle of 284.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82EFF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 46 | 255 | - |
| CMYK | 0.22 | 0.82 | 0 | 0 |
| HSL | 284.21º | 1% | 0.59% | - |
| HSV(B) | 284.21º | 0.82% | 1% | - |
| XYZ | 42.85 | 21.45 | 96.49 | - |
| YUV | 115.87 | 206.52 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 255 | 0.22 | 0.82 | 0 | 0 | 284.21 | 1 | 0.59 |
| Hex | C8 | 2E | FF | 16 | 52 | 0 | 0 | 11C | 64 | 3B |
| Octal | 310 | 56 | 377 | 26 | 122 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11001000 | 101110 | 11111111 | 10110 | 1010010 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C82EFF
Complementary color
Monochromatic Colors of #C82EFF
Black with #C82EFF
Text Example
Text Example
White with #C82EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EFF; }
p { color: rgb(200,46,255); }
H1.HeaderClassName
{
color: #C82EFF;
}
.AnyTagClassName
{
color: #C82EFF;
}
</style>
background-color css
<style>
a { background-color: #C82EFF; }
a { background-color: rgb(200,46,255); }
div.DivClassName
{
background-color: #C82EFF;
}
.BgClassName
{
background-color: #C82EFF;
}
</style>
border-color css
<style>
span { border-color: #C82EFF; }
span { border-color: rgb(200,46,255); }
td.TdClassName
{
border-color: #C82EFF;
}
.TagClassName
{
border-color: #C82EFF;
}
</style>