Shades of Electric Purple #C827FD
Tints of Electric Purple #C827FD
RGB
CMYK
RGB Variations
Color information
#C827FD (or 0xC827FD) is known color: Electric Purple. HEX triplet: C8, 27 and FD. RGB value is (200,39,253). Sum of RGB (Red+Green+Blue) = 200+39+253=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 39 (15.62% from 255 or 7.93% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #C827FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827FD is #37D802. Grayscale: #6E6E6E. Windows color (decimal): -3659779 or 16590792. OLE color: 16590792.
HSL color Cylindrical-coordinate representation of color #C827FD: hue angle of 285.14º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C827FD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 39 | 253 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.01 |
| HSL | 285.14º | 0.98% | 0.57% | - |
| HSV(B) | 285.14º | 0.85% | 0.99% | - |
| XYZ | 42.27 | 20.82 | 94.72 | - |
| YUV | 111.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 253 | 0.21 | 0.85 | 0 | 0.01 | 285.14 | 0.98 | 0.57 |
| Hex | C8 | 27 | FD | 15 | 55 | 0 | 1 | 11D | 62 | 39 |
| Octal | 310 | 47 | 375 | 25 | 125 | 0 | 1 | 435 | 142 | 71 |
| Binary | 11001000 | 100111 | 11111101 | 10101 | 1010101 | 0 | 1 | 100011101 | 1100010 | 111001 |
Color Harmonies of #C827FD
Complementary color
Monochromatic Colors of #C827FD
Black with #C827FD
Text Example
Text Example
White with #C827FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827FD; }
p { color: rgb(200,39,253); }
H1.HeaderClassName
{
color: #C827FD;
}
.AnyTagClassName
{
color: #C827FD;
}
</style>
background-color css
<style>
a { background-color: #C827FD; }
a { background-color: rgb(200,39,253); }
div.DivClassName
{
background-color: #C827FD;
}
.BgClassName
{
background-color: #C827FD;
}
</style>
border-color css
<style>
span { border-color: #C827FD; }
span { border-color: rgb(200,39,253); }
td.TdClassName
{
border-color: #C827FD;
}
.TagClassName
{
border-color: #C827FD;
}
</style>