Shades of Electric Purple #C61BFC
Tints of Electric Purple #C61BFC
RGB
CMYK
RGB Variations
Color information
#C61BFC (or 0xC61BFC) is known color: Electric Purple. HEX triplet: C6, 1B and FC. RGB value is (198,27,252). Sum of RGB (Red+Green+Blue) = 198+27+252=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #C61BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BFC is #39E403. Grayscale: #676767. Windows color (decimal): -3793924 or 16522182. OLE color: 16522182.
HSL color Cylindrical-coordinate representation of color #C61BFC: hue angle of 285.6º degrees, saturation: 0.97, 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 #C61BFC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 27 | 252 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.01 |
| HSL | 285.6º | 0.97% | 0.55% | - |
| HSV(B) | 285.6º | 0.89% | 0.99% | - |
| XYZ | 41.25 | 19.82 | 93.75 | - |
| YUV | 103.78 | 211.65 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 252 | 0.21 | 0.89 | 0 | 0.01 | 285.6 | 0.97 | 0.55 |
| Hex | C6 | 1B | FC | 15 | 59 | 0 | 1 | 11E | 61 | 37 |
| Octal | 306 | 33 | 374 | 25 | 131 | 0 | 1 | 436 | 141 | 67 |
| Binary | 11000110 | 11011 | 11111100 | 10101 | 1011001 | 0 | 1 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C61BFC
Complementary color
Monochromatic Colors of #C61BFC
Black with #C61BFC
Text Example
Text Example
White with #C61BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BFC; }
p { color: rgb(198,27,252); }
H1.HeaderClassName
{
color: #C61BFC;
}
.AnyTagClassName
{
color: #C61BFC;
}
</style>
background-color css
<style>
a { background-color: #C61BFC; }
a { background-color: rgb(198,27,252); }
div.DivClassName
{
background-color: #C61BFC;
}
.BgClassName
{
background-color: #C61BFC;
}
</style>
border-color css
<style>
span { border-color: #C61BFC; }
span { border-color: rgb(198,27,252); }
td.TdClassName
{
border-color: #C61BFC;
}
.TagClassName
{
border-color: #C61BFC;
}
</style>