Shades of Electric Purple #C30FFE
Tints of Electric Purple #C30FFE
RGB
CMYK
RGB Variations
Color information
#C30FFE (or 0xC30FFE) is known color: Electric Purple. HEX triplet: C3, 0F and FE. RGB value is (195,15,254). Sum of RGB (Red+Green+Blue) = 195+15+254=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 15 (6.25% from 255 or 3.23% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C30FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFE is #3CF001. Grayscale: #5F5F5F. Windows color (decimal): -3993602 or 16650179. OLE color: 16650179.
HSL color Cylindrical-coordinate representation of color #C30FFE: hue angle of 285.19º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FFE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 15 | 254 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.00 |
| HSL | 285.19º | 0.99% | 0.53% | - |
| HSV(B) | 285.19º | 0.94% | 1% | - |
| XYZ | 40.57 | 19.1 | 95.31 | - |
| YUV | 96.07 | 217.13 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 254 | 0.23 | 0.94 | 0 | 0.00 | 285.19 | 0.99 | 0.53 |
| Hex | C3 | F | FE | 17 | 5E | 0 | 0 | 11D | 63 | 35 |
| Octal | 303 | 17 | 376 | 27 | 136 | 0 | 0 | 435 | 143 | 65 |
| Binary | 11000011 | 1111 | 11111110 | 10111 | 1011110 | 0 | 0 | 100011101 | 1100011 | 110101 |
Color Harmonies of #C30FFE
Complementary color
Monochromatic Colors of #C30FFE
Black with #C30FFE
Text Example
Text Example
White with #C30FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30FFE; }
p { color: rgb(195,15,254); }
H1.HeaderClassName
{
color: #C30FFE;
}
.AnyTagClassName
{
color: #C30FFE;
}
</style>
background-color css
<style>
a { background-color: #C30FFE; }
a { background-color: rgb(195,15,254); }
div.DivClassName
{
background-color: #C30FFE;
}
.BgClassName
{
background-color: #C30FFE;
}
</style>
border-color css
<style>
span { border-color: #C30FFE; }
span { border-color: rgb(195,15,254); }
td.TdClassName
{
border-color: #C30FFE;
}
.TagClassName
{
border-color: #C30FFE;
}
</style>