Shades of Electric Purple #C628FB
Tints of Electric Purple #C628FB
RGB
CMYK
RGB Variations
Color information
#C628FB (or 0xC628FB) is known color: Electric Purple. HEX triplet: C6, 28 and FB. RGB value is (198,40,251). Sum of RGB (Red+Green+Blue) = 198+40+251=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C628FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628FB is #39D704. Grayscale: #6E6E6E. Windows color (decimal): -3790597 or 16459974. OLE color: 16459974.
HSL color Cylindrical-coordinate representation of color #C628FB: hue angle of 284.93º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C628FB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 40 | 251 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 284.93º | 0.96% | 0.57% | - |
| HSV(B) | 284.93º | 0.84% | 0.98% | - |
| XYZ | 41.46 | 20.49 | 93.04 | - |
| YUV | 111.3 | 206.85 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 251 | 0.21 | 0.84 | 0 | 0.02 | 284.93 | 0.96 | 0.57 |
| Hex | C6 | 28 | FB | 15 | 54 | 0 | 2 | 11D | 60 | 39 |
| Octal | 306 | 50 | 373 | 25 | 124 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000110 | 101000 | 11111011 | 10101 | 1010100 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C628FB
Complementary color
Monochromatic Colors of #C628FB
Black with #C628FB
Text Example
Text Example
White with #C628FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628FB; }
p { color: rgb(198,40,251); }
H1.HeaderClassName
{
color: #C628FB;
}
.AnyTagClassName
{
color: #C628FB;
}
</style>
background-color css
<style>
a { background-color: #C628FB; }
a { background-color: rgb(198,40,251); }
div.DivClassName
{
background-color: #C628FB;
}
.BgClassName
{
background-color: #C628FB;
}
</style>
border-color css
<style>
span { border-color: #C628FB; }
span { border-color: rgb(198,40,251); }
td.TdClassName
{
border-color: #C628FB;
}
.TagClassName
{
border-color: #C628FB;
}
</style>