Shades of Electric Purple #C506FA
Tints of Electric Purple #C506FA
RGB
CMYK
RGB Variations
Color information
#C506FA (or 0xC506FA) is known color: Electric Purple. HEX triplet: C5, 06 and FA. RGB value is (197,6,250). Sum of RGB (Red+Green+Blue) = 197+6+250=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 6 (2.73% from 255 or 1.32% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #C506FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506FA is #3AF905. Grayscale: #5A5A5A. Windows color (decimal): -3864838 or 16385733. OLE color: 16385733.
HSL color Cylindrical-coordinate representation of color #C506FA: hue angle of 286.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C506FA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 6 | 250 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.02 |
| HSL | 286.97º | 0.96% | 0.5% | - |
| HSV(B) | 286.97º | 0.98% | 0.98% | - |
| XYZ | 40.35 | 18.9 | 91.96 | - |
| YUV | 90.93 | 217.78 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 250 | 0.21 | 0.98 | 0 | 0.02 | 286.97 | 0.96 | 0.5 |
| Hex | C5 | 6 | FA | 15 | 62 | 0 | 2 | 11F | 60 | 32 |
| Octal | 305 | 6 | 372 | 25 | 142 | 0 | 2 | 437 | 140 | 62 |
| Binary | 11000101 | 110 | 11111010 | 10101 | 1100010 | 0 | 10 | 100011111 | 1100000 | 110010 |
Color Harmonies of #C506FA
Complementary color
Monochromatic Colors of #C506FA
Black with #C506FA
Text Example
Text Example
White with #C506FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506FA; }
p { color: rgb(197,6,250); }
H1.HeaderClassName
{
color: #C506FA;
}
.AnyTagClassName
{
color: #C506FA;
}
</style>
background-color css
<style>
a { background-color: #C506FA; }
a { background-color: rgb(197,6,250); }
div.DivClassName
{
background-color: #C506FA;
}
.BgClassName
{
background-color: #C506FA;
}
</style>
border-color css
<style>
span { border-color: #C506FA; }
span { border-color: rgb(197,6,250); }
td.TdClassName
{
border-color: #C506FA;
}
.TagClassName
{
border-color: #C506FA;
}
</style>