Shades of Electric Purple #C105F7
Tints of Electric Purple #C105F7
RGB
CMYK
RGB Variations
Color information
#C105F7 (or 0xC105F7) is known color: Electric Purple. HEX triplet: C1, 05 and F7. RGB value is (193,5,247). Sum of RGB (Red+Green+Blue) = 193+5+247=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 247 (96.88% from 255 or 55.51% from 445); Max value from RGB is 247 - color contains mainly: blue. Hex color #C105F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C105F7 is #3EFA08. Grayscale: #585858. Windows color (decimal): -4127241 or 16188865. OLE color: 16188865.
HSL color Cylindrical-coordinate representation of color #C105F7: hue angle of 286.61º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C105F7 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 5 | 247 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.03 |
| HSL | 286.61º | 0.96% | 0.49% | - |
| HSV(B) | 286.61º | 0.98% | 0.97% | - |
| XYZ | 38.84 | 18.16 | 89.45 | - |
| YUV | 88.8 | 217.28 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 5 | 247 | 0.22 | 0.98 | 0 | 0.03 | 286.61 | 0.96 | 0.49 |
| Hex | C1 | 5 | F7 | 16 | 62 | 0 | 3 | 11F | 60 | 31 |
| Octal | 301 | 5 | 367 | 26 | 142 | 0 | 3 | 437 | 140 | 61 |
| Binary | 11000001 | 101 | 11110111 | 10110 | 1100010 | 0 | 11 | 100011111 | 1100000 | 110001 |
Color Harmonies of #C105F7
Complementary color
Monochromatic Colors of #C105F7
Black with #C105F7
Text Example
Text Example
White with #C105F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C105F7; }
p { color: rgb(193,5,247); }
H1.HeaderClassName
{
color: #C105F7;
}
.AnyTagClassName
{
color: #C105F7;
}
</style>
background-color css
<style>
a { background-color: #C105F7; }
a { background-color: rgb(193,5,247); }
div.DivClassName
{
background-color: #C105F7;
}
.BgClassName
{
background-color: #C105F7;
}
</style>
border-color css
<style>
span { border-color: #C105F7; }
span { border-color: rgb(193,5,247); }
td.TdClassName
{
border-color: #C105F7;
}
.TagClassName
{
border-color: #C105F7;
}
</style>