Shades of Electric Purple #C10DF8
Tints of Electric Purple #C10DF8
RGB
CMYK
RGB Variations
Color information
#C10DF8 (or 0xC10DF8) is known color: Electric Purple. HEX triplet: C1, 0D and F8. RGB value is (193,13,248). Sum of RGB (Red+Green+Blue) = 193+13+248=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #C10DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DF8 is #3EF207. Grayscale: #5C5C5C. Windows color (decimal): -4125192 or 16256449. OLE color: 16256449.
HSL color Cylindrical-coordinate representation of color #C10DF8: hue angle of 285.96º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10DF8 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 13 | 248 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.03 |
| HSL | 285.96º | 0.94% | 0.51% | - |
| HSV(B) | 285.96º | 0.95% | 0.97% | - |
| XYZ | 39.08 | 18.4 | 90.3 | - |
| YUV | 93.61 | 215.13 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 248 | 0.22 | 0.95 | 0 | 0.03 | 285.96 | 0.94 | 0.51 |
| Hex | C1 | D | F8 | 16 | 5F | 0 | 3 | 11E | 5E | 33 |
| Octal | 301 | 15 | 370 | 26 | 137 | 0 | 3 | 436 | 136 | 63 |
| Binary | 11000001 | 1101 | 11111000 | 10110 | 1011111 | 0 | 11 | 100011110 | 1011110 | 110011 |
Color Harmonies of #C10DF8
Complementary color
Monochromatic Colors of #C10DF8
Black with #C10DF8
Text Example
Text Example
White with #C10DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DF8; }
p { color: rgb(193,13,248); }
H1.HeaderClassName
{
color: #C10DF8;
}
.AnyTagClassName
{
color: #C10DF8;
}
</style>
background-color css
<style>
a { background-color: #C10DF8; }
a { background-color: rgb(193,13,248); }
div.DivClassName
{
background-color: #C10DF8;
}
.BgClassName
{
background-color: #C10DF8;
}
</style>
border-color css
<style>
span { border-color: #C10DF8; }
span { border-color: rgb(193,13,248); }
td.TdClassName
{
border-color: #C10DF8;
}
.TagClassName
{
border-color: #C10DF8;
}
</style>