Shades of Electric Purple #C827E9
Tints of Electric Purple #C827E9
RGB
CMYK
RGB Variations
Color information
#C827E9 (or 0xC827E9) is known color: Electric Purple. HEX triplet: C8, 27 and E9. RGB value is (200,39,233). Sum of RGB (Red+Green+Blue) = 200+39+233=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #C827E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827E9 is #37D816. Grayscale: #6C6C6C. Windows color (decimal): -3659799 or 15280072. OLE color: 15280072.
HSL color Cylindrical-coordinate representation of color #C827E9: hue angle of 289.79º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C827E9 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 39 | 233 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.09 |
| HSL | 289.79º | 0.82% | 0.53% | - |
| HSV(B) | 289.79º | 0.83% | 0.91% | - |
| XYZ | 39.25 | 19.61 | 78.81 | - |
| YUV | 109.26 | 197.84 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 233 | 0.14 | 0.83 | 0 | 0.09 | 289.79 | 0.82 | 0.53 |
| Hex | C8 | 27 | E9 | E | 53 | 0 | 9 | 122 | 52 | 35 |
| Octal | 310 | 47 | 351 | 16 | 123 | 0 | 11 | 442 | 122 | 65 |
| Binary | 11001000 | 100111 | 11101001 | 1110 | 1010011 | 0 | 1001 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C827E9
Complementary color
Monochromatic Colors of #C827E9
Black with #C827E9
Text Example
Text Example
White with #C827E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827E9; }
p { color: rgb(200,39,233); }
H1.HeaderClassName
{
color: #C827E9;
}
.AnyTagClassName
{
color: #C827E9;
}
</style>
background-color css
<style>
a { background-color: #C827E9; }
a { background-color: rgb(200,39,233); }
div.DivClassName
{
background-color: #C827E9;
}
.BgClassName
{
background-color: #C827E9;
}
</style>
border-color css
<style>
span { border-color: #C827E9; }
span { border-color: rgb(200,39,233); }
td.TdClassName
{
border-color: #C827E9;
}
.TagClassName
{
border-color: #C827E9;
}
</style>