Shades of Electric Purple #C82DEE
Tints of Electric Purple #C82DEE
RGB
CMYK
RGB Variations
Color information
#C82DEE (or 0xC82DEE) is known color: Electric Purple. HEX triplet: C8, 2D and EE. RGB value is (200,45,238). Sum of RGB (Red+Green+Blue) = 200+45+238=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #C82DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DEE is #37D211. Grayscale: #707070. Windows color (decimal): -3658258 or 15609288. OLE color: 15609288.
HSL color Cylindrical-coordinate representation of color #C82DEE: hue angle of 288.19º degrees, saturation: 0.85, 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 #C82DEE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 45 | 238 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.19º | 0.85% | 0.55% | - |
| HSV(B) | 288.19º | 0.81% | 0.93% | - |
| XYZ | 40.19 | 20.33 | 82.69 | - |
| YUV | 113.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 238 | 0.16 | 0.81 | 0 | 0.07 | 288.19 | 0.85 | 0.55 |
| Hex | C8 | 2D | EE | 10 | 51 | 0 | 7 | 120 | 55 | 37 |
| Octal | 310 | 55 | 356 | 20 | 121 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11001000 | 101101 | 11101110 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C82DEE
Complementary color
Monochromatic Colors of #C82DEE
Black with #C82DEE
Text Example
Text Example
White with #C82DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DEE; }
p { color: rgb(200,45,238); }
H1.HeaderClassName
{
color: #C82DEE;
}
.AnyTagClassName
{
color: #C82DEE;
}
</style>
background-color css
<style>
a { background-color: #C82DEE; }
a { background-color: rgb(200,45,238); }
div.DivClassName
{
background-color: #C82DEE;
}
.BgClassName
{
background-color: #C82DEE;
}
</style>
border-color css
<style>
span { border-color: #C82DEE; }
span { border-color: rgb(200,45,238); }
td.TdClassName
{
border-color: #C82DEE;
}
.TagClassName
{
border-color: #C82DEE;
}
</style>