Shades of Electric Purple #C827EF
Tints of Electric Purple #C827EF
RGB
CMYK
RGB Variations
Color information
#C827EF (or 0xC827EF) is known color: Electric Purple. HEX triplet: C8, 27 and EF. RGB value is (200,39,239). Sum of RGB (Red+Green+Blue) = 200+39+239=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #C827EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827EF is #37D810. Grayscale: #6D6D6D. Windows color (decimal): -3659793 or 15673288. OLE color: 15673288.
HSL color Cylindrical-coordinate representation of color #C827EF: hue angle of 288.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C827EF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 39 | 239 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.06 |
| HSL | 288.3º | 0.86% | 0.55% | - |
| HSV(B) | 288.3º | 0.84% | 0.94% | - |
| XYZ | 40.12 | 19.96 | 83.4 | - |
| YUV | 109.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 239 | 0.16 | 0.84 | 0 | 0.06 | 288.3 | 0.86 | 0.55 |
| Hex | C8 | 27 | EF | 10 | 54 | 0 | 6 | 120 | 56 | 37 |
| Octal | 310 | 47 | 357 | 20 | 124 | 0 | 6 | 440 | 126 | 67 |
| Binary | 11001000 | 100111 | 11101111 | 10000 | 1010100 | 0 | 110 | 100100000 | 1010110 | 110111 |
Color Harmonies of #C827EF
Complementary color
Monochromatic Colors of #C827EF
Black with #C827EF
Text Example
Text Example
White with #C827EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827EF; }
p { color: rgb(200,39,239); }
H1.HeaderClassName
{
color: #C827EF;
}
.AnyTagClassName
{
color: #C827EF;
}
</style>
background-color css
<style>
a { background-color: #C827EF; }
a { background-color: rgb(200,39,239); }
div.DivClassName
{
background-color: #C827EF;
}
.BgClassName
{
background-color: #C827EF;
}
</style>
border-color css
<style>
span { border-color: #C827EF; }
span { border-color: rgb(200,39,239); }
td.TdClassName
{
border-color: #C827EF;
}
.TagClassName
{
border-color: #C827EF;
}
</style>