Shades of Electric Purple #C81AFE
Tints of Electric Purple #C81AFE
RGB
CMYK
RGB Variations
Color information
#C81AFE (or 0xC81AFE) is known color: Electric Purple. HEX triplet: C8, 1A and FE. RGB value is (200,26,254). Sum of RGB (Red+Green+Blue) = 200+26+254=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 26 (10.55% from 255 or 5.42% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #C81AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AFE is #37E501. Grayscale: #676767. Windows color (decimal): -3663106 or 16653000. OLE color: 16653000.
HSL color Cylindrical-coordinate representation of color #C81AFE: hue angle of 285.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81AFE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 26 | 254 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.00 |
| HSL | 285.79º | 0.99% | 0.55% | - |
| HSV(B) | 285.79º | 0.9% | 1% | - |
| XYZ | 42.08 | 20.17 | 95.44 | - |
| YUV | 104.02 | 212.65 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 254 | 0.21 | 0.90 | 0 | 0.00 | 285.79 | 0.99 | 0.55 |
| Hex | C8 | 1A | FE | 15 | 5A | 0 | 0 | 11E | 63 | 37 |
| Octal | 310 | 32 | 376 | 25 | 132 | 0 | 0 | 436 | 143 | 67 |
| Binary | 11001000 | 11010 | 11111110 | 10101 | 1011010 | 0 | 0 | 100011110 | 1100011 | 110111 |
Color Harmonies of #C81AFE
Complementary color
Monochromatic Colors of #C81AFE
Black with #C81AFE
Text Example
Text Example
White with #C81AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AFE; }
p { color: rgb(200,26,254); }
H1.HeaderClassName
{
color: #C81AFE;
}
.AnyTagClassName
{
color: #C81AFE;
}
</style>
background-color css
<style>
a { background-color: #C81AFE; }
a { background-color: rgb(200,26,254); }
div.DivClassName
{
background-color: #C81AFE;
}
.BgClassName
{
background-color: #C81AFE;
}
</style>
border-color css
<style>
span { border-color: #C81AFE; }
span { border-color: rgb(200,26,254); }
td.TdClassName
{
border-color: #C81AFE;
}
.TagClassName
{
border-color: #C81AFE;
}
</style>