Shades of Electric Purple #C827ED
Tints of Electric Purple #C827ED
RGB
CMYK
RGB Variations
Color information
#C827ED (or 0xC827ED) is known color: Electric Purple. HEX triplet: C8, 27 and ED. RGB value is (200,39,237). Sum of RGB (Red+Green+Blue) = 200+39+237=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #C827ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827ED is #37D812. Grayscale: #6D6D6D. Windows color (decimal): -3659795 or 15542216. OLE color: 15542216.
HSL color Cylindrical-coordinate representation of color #C827ED: hue angle of 288.79º 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 #C827ED is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 39 | 237 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.79º | 0.85% | 0.54% | - |
| HSV(B) | 288.79º | 0.84% | 0.93% | - |
| XYZ | 39.83 | 19.84 | 81.85 | - |
| YUV | 109.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 237 | 0.16 | 0.84 | 0 | 0.07 | 288.79 | 0.85 | 0.54 |
| Hex | C8 | 27 | ED | 10 | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 310 | 47 | 355 | 20 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001000 | 100111 | 11101101 | 10000 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C827ED
Complementary color
Monochromatic Colors of #C827ED
Black with #C827ED
Text Example
Text Example
White with #C827ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827ED; }
p { color: rgb(200,39,237); }
H1.HeaderClassName
{
color: #C827ED;
}
.AnyTagClassName
{
color: #C827ED;
}
</style>
background-color css
<style>
a { background-color: #C827ED; }
a { background-color: rgb(200,39,237); }
div.DivClassName
{
background-color: #C827ED;
}
.BgClassName
{
background-color: #C827ED;
}
</style>
border-color css
<style>
span { border-color: #C827ED; }
span { border-color: rgb(200,39,237); }
td.TdClassName
{
border-color: #C827ED;
}
.TagClassName
{
border-color: #C827ED;
}
</style>