Shades of Electric Purple #C815FE
Tints of Electric Purple #C815FE
RGB
CMYK
RGB Variations
Color information
#C815FE (or 0xC815FE) is known color: Electric Purple. HEX triplet: C8, 15 and FE. RGB value is (200,21,254). Sum of RGB (Red+Green+Blue) = 200+21+254=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #C815FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815FE is #37EA01. Grayscale: #646464. Windows color (decimal): -3664386 or 16651720. OLE color: 16651720.
HSL color Cylindrical-coordinate representation of color #C815FE: hue angle of 286.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C815FE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 21 | 254 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.00 |
| HSL | 286.09º | 0.99% | 0.54% | - |
| HSV(B) | 286.09º | 0.92% | 1% | - |
| XYZ | 41.98 | 19.97 | 95.41 | - |
| YUV | 101.08 | 214.3 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 254 | 0.21 | 0.92 | 0 | 0.00 | 286.09 | 0.99 | 0.54 |
| Hex | C8 | 15 | FE | 15 | 5C | 0 | 0 | 11E | 63 | 36 |
| Octal | 310 | 25 | 376 | 25 | 134 | 0 | 0 | 436 | 143 | 66 |
| Binary | 11001000 | 10101 | 11111110 | 10101 | 1011100 | 0 | 0 | 100011110 | 1100011 | 110110 |
Color Harmonies of #C815FE
Complementary color
Monochromatic Colors of #C815FE
Black with #C815FE
Text Example
Text Example
White with #C815FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815FE; }
p { color: rgb(200,21,254); }
H1.HeaderClassName
{
color: #C815FE;
}
.AnyTagClassName
{
color: #C815FE;
}
</style>
background-color css
<style>
a { background-color: #C815FE; }
a { background-color: rgb(200,21,254); }
div.DivClassName
{
background-color: #C815FE;
}
.BgClassName
{
background-color: #C815FE;
}
</style>
border-color css
<style>
span { border-color: #C815FE; }
span { border-color: rgb(200,21,254); }
td.TdClassName
{
border-color: #C815FE;
}
.TagClassName
{
border-color: #C815FE;
}
</style>