Shades of Electric Purple #C62BED
Tints of Electric Purple #C62BED
RGB
CMYK
RGB Variations
Color information
#C62BED (or 0xC62BED) is known color: Electric Purple. HEX triplet: C6, 2B and ED. RGB value is (198,43,237). Sum of RGB (Red+Green+Blue) = 198+43+237=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C62BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BED is #39D412. Grayscale: #6E6E6E. Windows color (decimal): -3789843 or 15543238. OLE color: 15543238.
HSL color Cylindrical-coordinate representation of color #C62BED: hue angle of 287.94º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62BED is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 43 | 237 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 287.94º | 0.84% | 0.55% | - |
| HSV(B) | 287.94º | 0.82% | 0.93% | - |
| XYZ | 39.44 | 19.85 | 81.87 | - |
| YUV | 111.46 | 198.85 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 237 | 0.16 | 0.82 | 0 | 0.07 | 287.94 | 0.84 | 0.55 |
| Hex | C6 | 2B | ED | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 306 | 53 | 355 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000110 | 101011 | 11101101 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C62BED
Complementary color
Monochromatic Colors of #C62BED
Black with #C62BED
Text Example
Text Example
White with #C62BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BED; }
p { color: rgb(198,43,237); }
H1.HeaderClassName
{
color: #C62BED;
}
.AnyTagClassName
{
color: #C62BED;
}
</style>
background-color css
<style>
a { background-color: #C62BED; }
a { background-color: rgb(198,43,237); }
div.DivClassName
{
background-color: #C62BED;
}
.BgClassName
{
background-color: #C62BED;
}
</style>
border-color css
<style>
span { border-color: #C62BED; }
span { border-color: rgb(198,43,237); }
td.TdClassName
{
border-color: #C62BED;
}
.TagClassName
{
border-color: #C62BED;
}
</style>