Shades of Electric Purple #C60DFC
Tints of Electric Purple #C60DFC
RGB
CMYK
RGB Variations
Color information
#C60DFC (or 0xC60DFC) is known color: Electric Purple. HEX triplet: C6, 0D and FC. RGB value is (198,13,252). Sum of RGB (Red+Green+Blue) = 198+13+252=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #C60DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DFC is #39F203. Grayscale: #5E5E5E. Windows color (decimal): -3797508 or 16518598. OLE color: 16518598.
HSL color Cylindrical-coordinate representation of color #C60DFC: hue angle of 286.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DFC is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 13 | 252 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.01 |
| HSL | 286.44º | 0.98% | 0.52% | - |
| HSV(B) | 286.44º | 0.95% | 0.99% | - |
| XYZ | 41 | 19.32 | 93.66 | - |
| YUV | 95.56 | 216.29 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 252 | 0.21 | 0.95 | 0 | 0.01 | 286.44 | 0.98 | 0.52 |
| Hex | C6 | D | FC | 15 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 306 | 15 | 374 | 25 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000110 | 1101 | 11111100 | 10101 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C60DFC
Complementary color
Monochromatic Colors of #C60DFC
Black with #C60DFC
Text Example
Text Example
White with #C60DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DFC; }
p { color: rgb(198,13,252); }
H1.HeaderClassName
{
color: #C60DFC;
}
.AnyTagClassName
{
color: #C60DFC;
}
</style>
background-color css
<style>
a { background-color: #C60DFC; }
a { background-color: rgb(198,13,252); }
div.DivClassName
{
background-color: #C60DFC;
}
.BgClassName
{
background-color: #C60DFC;
}
</style>
border-color css
<style>
span { border-color: #C60DFC; }
span { border-color: rgb(198,13,252); }
td.TdClassName
{
border-color: #C60DFC;
}
.TagClassName
{
border-color: #C60DFC;
}
</style>