Shades of Electric Purple #C217FB
Tints of Electric Purple #C217FB
RGB
CMYK
RGB Variations
Color information
#C217FB (or 0xC217FB) is known color: Electric Purple. HEX triplet: C2, 17 and FB. RGB value is (194,23,251). Sum of RGB (Red+Green+Blue) = 194+23+251=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 23 (9.38% from 255 or 4.91% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C217FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217FB is #3DE804. Grayscale: #636363. Windows color (decimal): -4057093 or 16455618. OLE color: 16455618.
HSL color Cylindrical-coordinate representation of color #C217FB: hue angle of 285º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C217FB is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 23 | 251 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.02 |
| HSL | 285º | 0.97% | 0.54% | - |
| HSV(B) | 285º | 0.91% | 0.98% | - |
| XYZ | 39.97 | 19.05 | 92.84 | - |
| YUV | 100.12 | 213.15 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 251 | 0.23 | 0.91 | 0 | 0.02 | 285 | 0.97 | 0.54 |
| Hex | C2 | 17 | FB | 17 | 5B | 0 | 2 | 11D | 61 | 36 |
| Octal | 302 | 27 | 373 | 27 | 133 | 0 | 2 | 435 | 141 | 66 |
| Binary | 11000010 | 10111 | 11111011 | 10111 | 1011011 | 0 | 10 | 100011101 | 1100001 | 110110 |
Color Harmonies of #C217FB
Complementary color
Monochromatic Colors of #C217FB
Black with #C217FB
Text Example
Text Example
White with #C217FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217FB; }
p { color: rgb(194,23,251); }
H1.HeaderClassName
{
color: #C217FB;
}
.AnyTagClassName
{
color: #C217FB;
}
</style>
background-color css
<style>
a { background-color: #C217FB; }
a { background-color: rgb(194,23,251); }
div.DivClassName
{
background-color: #C217FB;
}
.BgClassName
{
background-color: #C217FB;
}
</style>
border-color css
<style>
span { border-color: #C217FB; }
span { border-color: rgb(194,23,251); }
td.TdClassName
{
border-color: #C217FB;
}
.TagClassName
{
border-color: #C217FB;
}
</style>