Shades of Electric Purple #C613FD
Tints of Electric Purple #C613FD
RGB
CMYK
RGB Variations
Color information
#C613FD (or 0xC613FD) is known color: Electric Purple. HEX triplet: C6, 13 and FD. RGB value is (198,19,253). Sum of RGB (Red+Green+Blue) = 198+19+253=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 19 (7.81% from 255 or 4.04% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #C613FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613FD is #39EC02. Grayscale: #626262. Windows color (decimal): -3795971 or 16585670. OLE color: 16585670.
HSL color Cylindrical-coordinate representation of color #C613FD: hue angle of 285.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C613FD is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 19 | 253 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.01 |
| HSL | 285.9º | 0.98% | 0.53% | - |
| HSV(B) | 285.9º | 0.92% | 0.99% | - |
| XYZ | 41.25 | 19.56 | 94.53 | - |
| YUV | 99.2 | 214.8 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 253 | 0.22 | 0.92 | 0 | 0.01 | 285.9 | 0.98 | 0.53 |
| Hex | C6 | 13 | FD | 16 | 5C | 0 | 1 | 11E | 62 | 35 |
| Octal | 306 | 23 | 375 | 26 | 134 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11000110 | 10011 | 11111101 | 10110 | 1011100 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C613FD
Complementary color
Monochromatic Colors of #C613FD
Black with #C613FD
Text Example
Text Example
White with #C613FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613FD; }
p { color: rgb(198,19,253); }
H1.HeaderClassName
{
color: #C613FD;
}
.AnyTagClassName
{
color: #C613FD;
}
</style>
background-color css
<style>
a { background-color: #C613FD; }
a { background-color: rgb(198,19,253); }
div.DivClassName
{
background-color: #C613FD;
}
.BgClassName
{
background-color: #C613FD;
}
</style>
border-color css
<style>
span { border-color: #C613FD; }
span { border-color: rgb(198,19,253); }
td.TdClassName
{
border-color: #C613FD;
}
.TagClassName
{
border-color: #C613FD;
}
</style>