Shades of Electric Purple #C82DFA
Tints of Electric Purple #C82DFA
RGB
CMYK
RGB Variations
Color information
#C82DFA (or 0xC82DFA) is known color: Electric Purple. HEX triplet: C8, 2D and FA. RGB value is (200,45,250). Sum of RGB (Red+Green+Blue) = 200+45+250=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #C82DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DFA is #37D205. Grayscale: #727272. Windows color (decimal): -3658246 or 16395720. OLE color: 16395720.
HSL color Cylindrical-coordinate representation of color #C82DFA: hue angle of 285.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82DFA is Cyan = 0.2, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 45 | 250 | - |
| CMYK | 0.2 | 0.82 | 0 | 0.02 |
| HSL | 285.37º | 0.95% | 0.58% | - |
| HSV(B) | 285.37º | 0.82% | 0.98% | - |
| XYZ | 42.01 | 21.06 | 92.29 | - |
| YUV | 114.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 250 | 0.2 | 0.82 | 0 | 0.02 | 285.37 | 0.95 | 0.58 |
| Hex | C8 | 2D | FA | 14 | 52 | 0 | 2 | 11D | 5F | 3A |
| Octal | 310 | 55 | 372 | 24 | 122 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11001000 | 101101 | 11111010 | 10100 | 1010010 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C82DFA
Complementary color
Monochromatic Colors of #C82DFA
Black with #C82DFA
Text Example
Text Example
White with #C82DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DFA; }
p { color: rgb(200,45,250); }
H1.HeaderClassName
{
color: #C82DFA;
}
.AnyTagClassName
{
color: #C82DFA;
}
</style>
background-color css
<style>
a { background-color: #C82DFA; }
a { background-color: rgb(200,45,250); }
div.DivClassName
{
background-color: #C82DFA;
}
.BgClassName
{
background-color: #C82DFA;
}
</style>
border-color css
<style>
span { border-color: #C82DFA; }
span { border-color: rgb(200,45,250); }
td.TdClassName
{
border-color: #C82DFA;
}
.TagClassName
{
border-color: #C82DFA;
}
</style>