Shades of Electric Purple #C10FFD
Tints of Electric Purple #C10FFD
RGB
CMYK
RGB Variations
Color information
#C10FFD (or 0xC10FFD) is known color: Electric Purple. HEX triplet: C1, 0F and FD. RGB value is (193,15,253). Sum of RGB (Red+Green+Blue) = 193+15+253=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C10FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FFD is #3EF002. Grayscale: #5E5E5E. Windows color (decimal): -4124675 or 16584641. OLE color: 16584641.
HSL color Cylindrical-coordinate representation of color #C10FFD: hue angle of 284.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FFD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 15 | 253 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.01 |
| HSL | 284.87º | 0.98% | 0.53% | - |
| HSV(B) | 284.87º | 0.94% | 0.99% | - |
| XYZ | 39.89 | 18.77 | 94.45 | - |
| YUV | 95.35 | 216.97 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 15 | 253 | 0.24 | 0.94 | 0 | 0.01 | 284.87 | 0.98 | 0.53 |
| Hex | C1 | F | FD | 18 | 5E | 0 | 1 | 11D | 62 | 35 |
| Octal | 301 | 17 | 375 | 30 | 136 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000001 | 1111 | 11111101 | 11000 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C10FFD
Complementary color
Monochromatic Colors of #C10FFD
Black with #C10FFD
Text Example
Text Example
White with #C10FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10FFD; }
p { color: rgb(193,15,253); }
H1.HeaderClassName
{
color: #C10FFD;
}
.AnyTagClassName
{
color: #C10FFD;
}
</style>
background-color css
<style>
a { background-color: #C10FFD; }
a { background-color: rgb(193,15,253); }
div.DivClassName
{
background-color: #C10FFD;
}
.BgClassName
{
background-color: #C10FFD;
}
</style>
border-color css
<style>
span { border-color: #C10FFD; }
span { border-color: rgb(193,15,253); }
td.TdClassName
{
border-color: #C10FFD;
}
.TagClassName
{
border-color: #C10FFD;
}
</style>