Shades of Electric Purple #C01BFD
Tints of Electric Purple #C01BFD
RGB
CMYK
RGB Variations
Color information
#C01BFD (or 0xC01BFD) is known color: Electric Purple. HEX triplet: C0, 1B and FD. RGB value is (192,27,253). Sum of RGB (Red+Green+Blue) = 192+27+253=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C01BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BFD is #3FE402. Grayscale: #656565. Windows color (decimal): -4187139 or 16587712. OLE color: 16587712.
HSL color Cylindrical-coordinate representation of color #C01BFD: hue angle of 283.81º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01BFD is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 27 | 253 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.01 |
| HSL | 283.81º | 0.98% | 0.55% | - |
| HSV(B) | 283.81º | 0.89% | 0.99% | - |
| XYZ | 39.86 | 19.08 | 94.51 | - |
| YUV | 102.1 | 213.16 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 253 | 0.24 | 0.89 | 0 | 0.01 | 283.81 | 0.98 | 0.55 |
| Hex | C0 | 1B | FD | 18 | 59 | 0 | 1 | 11C | 62 | 37 |
| Octal | 300 | 33 | 375 | 30 | 131 | 0 | 1 | 434 | 142 | 67 |
| Binary | 11000000 | 11011 | 11111101 | 11000 | 1011001 | 0 | 1 | 100011100 | 1100010 | 110111 |
Color Harmonies of #C01BFD
Complementary color
Monochromatic Colors of #C01BFD
Black with #C01BFD
Text Example
Text Example
White with #C01BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BFD; }
p { color: rgb(192,27,253); }
H1.HeaderClassName
{
color: #C01BFD;
}
.AnyTagClassName
{
color: #C01BFD;
}
</style>
background-color css
<style>
a { background-color: #C01BFD; }
a { background-color: rgb(192,27,253); }
div.DivClassName
{
background-color: #C01BFD;
}
.BgClassName
{
background-color: #C01BFD;
}
</style>
border-color css
<style>
span { border-color: #C01BFD; }
span { border-color: rgb(192,27,253); }
td.TdClassName
{
border-color: #C01BFD;
}
.TagClassName
{
border-color: #C01BFD;
}
</style>