Shades of Electric Purple #C62DF2
Tints of Electric Purple #C62DF2
RGB
CMYK
RGB Variations
Color information
#C62DF2 (or 0xC62DF2) is known color: Electric Purple. HEX triplet: C6, 2D and F2. RGB value is (198,45,242). Sum of RGB (Red+Green+Blue) = 198+45+242=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 45 (17.97% from 255 or 9.28% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #C62DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DF2 is #39D20D. Grayscale: #707070. Windows color (decimal): -3789326 or 15871430. OLE color: 15871430.
HSL color Cylindrical-coordinate representation of color #C62DF2: hue angle of 286.6º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62DF2 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 45 | 242 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.05 |
| HSL | 286.6º | 0.88% | 0.56% | - |
| HSV(B) | 286.6º | 0.81% | 0.95% | - |
| XYZ | 40.25 | 20.29 | 85.8 | - |
| YUV | 113.21 | 200.69 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 242 | 0.18 | 0.81 | 0 | 0.05 | 286.6 | 0.88 | 0.56 |
| Hex | C6 | 2D | F2 | 12 | 51 | 0 | 5 | 11F | 58 | 38 |
| Octal | 306 | 55 | 362 | 22 | 121 | 0 | 5 | 437 | 130 | 70 |
| Binary | 11000110 | 101101 | 11110010 | 10010 | 1010001 | 0 | 101 | 100011111 | 1011000 | 111000 |
Color Harmonies of #C62DF2
Complementary color
Monochromatic Colors of #C62DF2
Black with #C62DF2
Text Example
Text Example
White with #C62DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DF2; }
p { color: rgb(198,45,242); }
H1.HeaderClassName
{
color: #C62DF2;
}
.AnyTagClassName
{
color: #C62DF2;
}
</style>
background-color css
<style>
a { background-color: #C62DF2; }
a { background-color: rgb(198,45,242); }
div.DivClassName
{
background-color: #C62DF2;
}
.BgClassName
{
background-color: #C62DF2;
}
</style>
border-color css
<style>
span { border-color: #C62DF2; }
span { border-color: rgb(198,45,242); }
td.TdClassName
{
border-color: #C62DF2;
}
.TagClassName
{
border-color: #C62DF2;
}
</style>