Shades of Electric Purple #C10DFA
Tints of Electric Purple #C10DFA
RGB
CMYK
RGB Variations
Color information
#C10DFA (or 0xC10DFA) is known color: Electric Purple. HEX triplet: C1, 0D and FA. RGB value is (193,13,250). Sum of RGB (Red+Green+Blue) = 193+13+250=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 13 (5.47% from 255 or 2.85% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #C10DFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFA is #3EF205. Grayscale: #5D5D5D. Windows color (decimal): -4125190 or 16387521. OLE color: 16387521.
HSL color Cylindrical-coordinate representation of color #C10DFA: hue angle of 285.57º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10DFA is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 13 | 250 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.02 |
| HSL | 285.57º | 0.96% | 0.52% | - |
| HSV(B) | 285.57º | 0.95% | 0.98% | - |
| XYZ | 39.39 | 18.53 | 91.94 | - |
| YUV | 93.84 | 216.13 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 250 | 0.23 | 0.95 | 0 | 0.02 | 285.57 | 0.96 | 0.52 |
| Hex | C1 | D | FA | 17 | 5F | 0 | 2 | 11E | 60 | 34 |
| Octal | 301 | 15 | 372 | 27 | 137 | 0 | 2 | 436 | 140 | 64 |
| Binary | 11000001 | 1101 | 11111010 | 10111 | 1011111 | 0 | 10 | 100011110 | 1100000 | 110100 |
Color Harmonies of #C10DFA
Complementary color
Monochromatic Colors of #C10DFA
Black with #C10DFA
Text Example
Text Example
White with #C10DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DFA; }
p { color: rgb(193,13,250); }
H1.HeaderClassName
{
color: #C10DFA;
}
.AnyTagClassName
{
color: #C10DFA;
}
</style>
background-color css
<style>
a { background-color: #C10DFA; }
a { background-color: rgb(193,13,250); }
div.DivClassName
{
background-color: #C10DFA;
}
.BgClassName
{
background-color: #C10DFA;
}
</style>
border-color css
<style>
span { border-color: #C10DFA; }
span { border-color: rgb(193,13,250); }
td.TdClassName
{
border-color: #C10DFA;
}
.TagClassName
{
border-color: #C10DFA;
}
</style>