Shades of Electric Purple #C82BEC
Tints of Electric Purple #C82BEC
RGB
CMYK
RGB Variations
Color information
#C82BEC (or 0xC82BEC) is known color: Electric Purple. HEX triplet: C8, 2B and EC. RGB value is (200,43,236). Sum of RGB (Red+Green+Blue) = 200+43+236=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C82BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BEC is #37D413. Grayscale: #6F6F6F. Windows color (decimal): -3658772 or 15477704. OLE color: 15477704.
HSL color Cylindrical-coordinate representation of color #C82BEC: hue angle of 288.81º 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 #C82BEC is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 43 | 236 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.07 |
| HSL | 288.81º | 0.84% | 0.55% | - |
| HSV(B) | 288.81º | 0.82% | 0.93% | - |
| XYZ | 39.82 | 20.06 | 81.13 | - |
| YUV | 111.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 236 | 0.15 | 0.82 | 0 | 0.07 | 288.81 | 0.84 | 0.55 |
| Hex | C8 | 2B | EC | F | 52 | 0 | 7 | 121 | 54 | 37 |
| Octal | 310 | 53 | 354 | 17 | 122 | 0 | 7 | 441 | 124 | 67 |
| Binary | 11001000 | 101011 | 11101100 | 1111 | 1010010 | 0 | 111 | 100100001 | 1010100 | 110111 |
Color Harmonies of #C82BEC
Complementary color
Monochromatic Colors of #C82BEC
Black with #C82BEC
Text Example
Text Example
White with #C82BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BEC; }
p { color: rgb(200,43,236); }
H1.HeaderClassName
{
color: #C82BEC;
}
.AnyTagClassName
{
color: #C82BEC;
}
</style>
background-color css
<style>
a { background-color: #C82BEC; }
a { background-color: rgb(200,43,236); }
div.DivClassName
{
background-color: #C82BEC;
}
.BgClassName
{
background-color: #C82BEC;
}
</style>
border-color css
<style>
span { border-color: #C82BEC; }
span { border-color: rgb(200,43,236); }
td.TdClassName
{
border-color: #C82BEC;
}
.TagClassName
{
border-color: #C82BEC;
}
</style>