Shades of Electric Purple #C81EFC
Tints of Electric Purple #C81EFC
RGB
CMYK
RGB Variations
Color information
#C81EFC (or 0xC81EFC) is known color: Electric Purple. HEX triplet: C8, 1E and FC. RGB value is (200,30,252). Sum of RGB (Red+Green+Blue) = 200+30+252=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #C81EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EFC is #37E103. Grayscale: #696969. Windows color (decimal): -3662084 or 16522952. OLE color: 16522952.
HSL color Cylindrical-coordinate representation of color #C81EFC: hue angle of 285.95º 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 #C81EFC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 30 | 252 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.01 |
| HSL | 285.95º | 0.97% | 0.55% | - |
| HSV(B) | 285.95º | 0.88% | 0.99% | - |
| XYZ | 41.85 | 20.24 | 93.8 | - |
| YUV | 106.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 252 | 0.21 | 0.88 | 0 | 0.01 | 285.95 | 0.97 | 0.55 |
| Hex | C8 | 1E | FC | 15 | 58 | 0 | 1 | 11E | 61 | 37 |
| Octal | 310 | 36 | 374 | 25 | 130 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11001000 | 11110 | 11111100 | 10101 | 1011000 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C81EFC
Complementary color
Monochromatic Colors of #C81EFC
Black with #C81EFC
Text Example
Text Example
White with #C81EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EFC; }
p { color: rgb(200,30,252); }
H1.HeaderClassName
{
color: #C81EFC;
}
.AnyTagClassName
{
color: #C81EFC;
}
</style>
background-color css
<style>
a { background-color: #C81EFC; }
a { background-color: rgb(200,30,252); }
div.DivClassName
{
background-color: #C81EFC;
}
.BgClassName
{
background-color: #C81EFC;
}
</style>
border-color css
<style>
span { border-color: #C81EFC; }
span { border-color: rgb(200,30,252); }
td.TdClassName
{
border-color: #C81EFC;
}
.TagClassName
{
border-color: #C81EFC;
}
</style>