Shades of Electric Purple #C82BF1
Tints of Electric Purple #C82BF1
RGB
CMYK
RGB Variations
Color information
#C82BF1 (or 0xC82BF1) is known color: Electric Purple. HEX triplet: C8, 2B and F1. RGB value is (200,43,241). Sum of RGB (Red+Green+Blue) = 200+43+241=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 43 (17.19% from 255 or 8.88% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #C82BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82BF1 is #37D40E. Grayscale: #6F6F6F. Windows color (decimal): -3658767 or 15805384. OLE color: 15805384.
HSL color Cylindrical-coordinate representation of color #C82BF1: hue angle of 287.58º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82BF1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 43 | 241 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.05 |
| HSL | 287.58º | 0.88% | 0.56% | - |
| HSV(B) | 287.58º | 0.82% | 0.95% | - |
| XYZ | 40.56 | 20.36 | 85.01 | - |
| YUV | 112.52 | 200.51 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 43 | 241 | 0.17 | 0.82 | 0 | 0.05 | 287.58 | 0.88 | 0.56 |
| Hex | C8 | 2B | F1 | 11 | 52 | 0 | 5 | 120 | 58 | 38 |
| Octal | 310 | 53 | 361 | 21 | 122 | 0 | 5 | 440 | 130 | 70 |
| Binary | 11001000 | 101011 | 11110001 | 10001 | 1010010 | 0 | 101 | 100100000 | 1011000 | 111000 |
Color Harmonies of #C82BF1
Complementary color
Monochromatic Colors of #C82BF1
Black with #C82BF1
Text Example
Text Example
White with #C82BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82BF1; }
p { color: rgb(200,43,241); }
H1.HeaderClassName
{
color: #C82BF1;
}
.AnyTagClassName
{
color: #C82BF1;
}
</style>
background-color css
<style>
a { background-color: #C82BF1; }
a { background-color: rgb(200,43,241); }
div.DivClassName
{
background-color: #C82BF1;
}
.BgClassName
{
background-color: #C82BF1;
}
</style>
border-color css
<style>
span { border-color: #C82BF1; }
span { border-color: rgb(200,43,241); }
td.TdClassName
{
border-color: #C82BF1;
}
.TagClassName
{
border-color: #C82BF1;
}
</style>