Shades of Electric Purple #C70DFE
Tints of Electric Purple #C70DFE
RGB
CMYK
RGB Variations
Color information
#C70DFE (or 0xC70DFE) is known color: Electric Purple. HEX triplet: C7, 0D and FE. RGB value is (199,13,254). Sum of RGB (Red+Green+Blue) = 199+13+254=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #C70DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70DFE is #38F201. Grayscale: #5F5F5F. Windows color (decimal): -3731970 or 16649671. OLE color: 16649671.
HSL color Cylindrical-coordinate representation of color #C70DFE: hue angle of 286.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 #C70DFE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 13 | 254 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.00 |
| HSL | 286.31º | 0.99% | 0.52% | - |
| HSV(B) | 286.31º | 0.95% | 1% | - |
| XYZ | 41.59 | 19.59 | 95.35 | - |
| YUV | 96.09 | 217.12 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 13 | 254 | 0.22 | 0.95 | 0 | 0.00 | 286.31 | 0.99 | 0.52 |
| Hex | C7 | D | FE | 16 | 5F | 0 | 0 | 11E | 63 | 34 |
| Octal | 307 | 15 | 376 | 26 | 137 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000111 | 1101 | 11111110 | 10110 | 1011111 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C70DFE
Complementary color
Monochromatic Colors of #C70DFE
Black with #C70DFE
Text Example
Text Example
White with #C70DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70DFE; }
p { color: rgb(199,13,254); }
H1.HeaderClassName
{
color: #C70DFE;
}
.AnyTagClassName
{
color: #C70DFE;
}
</style>
background-color css
<style>
a { background-color: #C70DFE; }
a { background-color: rgb(199,13,254); }
div.DivClassName
{
background-color: #C70DFE;
}
.BgClassName
{
background-color: #C70DFE;
}
</style>
border-color css
<style>
span { border-color: #C70DFE; }
span { border-color: rgb(199,13,254); }
td.TdClassName
{
border-color: #C70DFE;
}
.TagClassName
{
border-color: #C70DFE;
}
</style>