Shades of Electric Purple #C81FED
Tints of Electric Purple #C81FED
RGB
CMYK
RGB Variations
Color information
#C81FED (or 0xC81FED) is known color: Electric Purple. HEX triplet: C8, 1F and ED. RGB value is (200,31,237). Sum of RGB (Red+Green+Blue) = 200+31+237=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 31 (12.5% from 255 or 6.62% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C81FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FED is #37E012. Grayscale: #686868. Windows color (decimal): -3661843 or 15540168. OLE color: 15540168.
HSL color Cylindrical-coordinate representation of color #C81FED: hue angle of 289.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81FED is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 31 | 237 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.07 |
| HSL | 289.22º | 0.85% | 0.53% | - |
| HSV(B) | 289.22º | 0.87% | 0.93% | - |
| XYZ | 39.6 | 19.37 | 81.77 | - |
| YUV | 105.02 | 202.49 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 237 | 0.16 | 0.87 | 0 | 0.07 | 289.22 | 0.85 | 0.53 |
| Hex | C8 | 1F | ED | 10 | 57 | 0 | 7 | 121 | 55 | 35 |
| Octal | 310 | 37 | 355 | 20 | 127 | 0 | 7 | 441 | 125 | 65 |
| Binary | 11001000 | 11111 | 11101101 | 10000 | 1010111 | 0 | 111 | 100100001 | 1010101 | 110101 |
Color Harmonies of #C81FED
Complementary color
Monochromatic Colors of #C81FED
Black with #C81FED
Text Example
Text Example
White with #C81FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FED; }
p { color: rgb(200,31,237); }
H1.HeaderClassName
{
color: #C81FED;
}
.AnyTagClassName
{
color: #C81FED;
}
</style>
background-color css
<style>
a { background-color: #C81FED; }
a { background-color: rgb(200,31,237); }
div.DivClassName
{
background-color: #C81FED;
}
.BgClassName
{
background-color: #C81FED;
}
</style>
border-color css
<style>
span { border-color: #C81FED; }
span { border-color: rgb(200,31,237); }
td.TdClassName
{
border-color: #C81FED;
}
.TagClassName
{
border-color: #C81FED;
}
</style>