Shades of Electric Purple #C30EFA
Tints of Electric Purple #C30EFA
RGB
CMYK
RGB Variations
Color information
#C30EFA (or 0xC30EFA) is known color: Electric Purple. HEX triplet: C3, 0E and FA. RGB value is (195,14,250). Sum of RGB (Red+Green+Blue) = 195+14+250=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #C30EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EFA is #3CF105. Grayscale: #5E5E5E. Windows color (decimal): -3993862 or 16387779. OLE color: 16387779.
HSL color Cylindrical-coordinate representation of color #C30EFA: hue angle of 286.02º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EFA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 14 | 250 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.02 |
| HSL | 286.02º | 0.96% | 0.52% | - |
| HSV(B) | 286.02º | 0.94% | 0.98% | - |
| XYZ | 39.92 | 18.82 | 91.97 | - |
| YUV | 95.02 | 215.47 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 250 | 0.22 | 0.94 | 0 | 0.02 | 286.02 | 0.96 | 0.52 |
| Hex | C3 | E | FA | 16 | 5E | 0 | 2 | 11E | 60 | 34 |
| Octal | 303 | 16 | 372 | 26 | 136 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000011 | 1110 | 11111010 | 10110 | 1011110 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C30EFA
Complementary color
Monochromatic Colors of #C30EFA
Black with #C30EFA
Text Example
Text Example
White with #C30EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30EFA; }
p { color: rgb(195,14,250); }
H1.HeaderClassName
{
color: #C30EFA;
}
.AnyTagClassName
{
color: #C30EFA;
}
</style>
background-color css
<style>
a { background-color: #C30EFA; }
a { background-color: rgb(195,14,250); }
div.DivClassName
{
background-color: #C30EFA;
}
.BgClassName
{
background-color: #C30EFA;
}
</style>
border-color css
<style>
span { border-color: #C30EFA; }
span { border-color: rgb(195,14,250); }
td.TdClassName
{
border-color: #C30EFA;
}
.TagClassName
{
border-color: #C30EFA;
}
</style>