Shades of Electric Purple #C82BEB
Tints of Electric Purple #C82BEB
RGB
CMYK
RGB Variations
Color information
#C82BEB (or 0xC82BEB) is known color: Electric Purple. HEX triplet: C8, 2B and EB. RGB value is (200,43,235). Sum of RGB (Red+Green+Blue) = 200+43+235=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #C82BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BEB is #37D414. Grayscale: #6F6F6F. Windows color (decimal): -3658773 or 15412168. OLE color: 15412168.
HSL color Cylindrical-coordinate representation of color #C82BEB: hue angle of 289.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82BEB is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 43 | 235 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.08 |
| HSL | 289.06º | 0.83% | 0.55% | - |
| HSV(B) | 289.06º | 0.82% | 0.92% | - |
| XYZ | 39.68 | 20.01 | 80.37 | - |
| YUV | 111.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 235 | 0.15 | 0.82 | 0 | 0.08 | 289.06 | 0.83 | 0.55 |
| Hex | C8 | 2B | EB | F | 52 | 0 | 8 | 121 | 53 | 37 |
| Octal | 310 | 53 | 353 | 17 | 122 | 0 | 10 | 441 | 123 | 67 |
| Binary | 11001000 | 101011 | 11101011 | 1111 | 1010010 | 0 | 1000 | 100100001 | 1010011 | 110111 |
Color Harmonies of #C82BEB
Complementary color
Monochromatic Colors of #C82BEB
Black with #C82BEB
Text Example
Text Example
White with #C82BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BEB; }
p { color: rgb(200,43,235); }
H1.HeaderClassName
{
color: #C82BEB;
}
.AnyTagClassName
{
color: #C82BEB;
}
</style>
background-color css
<style>
a { background-color: #C82BEB; }
a { background-color: rgb(200,43,235); }
div.DivClassName
{
background-color: #C82BEB;
}
.BgClassName
{
background-color: #C82BEB;
}
</style>
border-color css
<style>
span { border-color: #C82BEB; }
span { border-color: rgb(200,43,235); }
td.TdClassName
{
border-color: #C82BEB;
}
.TagClassName
{
border-color: #C82BEB;
}
</style>