Shades of Electric Purple #C02BFD
Tints of Electric Purple #C02BFD
RGB
CMYK
RGB Variations
Color information
#C02BFD (or 0xC02BFD) is known color: Electric Purple. HEX triplet: C0, 2B and FD. RGB value is (192,43,253). Sum of RGB (Red+Green+Blue) = 192+43+253=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #C02BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BFD is #3FD402. Grayscale: #6E6E6E. Windows color (decimal): -4183043 or 16591808. OLE color: 16591808.
HSL color Cylindrical-coordinate representation of color #C02BFD: hue angle of 282.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02BFD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 43 | 253 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.01 |
| HSL | 282.57º | 0.98% | 0.58% | - |
| HSV(B) | 282.57º | 0.83% | 0.99% | - |
| XYZ | 40.33 | 20.03 | 94.67 | - |
| YUV | 111.49 | 207.86 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 253 | 0.24 | 0.83 | 0 | 0.01 | 282.57 | 0.98 | 0.58 |
| Hex | C0 | 2B | FD | 18 | 53 | 0 | 1 | 11B | 62 | 3A |
| Octal | 300 | 53 | 375 | 30 | 123 | 0 | 1 | 433 | 142 | 72 |
| Binary | 11000000 | 101011 | 11111101 | 11000 | 1010011 | 0 | 1 | 100011011 | 1100010 | 111010 |
Color Harmonies of #C02BFD
Complementary color
Monochromatic Colors of #C02BFD
Black with #C02BFD
Text Example
Text Example
White with #C02BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BFD; }
p { color: rgb(192,43,253); }
H1.HeaderClassName
{
color: #C02BFD;
}
.AnyTagClassName
{
color: #C02BFD;
}
</style>
background-color css
<style>
a { background-color: #C02BFD; }
a { background-color: rgb(192,43,253); }
div.DivClassName
{
background-color: #C02BFD;
}
.BgClassName
{
background-color: #C02BFD;
}
</style>
border-color css
<style>
span { border-color: #C02BFD; }
span { border-color: rgb(192,43,253); }
td.TdClassName
{
border-color: #C02BFD;
}
.TagClassName
{
border-color: #C02BFD;
}
</style>