Shades of Electric Purple #C82DFB
Tints of Electric Purple #C82DFB
RGB
CMYK
RGB Variations
Color information
#C82DFB (or 0xC82DFB) is known color: Electric Purple. HEX triplet: C8, 2D and FB. RGB value is (200,45,251). Sum of RGB (Red+Green+Blue) = 200+45+251=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 45 (17.97% from 255 or 9.07% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #C82DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DFB is #37D204. Grayscale: #727272. Windows color (decimal): -3658245 or 16461256. OLE color: 16461256.
HSL color Cylindrical-coordinate representation of color #C82DFB: hue angle of 285.15º degrees, saturation: 0.96, 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 #C82DFB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 45 | 251 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.02 |
| HSL | 285.15º | 0.96% | 0.58% | - |
| HSV(B) | 285.15º | 0.82% | 0.98% | - |
| XYZ | 42.17 | 21.12 | 93.12 | - |
| YUV | 114.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 251 | 0.20 | 0.82 | 0 | 0.02 | 285.15 | 0.96 | 0.58 |
| Hex | C8 | 2D | FB | 14 | 52 | 0 | 2 | 11D | 60 | 3A |
| Octal | 310 | 55 | 373 | 24 | 122 | 0 | 2 | 435 | 140 | 72 |
| Binary | 11001000 | 101101 | 11111011 | 10100 | 1010010 | 0 | 10 | 100011101 | 1100000 | 111010 |
Color Harmonies of #C82DFB
Complementary color
Monochromatic Colors of #C82DFB
Black with #C82DFB
Text Example
Text Example
White with #C82DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DFB; }
p { color: rgb(200,45,251); }
H1.HeaderClassName
{
color: #C82DFB;
}
.AnyTagClassName
{
color: #C82DFB;
}
</style>
background-color css
<style>
a { background-color: #C82DFB; }
a { background-color: rgb(200,45,251); }
div.DivClassName
{
background-color: #C82DFB;
}
.BgClassName
{
background-color: #C82DFB;
}
</style>
border-color css
<style>
span { border-color: #C82DFB; }
span { border-color: rgb(200,45,251); }
td.TdClassName
{
border-color: #C82DFB;
}
.TagClassName
{
border-color: #C82DFB;
}
</style>