Shades of Electric Purple #C62CFA
Tints of Electric Purple #C62CFA
RGB
CMYK
RGB Variations
Color information
#C62CFA (or 0xC62CFA) is known color: Electric Purple. HEX triplet: C6, 2C and FA. RGB value is (198,44,250). Sum of RGB (Red+Green+Blue) = 198+44+250=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 44 (17.58% from 255 or 8.94% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #C62CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CFA is #39D305. Grayscale: #707070. Windows color (decimal): -3789574 or 16395462. OLE color: 16395462.
HSL color Cylindrical-coordinate representation of color #C62CFA: hue angle of 284.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62CFA is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 44 | 250 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.85º | 0.95% | 0.58% | - |
| HSV(B) | 284.85º | 0.82% | 0.98% | - |
| XYZ | 41.44 | 20.71 | 92.26 | - |
| YUV | 113.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 250 | 0.21 | 0.82 | 0 | 0.02 | 284.85 | 0.95 | 0.58 |
| Hex | C6 | 2C | FA | 15 | 52 | 0 | 2 | 11D | 5F | 3A |
| Octal | 306 | 54 | 372 | 25 | 122 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11000110 | 101100 | 11111010 | 10101 | 1010010 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C62CFA
Complementary color
Monochromatic Colors of #C62CFA
Black with #C62CFA
Text Example
Text Example
White with #C62CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CFA; }
p { color: rgb(198,44,250); }
H1.HeaderClassName
{
color: #C62CFA;
}
.AnyTagClassName
{
color: #C62CFA;
}
</style>
background-color css
<style>
a { background-color: #C62CFA; }
a { background-color: rgb(198,44,250); }
div.DivClassName
{
background-color: #C62CFA;
}
.BgClassName
{
background-color: #C62CFA;
}
</style>
border-color css
<style>
span { border-color: #C62CFA; }
span { border-color: rgb(198,44,250); }
td.TdClassName
{
border-color: #C62CFA;
}
.TagClassName
{
border-color: #C62CFA;
}
</style>