Shades of Electric Purple #C62FFC
Tints of Electric Purple #C62FFC
RGB
CMYK
RGB Variations
Color information
#C62FFC (or 0xC62FFC) is known color: Electric Purple. HEX triplet: C6, 2F and FC. RGB value is (198,47,252). Sum of RGB (Red+Green+Blue) = 198+47+252=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 47 (18.75% from 255 or 9.46% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C62FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FFC is #39D003. Grayscale: #727272. Windows color (decimal): -3788804 or 16527302. OLE color: 16527302.
HSL color Cylindrical-coordinate representation of color #C62FFC: hue angle of 284.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62FFC is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 47 | 252 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.01 |
| HSL | 284.2º | 0.97% | 0.59% | - |
| HSV(B) | 284.2º | 0.81% | 0.99% | - |
| XYZ | 41.88 | 21.07 | 93.95 | - |
| YUV | 115.52 | 205.03 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 252 | 0.21 | 0.81 | 0 | 0.01 | 284.2 | 0.97 | 0.59 |
| Hex | C6 | 2F | FC | 15 | 51 | 0 | 1 | 11C | 61 | 3B |
| Octal | 306 | 57 | 374 | 25 | 121 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000110 | 101111 | 11111100 | 10101 | 1010001 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C62FFC
Complementary color
Monochromatic Colors of #C62FFC
Black with #C62FFC
Text Example
Text Example
White with #C62FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FFC; }
p { color: rgb(198,47,252); }
H1.HeaderClassName
{
color: #C62FFC;
}
.AnyTagClassName
{
color: #C62FFC;
}
</style>
background-color css
<style>
a { background-color: #C62FFC; }
a { background-color: rgb(198,47,252); }
div.DivClassName
{
background-color: #C62FFC;
}
.BgClassName
{
background-color: #C62FFC;
}
</style>
border-color css
<style>
span { border-color: #C62FFC; }
span { border-color: rgb(198,47,252); }
td.TdClassName
{
border-color: #C62FFC;
}
.TagClassName
{
border-color: #C62FFC;
}
</style>