Shades of Electric Purple #C10DFD
Tints of Electric Purple #C10DFD
RGB
CMYK
RGB Variations
Color information
#C10DFD (or 0xC10DFD) is known color: Electric Purple. HEX triplet: C1, 0D and FD. RGB value is (193,13,253). Sum of RGB (Red+Green+Blue) = 193+13+253=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 13 (5.47% from 255 or 2.83% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C10DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFD is #3EF202. Grayscale: #5D5D5D. Windows color (decimal): -4125187 or 16584129. OLE color: 16584129.
HSL color Cylindrical-coordinate representation of color #C10DFD: hue angle of 285º 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 #C10DFD is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 13 | 253 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.01 |
| HSL | 285º | 0.98% | 0.52% | - |
| HSV(B) | 285º | 0.95% | 0.99% | - |
| XYZ | 39.87 | 18.72 | 94.44 | - |
| YUV | 94.18 | 217.63 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 253 | 0.24 | 0.95 | 0 | 0.01 | 285 | 0.98 | 0.52 |
| Hex | C1 | D | FD | 18 | 5F | 0 | 1 | 11D | 62 | 34 |
| Octal | 301 | 15 | 375 | 30 | 137 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000001 | 1101 | 11111101 | 11000 | 1011111 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C10DFD
Complementary color
Monochromatic Colors of #C10DFD
Black with #C10DFD
Text Example
Text Example
White with #C10DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DFD; }
p { color: rgb(193,13,253); }
H1.HeaderClassName
{
color: #C10DFD;
}
.AnyTagClassName
{
color: #C10DFD;
}
</style>
background-color css
<style>
a { background-color: #C10DFD; }
a { background-color: rgb(193,13,253); }
div.DivClassName
{
background-color: #C10DFD;
}
.BgClassName
{
background-color: #C10DFD;
}
</style>
border-color css
<style>
span { border-color: #C10DFD; }
span { border-color: rgb(193,13,253); }
td.TdClassName
{
border-color: #C10DFD;
}
.TagClassName
{
border-color: #C10DFD;
}
</style>