Shades of Electric Purple #C62BFD
Tints of Electric Purple #C62BFD
RGB
CMYK
RGB Variations
Color information
#C62BFD (or 0xC62BFD) is known color: Electric Purple. HEX triplet: C6, 2B and FD. RGB value is (198,43,253). Sum of RGB (Red+Green+Blue) = 198+43+253=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #C62BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BFD is #39D402. Grayscale: #707070. Windows color (decimal): -3789827 or 16591814. OLE color: 16591814.
HSL color Cylindrical-coordinate representation of color #C62BFD: hue angle of 284.29º 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 #C62BFD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 43 | 253 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.01 |
| HSL | 284.29º | 0.98% | 0.58% | - |
| HSV(B) | 284.29º | 0.83% | 0.99% | - |
| XYZ | 41.88 | 20.83 | 94.74 | - |
| YUV | 113.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 253 | 0.22 | 0.83 | 0 | 0.01 | 284.29 | 0.98 | 0.58 |
| Hex | C6 | 2B | FD | 16 | 53 | 0 | 1 | 11C | 62 | 3A |
| Octal | 306 | 53 | 375 | 26 | 123 | 0 | 1 | 434 | 142 | 72 |
| Binary | 11000110 | 101011 | 11111101 | 10110 | 1010011 | 0 | 1 | 100011100 | 1100010 | 111010 |
Color Harmonies of #C62BFD
Complementary color
Monochromatic Colors of #C62BFD
Black with #C62BFD
Text Example
Text Example
White with #C62BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BFD; }
p { color: rgb(198,43,253); }
H1.HeaderClassName
{
color: #C62BFD;
}
.AnyTagClassName
{
color: #C62BFD;
}
</style>
background-color css
<style>
a { background-color: #C62BFD; }
a { background-color: rgb(198,43,253); }
div.DivClassName
{
background-color: #C62BFD;
}
.BgClassName
{
background-color: #C62BFD;
}
</style>
border-color css
<style>
span { border-color: #C62BFD; }
span { border-color: rgb(198,43,253); }
td.TdClassName
{
border-color: #C62BFD;
}
.TagClassName
{
border-color: #C62BFD;
}
</style>