Shades of Electric Purple #C615FB
Tints of Electric Purple #C615FB
RGB
CMYK
RGB Variations
Color information
#C615FB (or 0xC615FB) is known color: Electric Purple. HEX triplet: C6, 15 and FB. RGB value is (198,21,251). Sum of RGB (Red+Green+Blue) = 198+21+251=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 21 (8.59% from 255 or 4.47% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #C615FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615FB is #39EA04. Grayscale: #636363. Windows color (decimal): -3795461 or 16455110. OLE color: 16455110.
HSL color Cylindrical-coordinate representation of color #C615FB: hue angle of 286.17º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C615FB is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 21 | 251 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.02 |
| HSL | 286.17º | 0.97% | 0.53% | - |
| HSV(B) | 286.17º | 0.92% | 0.98% | - |
| XYZ | 40.97 | 19.51 | 92.87 | - |
| YUV | 100.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 251 | 0.21 | 0.92 | 0 | 0.02 | 286.17 | 0.97 | 0.53 |
| Hex | C6 | 15 | FB | 15 | 5C | 0 | 2 | 11E | 61 | 35 |
| Octal | 306 | 25 | 373 | 25 | 134 | 0 | 2 | 436 | 141 | 65 |
| Binary | 11000110 | 10101 | 11111011 | 10101 | 1011100 | 0 | 10 | 100011110 | 1100001 | 110101 |
Color Harmonies of #C615FB
Complementary color
Monochromatic Colors of #C615FB
Black with #C615FB
Text Example
Text Example
White with #C615FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C615FB; }
p { color: rgb(198,21,251); }
H1.HeaderClassName
{
color: #C615FB;
}
.AnyTagClassName
{
color: #C615FB;
}
</style>
background-color css
<style>
a { background-color: #C615FB; }
a { background-color: rgb(198,21,251); }
div.DivClassName
{
background-color: #C615FB;
}
.BgClassName
{
background-color: #C615FB;
}
</style>
border-color css
<style>
span { border-color: #C615FB; }
span { border-color: rgb(198,21,251); }
td.TdClassName
{
border-color: #C615FB;
}
.TagClassName
{
border-color: #C615FB;
}
</style>