Shades of Electric Purple #C82BEA
Tints of Electric Purple #C82BEA
RGB
CMYK
RGB Variations
Color information
#C82BEA (or 0xC82BEA) is known color: Electric Purple. HEX triplet: C8, 2B and EA. RGB value is (200,43,234). Sum of RGB (Red+Green+Blue) = 200+43+234=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C82BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BEA is #37D415. Grayscale: #6F6F6F. Windows color (decimal): -3658774 or 15346632. OLE color: 15346632.
HSL color Cylindrical-coordinate representation of color #C82BEA: hue angle of 289.32º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82BEA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 43 | 234 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.08 |
| HSL | 289.32º | 0.82% | 0.54% | - |
| HSV(B) | 289.32º | 0.82% | 0.92% | - |
| XYZ | 39.53 | 19.95 | 79.61 | - |
| YUV | 111.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 234 | 0.15 | 0.82 | 0 | 0.08 | 289.32 | 0.82 | 0.54 |
| Hex | C8 | 2B | EA | F | 52 | 0 | 8 | 121 | 52 | 36 |
| Octal | 310 | 53 | 352 | 17 | 122 | 0 | 10 | 441 | 122 | 66 |
| Binary | 11001000 | 101011 | 11101010 | 1111 | 1010010 | 0 | 1000 | 100100001 | 1010010 | 110110 |
Color Harmonies of #C82BEA
Complementary color
Monochromatic Colors of #C82BEA
Black with #C82BEA
Text Example
Text Example
White with #C82BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BEA; }
p { color: rgb(200,43,234); }
H1.HeaderClassName
{
color: #C82BEA;
}
.AnyTagClassName
{
color: #C82BEA;
}
</style>
background-color css
<style>
a { background-color: #C82BEA; }
a { background-color: rgb(200,43,234); }
div.DivClassName
{
background-color: #C82BEA;
}
.BgClassName
{
background-color: #C82BEA;
}
</style>
border-color css
<style>
span { border-color: #C82BEA; }
span { border-color: rgb(200,43,234); }
td.TdClassName
{
border-color: #C82BEA;
}
.TagClassName
{
border-color: #C82BEA;
}
</style>