Shades of Electric Purple #C016FD
Tints of Electric Purple #C016FD
RGB
CMYK
RGB Variations
Color information
#C016FD (or 0xC016FD) is known color: Electric Purple. HEX triplet: C0, 16 and FD. RGB value is (192,22,253). Sum of RGB (Red+Green+Blue) = 192+22+253=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 22 (8.98% from 255 or 4.71% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C016FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C016FD is #3FE902. Grayscale: #626262. Windows color (decimal): -4188419 or 16586432. OLE color: 16586432.
HSL color Cylindrical-coordinate representation of color #C016FD: hue angle of 284.16º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C016FD is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 22 | 253 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.01 |
| HSL | 284.16º | 0.98% | 0.54% | - |
| HSV(B) | 284.16º | 0.91% | 0.99% | - |
| XYZ | 39.75 | 18.87 | 94.48 | - |
| YUV | 99.16 | 214.82 | 194.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 22 | 253 | 0.24 | 0.91 | 0 | 0.01 | 284.16 | 0.98 | 0.54 |
| Hex | C0 | 16 | FD | 18 | 5B | 0 | 1 | 11C | 62 | 36 |
| Octal | 300 | 26 | 375 | 30 | 133 | 0 | 1 | 434 | 142 | 66 |
| Binary | 11000000 | 10110 | 11111101 | 11000 | 1011011 | 0 | 1 | 100011100 | 1100010 | 110110 |
Color Harmonies of #C016FD
Complementary color
Monochromatic Colors of #C016FD
Black with #C016FD
Text Example
Text Example
White with #C016FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C016FD; }
p { color: rgb(192,22,253); }
H1.HeaderClassName
{
color: #C016FD;
}
.AnyTagClassName
{
color: #C016FD;
}
</style>
background-color css
<style>
a { background-color: #C016FD; }
a { background-color: rgb(192,22,253); }
div.DivClassName
{
background-color: #C016FD;
}
.BgClassName
{
background-color: #C016FD;
}
</style>
border-color css
<style>
span { border-color: #C016FD; }
span { border-color: rgb(192,22,253); }
td.TdClassName
{
border-color: #C016FD;
}
.TagClassName
{
border-color: #C016FD;
}
</style>