Shades of Electric Purple #C61BFD
Tints of Electric Purple #C61BFD
RGB
CMYK
RGB Variations
Color information
#C61BFD (or 0xC61BFD) is known color: Electric Purple. HEX triplet: C6, 1B and FD. RGB value is (198,27,253). Sum of RGB (Red+Green+Blue) = 198+27+253=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #C61BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BFD is #39E402. Grayscale: #676767. Windows color (decimal): -3793923 or 16587718. OLE color: 16587718.
HSL color Cylindrical-coordinate representation of color #C61BFD: hue angle of 285.4º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61BFD is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 27 | 253 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.01 |
| HSL | 285.4º | 0.98% | 0.55% | - |
| HSV(B) | 285.4º | 0.89% | 0.99% | - |
| XYZ | 41.41 | 19.88 | 94.58 | - |
| YUV | 103.89 | 212.15 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 253 | 0.22 | 0.89 | 0 | 0.01 | 285.4 | 0.98 | 0.55 |
| Hex | C6 | 1B | FD | 16 | 59 | 0 | 1 | 11D | 62 | 37 |
| Octal | 306 | 33 | 375 | 26 | 131 | 0 | 1 | 435 | 142 | 67 |
| Binary | 11000110 | 11011 | 11111101 | 10110 | 1011001 | 0 | 1 | 100011101 | 1100010 | 110111 |
Color Harmonies of #C61BFD
Complementary color
Monochromatic Colors of #C61BFD
Black with #C61BFD
Text Example
Text Example
White with #C61BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BFD; }
p { color: rgb(198,27,253); }
H1.HeaderClassName
{
color: #C61BFD;
}
.AnyTagClassName
{
color: #C61BFD;
}
</style>
background-color css
<style>
a { background-color: #C61BFD; }
a { background-color: rgb(198,27,253); }
div.DivClassName
{
background-color: #C61BFD;
}
.BgClassName
{
background-color: #C61BFD;
}
</style>
border-color css
<style>
span { border-color: #C61BFD; }
span { border-color: rgb(198,27,253); }
td.TdClassName
{
border-color: #C61BFD;
}
.TagClassName
{
border-color: #C61BFD;
}
</style>