Shades of Electric Purple #C506F5
Tints of Electric Purple #C506F5
RGB
CMYK
RGB Variations
Color information
#C506F5 (or 0xC506F5) is known color: Electric Purple. HEX triplet: C5, 06 and F5. RGB value is (197,6,245). Sum of RGB (Red+Green+Blue) = 197+6+245=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 245 (96.09% from 255 or 54.69% from 448); Max value from RGB is 245 - color contains mainly: blue. Hex color #C506F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C506F5 is #3AF90A. Grayscale: #595959. Windows color (decimal): -3864843 or 16058053. OLE color: 16058053.
HSL color Cylindrical-coordinate representation of color #C506F5: hue angle of 287.95º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C506F5 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 6 | 245 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.04 |
| HSL | 287.95º | 0.95% | 0.49% | - |
| HSV(B) | 287.95º | 0.98% | 0.96% | - |
| XYZ | 39.57 | 18.59 | 87.89 | - |
| YUV | 90.36 | 215.28 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 245 | 0.20 | 0.98 | 0 | 0.04 | 287.95 | 0.95 | 0.49 |
| Hex | C5 | 6 | F5 | 14 | 62 | 0 | 4 | 120 | 5F | 31 |
| Octal | 305 | 6 | 365 | 24 | 142 | 0 | 4 | 440 | 137 | 61 |
| Binary | 11000101 | 110 | 11110101 | 10100 | 1100010 | 0 | 100 | 100100000 | 1011111 | 110001 |
Color Harmonies of #C506F5
Complementary color
Monochromatic Colors of #C506F5
Black with #C506F5
Text Example
Text Example
White with #C506F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506F5; }
p { color: rgb(197,6,245); }
H1.HeaderClassName
{
color: #C506F5;
}
.AnyTagClassName
{
color: #C506F5;
}
</style>
background-color css
<style>
a { background-color: #C506F5; }
a { background-color: rgb(197,6,245); }
div.DivClassName
{
background-color: #C506F5;
}
.BgClassName
{
background-color: #C506F5;
}
</style>
border-color css
<style>
span { border-color: #C506F5; }
span { border-color: rgb(197,6,245); }
td.TdClassName
{
border-color: #C506F5;
}
.TagClassName
{
border-color: #C506F5;
}
</style>