Shades of Electric Purple #C10DFE
Tints of Electric Purple #C10DFE
RGB
CMYK
RGB Variations
Color information
#C10DFE (or 0xC10DFE) is known color: Electric Purple. HEX triplet: C1, 0D and FE. RGB value is (193,13,254). Sum of RGB (Red+Green+Blue) = 193+13+254=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C10DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10DFE is #3EF201. Grayscale: #5D5D5D. Windows color (decimal): -4125186 or 16649665. OLE color: 16649665.
HSL color Cylindrical-coordinate representation of color #C10DFE: hue angle of 284.81º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10DFE is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 13 | 254 | - |
| CMYK | 0.24 | 0.95 | 0 | 0.00 |
| HSL | 284.81º | 0.99% | 0.52% | - |
| HSV(B) | 284.81º | 0.95% | 1% | - |
| XYZ | 40.03 | 18.78 | 95.28 | - |
| YUV | 94.29 | 218.13 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 13 | 254 | 0.24 | 0.95 | 0 | 0.00 | 284.81 | 0.99 | 0.52 |
| Hex | C1 | D | FE | 18 | 5F | 0 | 0 | 11D | 63 | 34 |
| Octal | 301 | 15 | 376 | 30 | 137 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000001 | 1101 | 11111110 | 11000 | 1011111 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C10DFE
Complementary color
Monochromatic Colors of #C10DFE
Black with #C10DFE
Text Example
Text Example
White with #C10DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10DFE; }
p { color: rgb(193,13,254); }
H1.HeaderClassName
{
color: #C10DFE;
}
.AnyTagClassName
{
color: #C10DFE;
}
</style>
background-color css
<style>
a { background-color: #C10DFE; }
a { background-color: rgb(193,13,254); }
div.DivClassName
{
background-color: #C10DFE;
}
.BgClassName
{
background-color: #C10DFE;
}
</style>
border-color css
<style>
span { border-color: #C10DFE; }
span { border-color: rgb(193,13,254); }
td.TdClassName
{
border-color: #C10DFE;
}
.TagClassName
{
border-color: #C10DFE;
}
</style>