Shades of Electric Purple #C827FE
Tints of Electric Purple #C827FE
RGB
CMYK
RGB Variations
Color information
#C827FE (or 0xC827FE) is known color: Electric Purple. HEX triplet: C8, 27 and FE. RGB value is (200,39,254). Sum of RGB (Red+Green+Blue) = 200+39+254=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 39 (15.62% from 255 or 7.91% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #C827FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827FE is #37D801. Grayscale: #6E6E6E. Windows color (decimal): -3659778 or 16656328. OLE color: 16656328.
HSL color Cylindrical-coordinate representation of color #C827FE: hue angle of 284.93º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C827FE is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 39 | 254 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.00 |
| HSL | 284.93º | 0.99% | 0.57% | - |
| HSV(B) | 284.93º | 0.85% | 1% | - |
| XYZ | 42.43 | 20.89 | 95.56 | - |
| YUV | 111.65 | 208.34 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 254 | 0.21 | 0.85 | 0 | 0.00 | 284.93 | 0.99 | 0.57 |
| Hex | C8 | 27 | FE | 15 | 55 | 0 | 0 | 11D | 63 | 39 |
| Octal | 310 | 47 | 376 | 25 | 125 | 0 | 0 | 435 | 143 | 71 |
| Binary | 11001000 | 100111 | 11111110 | 10101 | 1010101 | 0 | 0 | 100011101 | 1100011 | 111001 |
Color Harmonies of #C827FE
Complementary color
Monochromatic Colors of #C827FE
Black with #C827FE
Text Example
Text Example
White with #C827FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827FE; }
p { color: rgb(200,39,254); }
H1.HeaderClassName
{
color: #C827FE;
}
.AnyTagClassName
{
color: #C827FE;
}
</style>
background-color css
<style>
a { background-color: #C827FE; }
a { background-color: rgb(200,39,254); }
div.DivClassName
{
background-color: #C827FE;
}
.BgClassName
{
background-color: #C827FE;
}
</style>
border-color css
<style>
span { border-color: #C827FE; }
span { border-color: rgb(200,39,254); }
td.TdClassName
{
border-color: #C827FE;
}
.TagClassName
{
border-color: #C827FE;
}
</style>