Shades of Electric Purple #C82BED
Tints of Electric Purple #C82BED
RGB
CMYK
RGB Variations
Color information
#C82BED (or 0xC82BED) is known color: Electric Purple. HEX triplet: C8, 2B and ED. RGB value is (200,43,237). Sum of RGB (Red+Green+Blue) = 200+43+237=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #C82BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BED is #37D412. Grayscale: #6F6F6F. Windows color (decimal): -3658771 or 15543240. OLE color: 15543240.
HSL color Cylindrical-coordinate representation of color #C82BED: hue angle of 288.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82BED is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 43 | 237 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288.56º | 0.84% | 0.55% | - |
| HSV(B) | 288.56º | 0.82% | 0.93% | - |
| XYZ | 39.97 | 20.12 | 81.9 | - |
| YUV | 112.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 237 | 0.16 | 0.82 | 0 | 0.07 | 288.56 | 0.84 | 0.55 |
| Hex | C8 | 2B | ED | 10 | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 310 | 53 | 355 | 20 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001000 | 101011 | 11101101 | 10000 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #C82BED
Complementary color
Monochromatic Colors of #C82BED
Black with #C82BED
Text Example
Text Example
White with #C82BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BED; }
p { color: rgb(200,43,237); }
H1.HeaderClassName
{
color: #C82BED;
}
.AnyTagClassName
{
color: #C82BED;
}
</style>
background-color css
<style>
a { background-color: #C82BED; }
a { background-color: rgb(200,43,237); }
div.DivClassName
{
background-color: #C82BED;
}
.BgClassName
{
background-color: #C82BED;
}
</style>
border-color css
<style>
span { border-color: #C82BED; }
span { border-color: rgb(200,43,237); }
td.TdClassName
{
border-color: #C82BED;
}
.TagClassName
{
border-color: #C82BED;
}
</style>