Shades of Electric Purple #C81FF0
Tints of Electric Purple #C81FF0
RGB
CMYK
RGB Variations
Color information
#C81FF0 (or 0xC81FF0) is known color: Electric Purple. HEX triplet: C8, 1F and F0. RGB value is (200,31,240). Sum of RGB (Red+Green+Blue) = 200+31+240=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 31 (12.5% from 255 or 6.58% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #C81FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FF0 is #37E00F. Grayscale: #686868. Windows color (decimal): -3661840 or 15736776. OLE color: 15736776.
HSL color Cylindrical-coordinate representation of color #C81FF0: hue angle of 288.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81FF0 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 31 | 240 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.06 |
| HSL | 288.52º | 0.87% | 0.53% | - |
| HSV(B) | 288.52º | 0.87% | 0.94% | - |
| XYZ | 40.04 | 19.55 | 84.1 | - |
| YUV | 105.36 | 203.99 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 240 | 0.17 | 0.87 | 0 | 0.06 | 288.52 | 0.87 | 0.53 |
| Hex | C8 | 1F | F0 | 11 | 57 | 0 | 6 | 121 | 57 | 35 |
| Octal | 310 | 37 | 360 | 21 | 127 | 0 | 6 | 441 | 127 | 65 |
| Binary | 11001000 | 11111 | 11110000 | 10001 | 1010111 | 0 | 110 | 100100001 | 1010111 | 110101 |
Color Harmonies of #C81FF0
Complementary color
Monochromatic Colors of #C81FF0
Black with #C81FF0
Text Example
Text Example
White with #C81FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FF0; }
p { color: rgb(200,31,240); }
H1.HeaderClassName
{
color: #C81FF0;
}
.AnyTagClassName
{
color: #C81FF0;
}
</style>
background-color css
<style>
a { background-color: #C81FF0; }
a { background-color: rgb(200,31,240); }
div.DivClassName
{
background-color: #C81FF0;
}
.BgClassName
{
background-color: #C81FF0;
}
</style>
border-color css
<style>
span { border-color: #C81FF0; }
span { border-color: rgb(200,31,240); }
td.TdClassName
{
border-color: #C81FF0;
}
.TagClassName
{
border-color: #C81FF0;
}
</style>