Shades of Electric Purple #C82FFA
Tints of Electric Purple #C82FFA
RGB
CMYK
RGB Variations
Color information
#C82FFA (or 0xC82FFA) is known color: Electric Purple. HEX triplet: C8, 2F and FA. RGB value is (200,47,250). Sum of RGB (Red+Green+Blue) = 200+47+250=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C82FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FFA is #37D005. Grayscale: #737373. Windows color (decimal): -3657734 or 16396232. OLE color: 16396232.
HSL color Cylindrical-coordinate representation of color #C82FFA: hue angle of 285.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82FFA is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 47 | 250 | - |
| CMYK | 0.2 | 0.81 | 0 | 0.02 |
| HSL | 285.22º | 0.95% | 0.58% | - |
| HSV(B) | 285.22º | 0.81% | 0.98% | - |
| XYZ | 42.09 | 21.21 | 92.32 | - |
| YUV | 115.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 250 | 0.2 | 0.81 | 0 | 0.02 | 285.22 | 0.95 | 0.58 |
| Hex | C8 | 2F | FA | 14 | 51 | 0 | 2 | 11D | 5F | 3A |
| Octal | 310 | 57 | 372 | 24 | 121 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11001000 | 101111 | 11111010 | 10100 | 1010001 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C82FFA
Complementary color
Monochromatic Colors of #C82FFA
Black with #C82FFA
Text Example
Text Example
White with #C82FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FFA; }
p { color: rgb(200,47,250); }
H1.HeaderClassName
{
color: #C82FFA;
}
.AnyTagClassName
{
color: #C82FFA;
}
</style>
background-color css
<style>
a { background-color: #C82FFA; }
a { background-color: rgb(200,47,250); }
div.DivClassName
{
background-color: #C82FFA;
}
.BgClassName
{
background-color: #C82FFA;
}
</style>
border-color css
<style>
span { border-color: #C82FFA; }
span { border-color: rgb(200,47,250); }
td.TdClassName
{
border-color: #C82FFA;
}
.TagClassName
{
border-color: #C82FFA;
}
</style>