Shades of Electric Purple #C82AFB
Tints of Electric Purple #C82AFB
RGB
CMYK
RGB Variations
Color information
#C82AFB (or 0xC82AFB) is known color: Electric Purple. HEX triplet: C8, 2A and FB. RGB value is (200,42,251). Sum of RGB (Red+Green+Blue) = 200+42+251=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C82AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFB is #37D504. Grayscale: #707070. Windows color (decimal): -3659013 or 16460488. OLE color: 16460488.
HSL color Cylindrical-coordinate representation of color #C82AFB: hue angle of 285.36º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82AFB is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 42 | 251 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.02 |
| HSL | 285.36º | 0.96% | 0.57% | - |
| HSV(B) | 285.36º | 0.83% | 0.98% | - |
| XYZ | 42.06 | 20.9 | 93.08 | - |
| YUV | 113.07 | 205.85 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 251 | 0.20 | 0.83 | 0 | 0.02 | 285.36 | 0.96 | 0.57 |
| Hex | C8 | 2A | FB | 14 | 53 | 0 | 2 | 11D | 60 | 39 |
| Octal | 310 | 52 | 373 | 24 | 123 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11001000 | 101010 | 11111011 | 10100 | 1010011 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C82AFB
Complementary color
Monochromatic Colors of #C82AFB
Black with #C82AFB
Text Example
Text Example
White with #C82AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AFB; }
p { color: rgb(200,42,251); }
H1.HeaderClassName
{
color: #C82AFB;
}
.AnyTagClassName
{
color: #C82AFB;
}
</style>
background-color css
<style>
a { background-color: #C82AFB; }
a { background-color: rgb(200,42,251); }
div.DivClassName
{
background-color: #C82AFB;
}
.BgClassName
{
background-color: #C82AFB;
}
</style>
border-color css
<style>
span { border-color: #C82AFB; }
span { border-color: rgb(200,42,251); }
td.TdClassName
{
border-color: #C82AFB;
}
.TagClassName
{
border-color: #C82AFB;
}
</style>