Shades of Electric Purple #C81DFC
Tints of Electric Purple #C81DFC
RGB
CMYK
RGB Variations
Color information
#C81DFC (or 0xC81DFC) is known color: Electric Purple. HEX triplet: C8, 1D and FC. RGB value is (200,29,252). Sum of RGB (Red+Green+Blue) = 200+29+252=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C81DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFC is #37E203. Grayscale: #686868. Windows color (decimal): -3662340 or 16522696. OLE color: 16522696.
HSL color Cylindrical-coordinate representation of color #C81DFC: hue angle of 286.01º 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 #C81DFC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 29 | 252 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.01 |
| HSL | 286.01º | 0.97% | 0.55% | - |
| HSV(B) | 286.01º | 0.88% | 0.99% | - |
| XYZ | 41.83 | 20.19 | 93.79 | - |
| YUV | 105.55 | 210.65 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 252 | 0.21 | 0.88 | 0 | 0.01 | 286.01 | 0.97 | 0.55 |
| Hex | C8 | 1D | FC | 15 | 58 | 0 | 1 | 11E | 61 | 37 |
| Octal | 310 | 35 | 374 | 25 | 130 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11001000 | 11101 | 11111100 | 10101 | 1011000 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C81DFC
Complementary color
Monochromatic Colors of #C81DFC
Black with #C81DFC
Text Example
Text Example
White with #C81DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DFC; }
p { color: rgb(200,29,252); }
H1.HeaderClassName
{
color: #C81DFC;
}
.AnyTagClassName
{
color: #C81DFC;
}
</style>
background-color css
<style>
a { background-color: #C81DFC; }
a { background-color: rgb(200,29,252); }
div.DivClassName
{
background-color: #C81DFC;
}
.BgClassName
{
background-color: #C81DFC;
}
</style>
border-color css
<style>
span { border-color: #C81DFC; }
span { border-color: rgb(200,29,252); }
td.TdClassName
{
border-color: #C81DFC;
}
.TagClassName
{
border-color: #C81DFC;
}
</style>