Shades of Electric Purple #C60DFF
Tints of Electric Purple #C60DFF
RGB
CMYK
RGB Variations
Color information
#C60DFF (or 0xC60DFF) is known color: Electric Purple. HEX triplet: C6, 0D and FF. RGB value is (198,13,255). Sum of RGB (Red+Green+Blue) = 198+13+255=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #C60DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DFF is #39F200. Grayscale: #5F5F5F. Windows color (decimal): -3797505 or 16715206. OLE color: 16715206.
HSL color Cylindrical-coordinate representation of color #C60DFF: hue angle of 285.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DFF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 13 | 255 | - |
| CMYK | 0.22 | 0.95 | 0 | 0 |
| HSL | 285.87º | 1% | 0.53% | - |
| HSV(B) | 285.87º | 0.95% | 1% | - |
| XYZ | 41.48 | 19.51 | 96.19 | - |
| YUV | 95.9 | 217.79 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 255 | 0.22 | 0.95 | 0 | 0 | 285.87 | 1 | 0.53 |
| Hex | C6 | D | FF | 16 | 5F | 0 | 0 | 11E | 64 | 35 |
| Octal | 306 | 15 | 377 | 26 | 137 | 0 | 0 | 436 | 144 | 65 |
| Binary | 11000110 | 1101 | 11111111 | 10110 | 1011111 | 0 | 0 | 100011110 | 1100100 | 110101 |
Color Harmonies of #C60DFF
Complementary color
Monochromatic Colors of #C60DFF
Black with #C60DFF
Text Example
Text Example
White with #C60DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DFF; }
p { color: rgb(198,13,255); }
H1.HeaderClassName
{
color: #C60DFF;
}
.AnyTagClassName
{
color: #C60DFF;
}
</style>
background-color css
<style>
a { background-color: #C60DFF; }
a { background-color: rgb(198,13,255); }
div.DivClassName
{
background-color: #C60DFF;
}
.BgClassName
{
background-color: #C60DFF;
}
</style>
border-color css
<style>
span { border-color: #C60DFF; }
span { border-color: rgb(198,13,255); }
td.TdClassName
{
border-color: #C60DFF;
}
.TagClassName
{
border-color: #C60DFF;
}
</style>