Shades of Electric Purple #C60DFD
Tints of Electric Purple #C60DFD
RGB
CMYK
RGB Variations
Color information
#C60DFD (or 0xC60DFD) is known color: Electric Purple. HEX triplet: C6, 0D and FD. RGB value is (198,13,253). Sum of RGB (Red+Green+Blue) = 198+13+253=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #C60DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DFD is #39F202. Grayscale: #5E5E5E. Windows color (decimal): -3797507 or 16584134. OLE color: 16584134.
HSL color Cylindrical-coordinate representation of color #C60DFD: hue angle of 286.25º 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 #C60DFD is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 13 | 253 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.01 |
| HSL | 286.25º | 0.98% | 0.52% | - |
| HSV(B) | 286.25º | 0.95% | 0.99% | - |
| XYZ | 41.16 | 19.39 | 94.5 | - |
| YUV | 95.68 | 216.79 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 253 | 0.22 | 0.95 | 0 | 0.01 | 286.25 | 0.98 | 0.52 |
| Hex | C6 | D | FD | 16 | 5F | 0 | 1 | 11E | 62 | 34 |
| Octal | 306 | 15 | 375 | 26 | 137 | 0 | 1 | 436 | 142 | 64 |
| Binary | 11000110 | 1101 | 11111101 | 10110 | 1011111 | 0 | 1 | 100011110 | 1100010 | 110100 |
Color Harmonies of #C60DFD
Complementary color
Monochromatic Colors of #C60DFD
Black with #C60DFD
Text Example
Text Example
White with #C60DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DFD; }
p { color: rgb(198,13,253); }
H1.HeaderClassName
{
color: #C60DFD;
}
.AnyTagClassName
{
color: #C60DFD;
}
</style>
background-color css
<style>
a { background-color: #C60DFD; }
a { background-color: rgb(198,13,253); }
div.DivClassName
{
background-color: #C60DFD;
}
.BgClassName
{
background-color: #C60DFD;
}
</style>
border-color css
<style>
span { border-color: #C60DFD; }
span { border-color: rgb(198,13,253); }
td.TdClassName
{
border-color: #C60DFD;
}
.TagClassName
{
border-color: #C60DFD;
}
</style>