Shades of Electric Purple #C027FA
Tints of Electric Purple #C027FA
RGB
CMYK
RGB Variations
Color information
#C027FA (or 0xC027FA) is known color: Electric Purple. HEX triplet: C0, 27 and FA. RGB value is (192,39,250). Sum of RGB (Red+Green+Blue) = 192+39+250=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #C027FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C027FA is #3FD805. Grayscale: #6C6C6C. Windows color (decimal): -4184070 or 16394176. OLE color: 16394176.
HSL color Cylindrical-coordinate representation of color #C027FA: hue angle of 283.51º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C027FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 39 | 250 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.02 |
| HSL | 283.51º | 0.95% | 0.57% | - |
| HSV(B) | 283.51º | 0.84% | 0.98% | - |
| XYZ | 39.72 | 19.56 | 92.12 | - |
| YUV | 108.8 | 207.69 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 250 | 0.23 | 0.84 | 0 | 0.02 | 283.51 | 0.95 | 0.57 |
| Hex | C0 | 27 | FA | 17 | 54 | 0 | 2 | 11C | 5F | 39 |
| Octal | 300 | 47 | 372 | 27 | 124 | 0 | 2 | 434 | 137 | 71 |
| Binary | 11000000 | 100111 | 11111010 | 10111 | 1010100 | 0 | 10 | 100011100 | 1011111 | 111001 |
Color Harmonies of #C027FA
Complementary color
Monochromatic Colors of #C027FA
Black with #C027FA
Text Example
Text Example
White with #C027FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C027FA; }
p { color: rgb(192,39,250); }
H1.HeaderClassName
{
color: #C027FA;
}
.AnyTagClassName
{
color: #C027FA;
}
</style>
background-color css
<style>
a { background-color: #C027FA; }
a { background-color: rgb(192,39,250); }
div.DivClassName
{
background-color: #C027FA;
}
.BgClassName
{
background-color: #C027FA;
}
</style>
border-color css
<style>
span { border-color: #C027FA; }
span { border-color: rgb(192,39,250); }
td.TdClassName
{
border-color: #C027FA;
}
.TagClassName
{
border-color: #C027FA;
}
</style>