Shades of Electric Purple #C62DF3
Tints of Electric Purple #C62DF3
RGB
CMYK
RGB Variations
Color information
#C62DF3 (or 0xC62DF3) is known color: Electric Purple. HEX triplet: C6, 2D and F3. RGB value is (198,45,243). Sum of RGB (Red+Green+Blue) = 198+45+243=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 45 (17.97% from 255 or 9.26% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #C62DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62DF3 is #39D20C. Grayscale: #707070. Windows color (decimal): -3789325 or 15936966. OLE color: 15936966.
HSL color Cylindrical-coordinate representation of color #C62DF3: hue angle of 286.36º degrees, saturation: 0.89, 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 #C62DF3 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 45 | 243 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.05 |
| HSL | 286.36º | 0.89% | 0.56% | - |
| HSV(B) | 286.36º | 0.81% | 0.95% | - |
| XYZ | 40.4 | 20.35 | 86.59 | - |
| YUV | 113.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 243 | 0.19 | 0.81 | 0 | 0.05 | 286.36 | 0.89 | 0.56 |
| Hex | C6 | 2D | F3 | 13 | 51 | 0 | 5 | 11E | 59 | 38 |
| Octal | 306 | 55 | 363 | 23 | 121 | 0 | 5 | 436 | 131 | 70 |
| Binary | 11000110 | 101101 | 11110011 | 10011 | 1010001 | 0 | 101 | 100011110 | 1011001 | 111000 |
Color Harmonies of #C62DF3
Complementary color
Monochromatic Colors of #C62DF3
Black with #C62DF3
Text Example
Text Example
White with #C62DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62DF3; }
p { color: rgb(198,45,243); }
H1.HeaderClassName
{
color: #C62DF3;
}
.AnyTagClassName
{
color: #C62DF3;
}
</style>
background-color css
<style>
a { background-color: #C62DF3; }
a { background-color: rgb(198,45,243); }
div.DivClassName
{
background-color: #C62DF3;
}
.BgClassName
{
background-color: #C62DF3;
}
</style>
border-color css
<style>
span { border-color: #C62DF3; }
span { border-color: rgb(198,45,243); }
td.TdClassName
{
border-color: #C62DF3;
}
.TagClassName
{
border-color: #C62DF3;
}
</style>