Shades of Electric Purple #C828FF
Tints of Electric Purple #C828FF
RGB
CMYK
RGB Variations
Color information
#C828FF (or 0xC828FF) is known color: Electric Purple. HEX triplet: C8, 28 and FF. RGB value is (200,40,255). Sum of RGB (Red+Green+Blue) = 200+40+255=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 40 (16.02% from 255 or 8.08% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #C828FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C828FF is #37D700. Grayscale: #6F6F6F. Windows color (decimal): -3659521 or 16722120. OLE color: 16722120.
HSL color Cylindrical-coordinate representation of color #C828FF: hue angle of 284.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C828FF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 40 | 255 | - |
| CMYK | 0.22 | 0.84 | 0 | 0 |
| HSL | 284.65º | 1% | 0.58% | - |
| HSV(B) | 284.65º | 0.84% | 1% | - |
| XYZ | 42.63 | 21.02 | 96.42 | - |
| YUV | 112.35 | 208.51 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 255 | 0.22 | 0.84 | 0 | 0 | 284.65 | 1 | 0.58 |
| Hex | C8 | 28 | FF | 16 | 54 | 0 | 0 | 11D | 64 | 3A |
| Octal | 310 | 50 | 377 | 26 | 124 | 0 | 0 | 435 | 144 | 72 |
| Binary | 11001000 | 101000 | 11111111 | 10110 | 1010100 | 0 | 0 | 100011101 | 1100100 | 111010 |
Color Harmonies of #C828FF
Complementary color
Monochromatic Colors of #C828FF
Black with #C828FF
Text Example
Text Example
White with #C828FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C828FF; }
p { color: rgb(200,40,255); }
H1.HeaderClassName
{
color: #C828FF;
}
.AnyTagClassName
{
color: #C828FF;
}
</style>
background-color css
<style>
a { background-color: #C828FF; }
a { background-color: rgb(200,40,255); }
div.DivClassName
{
background-color: #C828FF;
}
.BgClassName
{
background-color: #C828FF;
}
</style>
border-color css
<style>
span { border-color: #C828FF; }
span { border-color: rgb(200,40,255); }
td.TdClassName
{
border-color: #C828FF;
}
.TagClassName
{
border-color: #C828FF;
}
</style>