Shades of Electric Purple #C827EE
Tints of Electric Purple #C827EE
RGB
CMYK
RGB Variations
Color information
#C827EE (or 0xC827EE) is known color: Electric Purple. HEX triplet: C8, 27 and EE. RGB value is (200,39,238). Sum of RGB (Red+Green+Blue) = 200+39+238=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 39 (15.62% from 255 or 8.18% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #C827EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827EE is #37D811. Grayscale: #6D6D6D. Windows color (decimal): -3659794 or 15607752. OLE color: 15607752.
HSL color Cylindrical-coordinate representation of color #C827EE: hue angle of 288.54º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C827EE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 39 | 238 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.54º | 0.85% | 0.54% | - |
| HSV(B) | 288.54º | 0.84% | 0.93% | - |
| XYZ | 39.98 | 19.9 | 82.62 | - |
| YUV | 109.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 238 | 0.16 | 0.84 | 0 | 0.07 | 288.54 | 0.85 | 0.54 |
| Hex | C8 | 27 | EE | 10 | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 310 | 47 | 356 | 20 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001000 | 100111 | 11101110 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C827EE
Complementary color
Monochromatic Colors of #C827EE
Black with #C827EE
Text Example
Text Example
White with #C827EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827EE; }
p { color: rgb(200,39,238); }
H1.HeaderClassName
{
color: #C827EE;
}
.AnyTagClassName
{
color: #C827EE;
}
</style>
background-color css
<style>
a { background-color: #C827EE; }
a { background-color: rgb(200,39,238); }
div.DivClassName
{
background-color: #C827EE;
}
.BgClassName
{
background-color: #C827EE;
}
</style>
border-color css
<style>
span { border-color: #C827EE; }
span { border-color: rgb(200,39,238); }
td.TdClassName
{
border-color: #C827EE;
}
.TagClassName
{
border-color: #C827EE;
}
</style>