Shades of Electric Purple #C826FB
Tints of Electric Purple #C826FB
RGB
CMYK
RGB Variations
Color information
#C826FB (or 0xC826FB) is known color: Electric Purple. HEX triplet: C8, 26 and FB. RGB value is (200,38,251). Sum of RGB (Red+Green+Blue) = 200+38+251=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C826FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C826FB is #37D904. Grayscale: #6E6E6E. Windows color (decimal): -3660037 or 16459464. OLE color: 16459464.
HSL color Cylindrical-coordinate representation of color #C826FB: hue angle of 285.63º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C826FB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 38 | 251 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.02 |
| HSL | 285.63º | 0.96% | 0.57% | - |
| HSV(B) | 285.63º | 0.85% | 0.98% | - |
| XYZ | 41.93 | 20.63 | 93.04 | - |
| YUV | 110.72 | 207.17 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 251 | 0.20 | 0.85 | 0 | 0.02 | 285.63 | 0.96 | 0.57 |
| Hex | C8 | 26 | FB | 14 | 55 | 0 | 2 | 11E | 60 | 39 |
| Octal | 310 | 46 | 373 | 24 | 125 | 0 | 2 | 436 | 140 | 71 |
| Binary | 11001000 | 100110 | 11111011 | 10100 | 1010101 | 0 | 10 | 100011110 | 1100000 | 111001 |
Color Harmonies of #C826FB
Complementary color
Monochromatic Colors of #C826FB
Black with #C826FB
Text Example
Text Example
White with #C826FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C826FB; }
p { color: rgb(200,38,251); }
H1.HeaderClassName
{
color: #C826FB;
}
.AnyTagClassName
{
color: #C826FB;
}
</style>
background-color css
<style>
a { background-color: #C826FB; }
a { background-color: rgb(200,38,251); }
div.DivClassName
{
background-color: #C826FB;
}
.BgClassName
{
background-color: #C826FB;
}
</style>
border-color css
<style>
span { border-color: #C826FB; }
span { border-color: rgb(200,38,251); }
td.TdClassName
{
border-color: #C826FB;
}
.TagClassName
{
border-color: #C826FB;
}
</style>