Shades of Electric Purple #C702FD
Tints of Electric Purple #C702FD
RGB
CMYK
RGB Variations
Color information
#C702FD (or 0xC702FD) is known color: Electric Purple. HEX triplet: C7, 02 and FD. RGB value is (199,2,253). Sum of RGB (Red+Green+Blue) = 199+2+253=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 2 (1.17% from 255 or 0.44% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #C702FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702FD is #38FD02. Grayscale: #585858. Windows color (decimal): -3734787 or 16581319. OLE color: 16581319.
HSL color Cylindrical-coordinate representation of color #C702FD: hue angle of 287.09º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702FD is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 2 | 253 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.01 |
| HSL | 287.09º | 0.98% | 0.5% | - |
| HSV(B) | 287.09º | 0.99% | 0.99% | - |
| XYZ | 41.3 | 19.28 | 94.47 | - |
| YUV | 89.52 | 220.27 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 253 | 0.21 | 0.99 | 0 | 0.01 | 287.09 | 0.98 | 0.5 |
| Hex | C7 | 2 | FD | 15 | 63 | 0 | 1 | 11F | 62 | 32 |
| Octal | 307 | 2 | 375 | 25 | 143 | 0 | 1 | 437 | 142 | 62 |
| Binary | 11000111 | 10 | 11111101 | 10101 | 1100011 | 0 | 1 | 100011111 | 1100010 | 110010 |
Color Harmonies of #C702FD
Complementary color
Monochromatic Colors of #C702FD
Black with #C702FD
Text Example
Text Example
White with #C702FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702FD; }
p { color: rgb(199,2,253); }
H1.HeaderClassName
{
color: #C702FD;
}
.AnyTagClassName
{
color: #C702FD;
}
</style>
background-color css
<style>
a { background-color: #C702FD; }
a { background-color: rgb(199,2,253); }
div.DivClassName
{
background-color: #C702FD;
}
.BgClassName
{
background-color: #C702FD;
}
</style>
border-color css
<style>
span { border-color: #C702FD; }
span { border-color: rgb(199,2,253); }
td.TdClassName
{
border-color: #C702FD;
}
.TagClassName
{
border-color: #C702FD;
}
</style>