Shades of Electric Purple #C109FD
Tints of Electric Purple #C109FD
RGB
CMYK
RGB Variations
Color information
#C109FD (or 0xC109FD) is known color: Electric Purple. HEX triplet: C1, 09 and FD. RGB value is (193,9,253). Sum of RGB (Red+Green+Blue) = 193+9+253=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #C109FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C109FD is #3EF602. Grayscale: #5B5B5B. Windows color (decimal): -4126211 or 16583105. OLE color: 16583105.
HSL color Cylindrical-coordinate representation of color #C109FD: hue angle of 285.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C109FD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 9 | 253 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.01 |
| HSL | 285.25º | 0.98% | 0.51% | - |
| HSV(B) | 285.25º | 0.96% | 0.99% | - |
| XYZ | 39.82 | 18.62 | 94.42 | - |
| YUV | 91.83 | 218.96 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 9 | 253 | 0.24 | 0.96 | 0 | 0.01 | 285.25 | 0.98 | 0.51 |
| Hex | C1 | 9 | FD | 18 | 60 | 0 | 1 | 11D | 62 | 33 |
| Octal | 301 | 11 | 375 | 30 | 140 | 0 | 1 | 435 | 142 | 63 |
| Binary | 11000001 | 1001 | 11111101 | 11000 | 1100000 | 0 | 1 | 100011101 | 1100010 | 110011 |
Color Harmonies of #C109FD
Complementary color
Monochromatic Colors of #C109FD
Black with #C109FD
Text Example
Text Example
White with #C109FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C109FD; }
p { color: rgb(193,9,253); }
H1.HeaderClassName
{
color: #C109FD;
}
.AnyTagClassName
{
color: #C109FD;
}
</style>
background-color css
<style>
a { background-color: #C109FD; }
a { background-color: rgb(193,9,253); }
div.DivClassName
{
background-color: #C109FD;
}
.BgClassName
{
background-color: #C109FD;
}
</style>
border-color css
<style>
span { border-color: #C109FD; }
span { border-color: rgb(193,9,253); }
td.TdClassName
{
border-color: #C109FD;
}
.TagClassName
{
border-color: #C109FD;
}
</style>