Shades of Electric Purple #C629FD
Tints of Electric Purple #C629FD
RGB
CMYK
RGB Variations
Color information
#C629FD (or 0xC629FD) is known color: Electric Purple. HEX triplet: C6, 29 and FD. RGB value is (198,41,253). Sum of RGB (Red+Green+Blue) = 198+41+253=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #C629FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629FD is #39D602. Grayscale: #6F6F6F. Windows color (decimal): -3790339 or 16591302. OLE color: 16591302.
HSL color Cylindrical-coordinate representation of color #C629FD: hue angle of 284.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C629FD is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 41 | 253 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.01 |
| HSL | 284.43º | 0.98% | 0.58% | - |
| HSV(B) | 284.43º | 0.84% | 0.99% | - |
| XYZ | 41.81 | 20.68 | 94.72 | - |
| YUV | 112.11 | 207.51 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 253 | 0.22 | 0.84 | 0 | 0.01 | 284.43 | 0.98 | 0.58 |
| Hex | C6 | 29 | FD | 16 | 54 | 0 | 1 | 11C | 62 | 3A |
| Octal | 306 | 51 | 375 | 26 | 124 | 0 | 1 | 434 | 142 | 72 |
| Binary | 11000110 | 101001 | 11111101 | 10110 | 1010100 | 0 | 1 | 100011100 | 1100010 | 111010 |
Color Harmonies of #C629FD
Complementary color
Monochromatic Colors of #C629FD
Black with #C629FD
Text Example
Text Example
White with #C629FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629FD; }
p { color: rgb(198,41,253); }
H1.HeaderClassName
{
color: #C629FD;
}
.AnyTagClassName
{
color: #C629FD;
}
</style>
background-color css
<style>
a { background-color: #C629FD; }
a { background-color: rgb(198,41,253); }
div.DivClassName
{
background-color: #C629FD;
}
.BgClassName
{
background-color: #C629FD;
}
</style>
border-color css
<style>
span { border-color: #C629FD; }
span { border-color: rgb(198,41,253); }
td.TdClassName
{
border-color: #C629FD;
}
.TagClassName
{
border-color: #C629FD;
}
</style>