Shades of Electric Purple #C81FFC
Tints of Electric Purple #C81FFC
RGB
CMYK
RGB Variations
Color information
#C81FFC (or 0xC81FFC) is known color: Electric Purple. HEX triplet: C8, 1F and FC. RGB value is (200,31,252). Sum of RGB (Red+Green+Blue) = 200+31+252=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 31 (12.5% from 255 or 6.42% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #C81FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FFC is #37E003. Grayscale: #6A6A6A. Windows color (decimal): -3661828 or 16523208. OLE color: 16523208.
HSL color Cylindrical-coordinate representation of color #C81FFC: hue angle of 285.88º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81FFC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 31 | 252 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.01 |
| HSL | 285.88º | 0.97% | 0.55% | - |
| HSV(B) | 285.88º | 0.88% | 0.99% | - |
| XYZ | 41.88 | 20.29 | 93.8 | - |
| YUV | 106.73 | 209.99 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 252 | 0.21 | 0.88 | 0 | 0.01 | 285.88 | 0.97 | 0.55 |
| Hex | C8 | 1F | FC | 15 | 58 | 0 | 1 | 11E | 61 | 37 |
| Octal | 310 | 37 | 374 | 25 | 130 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11001000 | 11111 | 11111100 | 10101 | 1011000 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C81FFC
Complementary color
Monochromatic Colors of #C81FFC
Black with #C81FFC
Text Example
Text Example
White with #C81FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FFC; }
p { color: rgb(200,31,252); }
H1.HeaderClassName
{
color: #C81FFC;
}
.AnyTagClassName
{
color: #C81FFC;
}
</style>
background-color css
<style>
a { background-color: #C81FFC; }
a { background-color: rgb(200,31,252); }
div.DivClassName
{
background-color: #C81FFC;
}
.BgClassName
{
background-color: #C81FFC;
}
</style>
border-color css
<style>
span { border-color: #C81FFC; }
span { border-color: rgb(200,31,252); }
td.TdClassName
{
border-color: #C81FFC;
}
.TagClassName
{
border-color: #C81FFC;
}
</style>