Shades of Electric Purple #C708FE
Tints of Electric Purple #C708FE
RGB
CMYK
RGB Variations
Color information
#C708FE (or 0xC708FE) is known color: Electric Purple. HEX triplet: C7, 08 and FE. RGB value is (199,8,254). Sum of RGB (Red+Green+Blue) = 199+8+254=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 8 (3.52% from 255 or 1.74% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C708FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708FE is #38F701. Grayscale: #5C5C5C. Windows color (decimal): -3733250 or 16648391. OLE color: 16648391.
HSL color Cylindrical-coordinate representation of color #C708FE: hue angle of 286.59º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C708FE is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 8 | 254 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.00 |
| HSL | 286.59º | 0.99% | 0.51% | - |
| HSV(B) | 286.59º | 0.97% | 1% | - |
| XYZ | 41.53 | 19.47 | 95.34 | - |
| YUV | 93.15 | 218.78 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 254 | 0.22 | 0.97 | 0 | 0.00 | 286.59 | 0.99 | 0.51 |
| Hex | C7 | 8 | FE | 16 | 61 | 0 | 0 | 11F | 63 | 33 |
| Octal | 307 | 10 | 376 | 26 | 141 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11000111 | 1000 | 11111110 | 10110 | 1100001 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C708FE
Complementary color
Monochromatic Colors of #C708FE
Black with #C708FE
Text Example
Text Example
White with #C708FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708FE; }
p { color: rgb(199,8,254); }
H1.HeaderClassName
{
color: #C708FE;
}
.AnyTagClassName
{
color: #C708FE;
}
</style>
background-color css
<style>
a { background-color: #C708FE; }
a { background-color: rgb(199,8,254); }
div.DivClassName
{
background-color: #C708FE;
}
.BgClassName
{
background-color: #C708FE;
}
</style>
border-color css
<style>
span { border-color: #C708FE; }
span { border-color: rgb(199,8,254); }
td.TdClassName
{
border-color: #C708FE;
}
.TagClassName
{
border-color: #C708FE;
}
</style>