Shades of Electric Purple #C82BEF
Tints of Electric Purple #C82BEF
RGB
CMYK
RGB Variations
Color information
#C82BEF (or 0xC82BEF) is known color: Electric Purple. HEX triplet: C8, 2B and EF. RGB value is (200,43,239). Sum of RGB (Red+Green+Blue) = 200+43+239=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #C82BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BEF is #37D410. Grayscale: #6F6F6F. Windows color (decimal): -3658769 or 15674312. OLE color: 15674312.
HSL color Cylindrical-coordinate representation of color #C82BEF: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82BEF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 43 | 239 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.06 |
| HSL | 288.06º | 0.86% | 0.55% | - |
| HSV(B) | 288.06º | 0.82% | 0.94% | - |
| XYZ | 40.26 | 20.24 | 83.45 | - |
| YUV | 112.29 | 199.51 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 239 | 0.16 | 0.82 | 0 | 0.06 | 288.06 | 0.86 | 0.55 |
| Hex | C8 | 2B | EF | 10 | 52 | 0 | 6 | 120 | 56 | 37 |
| Octal | 310 | 53 | 357 | 20 | 122 | 0 | 6 | 440 | 126 | 67 |
| Binary | 11001000 | 101011 | 11101111 | 10000 | 1010010 | 0 | 110 | 100100000 | 1010110 | 110111 |
Color Harmonies of #C82BEF
Complementary color
Monochromatic Colors of #C82BEF
Black with #C82BEF
Text Example
Text Example
White with #C82BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BEF; }
p { color: rgb(200,43,239); }
H1.HeaderClassName
{
color: #C82BEF;
}
.AnyTagClassName
{
color: #C82BEF;
}
</style>
background-color css
<style>
a { background-color: #C82BEF; }
a { background-color: rgb(200,43,239); }
div.DivClassName
{
background-color: #C82BEF;
}
.BgClassName
{
background-color: #C82BEF;
}
</style>
border-color css
<style>
span { border-color: #C82BEF; }
span { border-color: rgb(200,43,239); }
td.TdClassName
{
border-color: #C82BEF;
}
.TagClassName
{
border-color: #C82BEF;
}
</style>