Shades of Electric Purple #C708FA
Tints of Electric Purple #C708FA
RGB
CMYK
RGB Variations
Color information
#C708FA (or 0xC708FA) is known color: Electric Purple. HEX triplet: C7, 08 and FA. RGB value is (199,8,250). Sum of RGB (Red+Green+Blue) = 199+8+250=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 8 (3.52% from 255 or 1.75% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #C708FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708FA is #38F705. Grayscale: #5B5B5B. Windows color (decimal): -3733254 or 16386247. OLE color: 16386247.
HSL color Cylindrical-coordinate representation of color #C708FA: hue angle of 287.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C708FA is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 8 | 250 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.02 |
| HSL | 287.36º | 0.96% | 0.51% | - |
| HSV(B) | 287.36º | 0.97% | 0.98% | - |
| XYZ | 40.9 | 19.22 | 92 | - |
| YUV | 92.7 | 216.78 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 250 | 0.20 | 0.97 | 0 | 0.02 | 287.36 | 0.96 | 0.51 |
| Hex | C7 | 8 | FA | 14 | 61 | 0 | 2 | 11F | 60 | 33 |
| Octal | 307 | 10 | 372 | 24 | 141 | 0 | 2 | 437 | 140 | 63 |
| Binary | 11000111 | 1000 | 11111010 | 10100 | 1100001 | 0 | 10 | 100011111 | 1100000 | 110011 |
Color Harmonies of #C708FA
Complementary color
Monochromatic Colors of #C708FA
Black with #C708FA
Text Example
Text Example
White with #C708FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C708FA; }
p { color: rgb(199,8,250); }
H1.HeaderClassName
{
color: #C708FA;
}
.AnyTagClassName
{
color: #C708FA;
}
</style>
background-color css
<style>
a { background-color: #C708FA; }
a { background-color: rgb(199,8,250); }
div.DivClassName
{
background-color: #C708FA;
}
.BgClassName
{
background-color: #C708FA;
}
</style>
border-color css
<style>
span { border-color: #C708FA; }
span { border-color: rgb(199,8,250); }
td.TdClassName
{
border-color: #C708FA;
}
.TagClassName
{
border-color: #C708FA;
}
</style>