Shades of Electric Purple #C30DFE
Tints of Electric Purple #C30DFE
RGB
CMYK
RGB Variations
Color information
#C30DFE (or 0xC30DFE) is known color: Electric Purple. HEX triplet: C3, 0D and FE. RGB value is (195,13,254). Sum of RGB (Red+Green+Blue) = 195+13+254=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C30DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DFE is #3CF201. Grayscale: #5E5E5E. Windows color (decimal): -3994114 or 16649667. OLE color: 16649667.
HSL color Cylindrical-coordinate representation of color #C30DFE: hue angle of 285.31º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30DFE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 13 | 254 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.00 |
| HSL | 285.31º | 0.99% | 0.52% | - |
| HSV(B) | 285.31º | 0.95% | 1% | - |
| XYZ | 40.54 | 19.05 | 95.31 | - |
| YUV | 94.89 | 217.8 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 254 | 0.23 | 0.95 | 0 | 0.00 | 285.31 | 0.99 | 0.52 |
| Hex | C3 | D | FE | 17 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 303 | 15 | 376 | 27 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000011 | 1101 | 11111110 | 10111 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C30DFE
Complementary color
Monochromatic Colors of #C30DFE
Black with #C30DFE
Text Example
Text Example
White with #C30DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30DFE; }
p { color: rgb(195,13,254); }
H1.HeaderClassName
{
color: #C30DFE;
}
.AnyTagClassName
{
color: #C30DFE;
}
</style>
background-color css
<style>
a { background-color: #C30DFE; }
a { background-color: rgb(195,13,254); }
div.DivClassName
{
background-color: #C30DFE;
}
.BgClassName
{
background-color: #C30DFE;
}
</style>
border-color css
<style>
span { border-color: #C30DFE; }
span { border-color: rgb(195,13,254); }
td.TdClassName
{
border-color: #C30DFE;
}
.TagClassName
{
border-color: #C30DFE;
}
</style>