Shades of Electric Purple #C828FD
Tints of Electric Purple #C828FD
RGB
CMYK
RGB Variations
Color information
#C828FD (or 0xC828FD) is known color: Electric Purple. HEX triplet: C8, 28 and FD. RGB value is (200,40,253). Sum of RGB (Red+Green+Blue) = 200+40+253=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #C828FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828FD is #37D702. Grayscale: #6F6F6F. Windows color (decimal): -3659523 or 16591048. OLE color: 16591048.
HSL color Cylindrical-coordinate representation of color #C828FD: hue angle of 285.07º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C828FD is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 40 | 253 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.01 |
| HSL | 285.07º | 0.98% | 0.57% | - |
| HSV(B) | 285.07º | 0.84% | 0.99% | - |
| XYZ | 42.31 | 20.89 | 94.73 | - |
| YUV | 112.12 | 207.51 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 253 | 0.21 | 0.84 | 0 | 0.01 | 285.07 | 0.98 | 0.57 |
| Hex | C8 | 28 | FD | 15 | 54 | 0 | 1 | 11D | 62 | 39 |
| Octal | 310 | 50 | 375 | 25 | 124 | 0 | 1 | 435 | 142 | 71 |
| Binary | 11001000 | 101000 | 11111101 | 10101 | 1010100 | 0 | 1 | 100011101 | 1100010 | 111001 |
Color Harmonies of #C828FD
Complementary color
Monochromatic Colors of #C828FD
Black with #C828FD
Text Example
Text Example
White with #C828FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828FD; }
p { color: rgb(200,40,253); }
H1.HeaderClassName
{
color: #C828FD;
}
.AnyTagClassName
{
color: #C828FD;
}
</style>
background-color css
<style>
a { background-color: #C828FD; }
a { background-color: rgb(200,40,253); }
div.DivClassName
{
background-color: #C828FD;
}
.BgClassName
{
background-color: #C828FD;
}
</style>
border-color css
<style>
span { border-color: #C828FD; }
span { border-color: rgb(200,40,253); }
td.TdClassName
{
border-color: #C828FD;
}
.TagClassName
{
border-color: #C828FD;
}
</style>