Shades of Electric Purple #C82DED
Tints of Electric Purple #C82DED
RGB
CMYK
RGB Variations
Color information
#C82DED (or 0xC82DED) is known color: Electric Purple. HEX triplet: C8, 2D and ED. RGB value is (200,45,237). Sum of RGB (Red+Green+Blue) = 200+45+237=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #C82DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DED is #37D212. Grayscale: #707070. Windows color (decimal): -3658259 or 15543752. OLE color: 15543752.
HSL color Cylindrical-coordinate representation of color #C82DED: hue angle of 288.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82DED is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 45 | 237 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.44º | 0.84% | 0.55% | - |
| HSV(B) | 288.44º | 0.81% | 0.93% | - |
| XYZ | 40.04 | 20.27 | 81.92 | - |
| YUV | 113.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 237 | 0.16 | 0.81 | 0 | 0.07 | 288.44 | 0.84 | 0.55 |
| Hex | C8 | 2D | ED | 10 | 51 | 0 | 7 | 120 | 54 | 37 |
| Octal | 310 | 55 | 355 | 20 | 121 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11001000 | 101101 | 11101101 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C82DED
Complementary color
Monochromatic Colors of #C82DED
Black with #C82DED
Text Example
Text Example
White with #C82DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DED; }
p { color: rgb(200,45,237); }
H1.HeaderClassName
{
color: #C82DED;
}
.AnyTagClassName
{
color: #C82DED;
}
</style>
background-color css
<style>
a { background-color: #C82DED; }
a { background-color: rgb(200,45,237); }
div.DivClassName
{
background-color: #C82DED;
}
.BgClassName
{
background-color: #C82DED;
}
</style>
border-color css
<style>
span { border-color: #C82DED; }
span { border-color: rgb(200,45,237); }
td.TdClassName
{
border-color: #C82DED;
}
.TagClassName
{
border-color: #C82DED;
}
</style>