Shades of Electric Purple #C828F6
Tints of Electric Purple #C828F6
RGB
CMYK
RGB Variations
Color information
#C828F6 (or 0xC828F6) is known color: Electric Purple. HEX triplet: C8, 28 and F6. RGB value is (200,40,246). Sum of RGB (Red+Green+Blue) = 200+40+246=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #C828F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828F6 is #37D709. Grayscale: #6E6E6E. Windows color (decimal): -3659530 or 16132296. OLE color: 16132296.
HSL color Cylindrical-coordinate representation of color #C828F6: hue angle of 286.6º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C828F6 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 40 | 246 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.04 |
| HSL | 286.6º | 0.92% | 0.56% | - |
| HSV(B) | 286.6º | 0.84% | 0.96% | - |
| XYZ | 41.21 | 20.45 | 88.96 | - |
| YUV | 111.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 246 | 0.19 | 0.84 | 0 | 0.04 | 286.6 | 0.92 | 0.56 |
| Hex | C8 | 28 | F6 | 13 | 54 | 0 | 4 | 11F | 5C | 38 |
| Octal | 310 | 50 | 366 | 23 | 124 | 0 | 4 | 437 | 134 | 70 |
| Binary | 11001000 | 101000 | 11110110 | 10011 | 1010100 | 0 | 100 | 100011111 | 1011100 | 111000 |
Color Harmonies of #C828F6
Complementary color
Monochromatic Colors of #C828F6
Black with #C828F6
Text Example
Text Example
White with #C828F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828F6; }
p { color: rgb(200,40,246); }
H1.HeaderClassName
{
color: #C828F6;
}
.AnyTagClassName
{
color: #C828F6;
}
</style>
background-color css
<style>
a { background-color: #C828F6; }
a { background-color: rgb(200,40,246); }
div.DivClassName
{
background-color: #C828F6;
}
.BgClassName
{
background-color: #C828F6;
}
</style>
border-color css
<style>
span { border-color: #C828F6; }
span { border-color: rgb(200,40,246); }
td.TdClassName
{
border-color: #C828F6;
}
.TagClassName
{
border-color: #C828F6;
}
</style>