Shades of Electric Purple #C702FE
Tints of Electric Purple #C702FE
RGB
CMYK
RGB Variations
Color information
#C702FE (or 0xC702FE) is known color: Electric Purple. HEX triplet: C7, 02 and FE. RGB value is (199,2,254). Sum of RGB (Red+Green+Blue) = 199+2+254=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #C702FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702FE is #38FD01. Grayscale: #585858. Windows color (decimal): -3734786 or 16646855. OLE color: 16646855.
HSL color Cylindrical-coordinate representation of color #C702FE: hue angle of 286.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702FE is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 2 | 254 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.00 |
| HSL | 286.9º | 0.99% | 0.5% | - |
| HSV(B) | 286.9º | 0.99% | 1% | - |
| XYZ | 41.46 | 19.34 | 95.31 | - |
| YUV | 89.63 | 220.77 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 254 | 0.22 | 0.99 | 0 | 0.00 | 286.9 | 0.99 | 0.5 |
| Hex | C7 | 2 | FE | 16 | 63 | 0 | 0 | 11F | 63 | 32 |
| Octal | 307 | 2 | 376 | 26 | 143 | 0 | 0 | 437 | 143 | 62 |
| Binary | 11000111 | 10 | 11111110 | 10110 | 1100011 | 0 | 0 | 100011111 | 1100011 | 110010 |
Color Harmonies of #C702FE
Complementary color
Monochromatic Colors of #C702FE
Black with #C702FE
Text Example
Text Example
White with #C702FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702FE; }
p { color: rgb(199,2,254); }
H1.HeaderClassName
{
color: #C702FE;
}
.AnyTagClassName
{
color: #C702FE;
}
</style>
background-color css
<style>
a { background-color: #C702FE; }
a { background-color: rgb(199,2,254); }
div.DivClassName
{
background-color: #C702FE;
}
.BgClassName
{
background-color: #C702FE;
}
</style>
border-color css
<style>
span { border-color: #C702FE; }
span { border-color: rgb(199,2,254); }
td.TdClassName
{
border-color: #C702FE;
}
.TagClassName
{
border-color: #C702FE;
}
</style>