Shades of Electric Purple #C217F9
Tints of Electric Purple #C217F9
RGB
CMYK
RGB Variations
Color information
#C217F9 (or 0xC217F9) is known color: Electric Purple. HEX triplet: C2, 17 and F9. RGB value is (194,23,249). Sum of RGB (Red+Green+Blue) = 194+23+249=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #C217F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C217F9 is #3DE806. Grayscale: #636363. Windows color (decimal): -4057095 or 16324546. OLE color: 16324546.
HSL color Cylindrical-coordinate representation of color #C217F9: hue angle of 285.4º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C217F9 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 23 | 249 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.02 |
| HSL | 285.4º | 0.95% | 0.53% | - |
| HSV(B) | 285.4º | 0.91% | 0.98% | - |
| XYZ | 39.65 | 18.92 | 91.18 | - |
| YUV | 99.89 | 212.15 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 23 | 249 | 0.22 | 0.91 | 0 | 0.02 | 285.4 | 0.95 | 0.53 |
| Hex | C2 | 17 | F9 | 16 | 5B | 0 | 2 | 11D | 5F | 35 |
| Octal | 302 | 27 | 371 | 26 | 133 | 0 | 2 | 435 | 137 | 65 |
| Binary | 11000010 | 10111 | 11111001 | 10110 | 1011011 | 0 | 10 | 100011101 | 1011111 | 110101 |
Color Harmonies of #C217F9
Complementary color
Monochromatic Colors of #C217F9
Black with #C217F9
Text Example
Text Example
White with #C217F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C217F9; }
p { color: rgb(194,23,249); }
H1.HeaderClassName
{
color: #C217F9;
}
.AnyTagClassName
{
color: #C217F9;
}
</style>
background-color css
<style>
a { background-color: #C217F9; }
a { background-color: rgb(194,23,249); }
div.DivClassName
{
background-color: #C217F9;
}
.BgClassName
{
background-color: #C217F9;
}
</style>
border-color css
<style>
span { border-color: #C217F9; }
span { border-color: rgb(194,23,249); }
td.TdClassName
{
border-color: #C217F9;
}
.TagClassName
{
border-color: #C217F9;
}
</style>