Shades of Electric Purple #C628FF
Tints of Electric Purple #C628FF
RGB
CMYK
RGB Variations
Color information
#C628FF (or 0xC628FF) is known color: Electric Purple. HEX triplet: C6, 28 and FF. RGB value is (198,40,255). Sum of RGB (Red+Green+Blue) = 198+40+255=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #C628FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FF is #39D700. Grayscale: #6F6F6F. Windows color (decimal): -3790593 or 16722118. OLE color: 16722118.
HSL color Cylindrical-coordinate representation of color #C628FF: hue angle of 284.09º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C628FF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 40 | 255 | - |
| CMYK | 0.22 | 0.84 | 0 | 0 |
| HSL | 284.09º | 1% | 0.58% | - |
| HSV(B) | 284.09º | 0.84% | 1% | - |
| XYZ | 42.1 | 20.74 | 96.39 | - |
| YUV | 111.75 | 208.85 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 255 | 0.22 | 0.84 | 0 | 0 | 284.09 | 1 | 0.58 |
| Hex | C6 | 28 | FF | 16 | 54 | 0 | 0 | 11C | 64 | 3A |
| Octal | 306 | 50 | 377 | 26 | 124 | 0 | 0 | 434 | 144 | 72 |
| Binary | 11000110 | 101000 | 11111111 | 10110 | 1010100 | 0 | 0 | 100011100 | 1100100 | 111010 |
Color Harmonies of #C628FF
Complementary color
Monochromatic Colors of #C628FF
Black with #C628FF
Text Example
Text Example
White with #C628FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628FF; }
p { color: rgb(198,40,255); }
H1.HeaderClassName
{
color: #C628FF;
}
.AnyTagClassName
{
color: #C628FF;
}
</style>
background-color css
<style>
a { background-color: #C628FF; }
a { background-color: rgb(198,40,255); }
div.DivClassName
{
background-color: #C628FF;
}
.BgClassName
{
background-color: #C628FF;
}
</style>
border-color css
<style>
span { border-color: #C628FF; }
span { border-color: rgb(198,40,255); }
td.TdClassName
{
border-color: #C628FF;
}
.TagClassName
{
border-color: #C628FF;
}
</style>