Shades of Electric Purple #C827F8
Tints of Electric Purple #C827F8
RGB
CMYK
RGB Variations
Color information
#C827F8 (or 0xC827F8) is known color: Electric Purple. HEX triplet: C8, 27 and F8. RGB value is (200,39,248). Sum of RGB (Red+Green+Blue) = 200+39+248=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 248 (97.27% from 255 or 50.92% from 487); Max value from RGB is 248 - color contains mainly: blue. Hex color #C827F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C827F8 is #37D807. Grayscale: #6E6E6E. Windows color (decimal): -3659784 or 16263112. OLE color: 16263112.
HSL color Cylindrical-coordinate representation of color #C827F8: hue angle of 286.22º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C827F8 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 39 | 248 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.03 |
| HSL | 286.22º | 0.94% | 0.56% | - |
| HSV(B) | 286.22º | 0.84% | 0.97% | - |
| XYZ | 41.49 | 20.51 | 90.58 | - |
| YUV | 110.97 | 205.34 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 248 | 0.19 | 0.84 | 0 | 0.03 | 286.22 | 0.94 | 0.56 |
| Hex | C8 | 27 | F8 | 13 | 54 | 0 | 3 | 11E | 5E | 38 |
| Octal | 310 | 47 | 370 | 23 | 124 | 0 | 3 | 436 | 136 | 70 |
| Binary | 11001000 | 100111 | 11111000 | 10011 | 1010100 | 0 | 11 | 100011110 | 1011110 | 111000 |
Color Harmonies of #C827F8
Complementary color
Monochromatic Colors of #C827F8
Black with #C827F8
Text Example
Text Example
White with #C827F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C827F8; }
p { color: rgb(200,39,248); }
H1.HeaderClassName
{
color: #C827F8;
}
.AnyTagClassName
{
color: #C827F8;
}
</style>
background-color css
<style>
a { background-color: #C827F8; }
a { background-color: rgb(200,39,248); }
div.DivClassName
{
background-color: #C827F8;
}
.BgClassName
{
background-color: #C827F8;
}
</style>
border-color css
<style>
span { border-color: #C827F8; }
span { border-color: rgb(200,39,248); }
td.TdClassName
{
border-color: #C827F8;
}
.TagClassName
{
border-color: #C827F8;
}
</style>