Shades of Electric Purple #C82CFF
Tints of Electric Purple #C82CFF
RGB
CMYK
RGB Variations
Color information
#C82CFF (or 0xC82CFF) is known color: Electric Purple. HEX triplet: C8, 2C and FF. RGB value is (200,44,255). Sum of RGB (Red+Green+Blue) = 200+44+255=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 44 (17.58% from 255 or 8.82% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C82CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CFF is #37D300. Grayscale: #727272. Windows color (decimal): -3658497 or 16723144. OLE color: 16723144.
HSL color Cylindrical-coordinate representation of color #C82CFF: hue angle of 284.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82CFF is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 44 | 255 | - |
| CMYK | 0.22 | 0.83 | 0 | 0 |
| HSL | 284.36º | 1% | 0.59% | - |
| HSV(B) | 284.36º | 0.83% | 1% | - |
| XYZ | 42.77 | 21.3 | 96.46 | - |
| YUV | 114.7 | 207.18 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 255 | 0.22 | 0.83 | 0 | 0 | 284.36 | 1 | 0.59 |
| Hex | C8 | 2C | FF | 16 | 53 | 0 | 0 | 11C | 64 | 3B |
| Octal | 310 | 54 | 377 | 26 | 123 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11001000 | 101100 | 11111111 | 10110 | 1010011 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C82CFF
Complementary color
Monochromatic Colors of #C82CFF
Black with #C82CFF
Text Example
Text Example
White with #C82CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CFF; }
p { color: rgb(200,44,255); }
H1.HeaderClassName
{
color: #C82CFF;
}
.AnyTagClassName
{
color: #C82CFF;
}
</style>
background-color css
<style>
a { background-color: #C82CFF; }
a { background-color: rgb(200,44,255); }
div.DivClassName
{
background-color: #C82CFF;
}
.BgClassName
{
background-color: #C82CFF;
}
</style>
border-color css
<style>
span { border-color: #C82CFF; }
span { border-color: rgb(200,44,255); }
td.TdClassName
{
border-color: #C82CFF;
}
.TagClassName
{
border-color: #C82CFF;
}
</style>