Shades of Electric Purple #C70EFD
Tints of Electric Purple #C70EFD
RGB
CMYK
RGB Variations
Color information
#C70EFD (or 0xC70EFD) is known color: Electric Purple. HEX triplet: C7, 0E and FD. RGB value is (199,14,253). Sum of RGB (Red+Green+Blue) = 199+14+253=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 14 (5.86% from 255 or 3.00% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #C70EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EFD is #38F102. Grayscale: #5F5F5F. Windows color (decimal): -3731715 or 16584391. OLE color: 16584391.
HSL color Cylindrical-coordinate representation of color #C70EFD: hue angle of 286.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EFD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 14 | 253 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.01 |
| HSL | 286.44º | 0.98% | 0.52% | - |
| HSV(B) | 286.44º | 0.94% | 0.99% | - |
| XYZ | 41.44 | 19.55 | 94.52 | - |
| YUV | 96.56 | 216.29 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 253 | 0.21 | 0.94 | 0 | 0.01 | 286.44 | 0.98 | 0.52 |
| Hex | C7 | E | FD | 15 | 5E | 0 | 1 | 11E | 62 | 34 |
| Octal | 307 | 16 | 375 | 25 | 136 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000111 | 1110 | 11111101 | 10101 | 1011110 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C70EFD
Complementary color
Monochromatic Colors of #C70EFD
Black with #C70EFD
Text Example
Text Example
White with #C70EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EFD; }
p { color: rgb(199,14,253); }
H1.HeaderClassName
{
color: #C70EFD;
}
.AnyTagClassName
{
color: #C70EFD;
}
</style>
background-color css
<style>
a { background-color: #C70EFD; }
a { background-color: rgb(199,14,253); }
div.DivClassName
{
background-color: #C70EFD;
}
.BgClassName
{
background-color: #C70EFD;
}
</style>
border-color css
<style>
span { border-color: #C70EFD; }
span { border-color: rgb(199,14,253); }
td.TdClassName
{
border-color: #C70EFD;
}
.TagClassName
{
border-color: #C70EFD;
}
</style>