Shades of Electric Purple #C206F9
Tints of Electric Purple #C206F9
RGB
CMYK
RGB Variations
Color information
#C206F9 (or 0xC206F9) is known color: Electric Purple. HEX triplet: C2, 06 and F9. RGB value is (194,6,249). Sum of RGB (Red+Green+Blue) = 194+6+249=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 249 (97.66% from 255 or 55.46% from 449); Max value from RGB is 249 - color contains mainly: blue. Hex color #C206F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C206F9 is #3DF906. Grayscale: #595959. Windows color (decimal): -4061447 or 16320194. OLE color: 16320194.
HSL color Cylindrical-coordinate representation of color #C206F9: hue angle of 286.42º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C206F9 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 6 | 249 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.02 |
| HSL | 286.42º | 0.95% | 0.5% | - |
| HSV(B) | 286.42º | 0.98% | 0.98% | - |
| XYZ | 39.41 | 18.44 | 91.1 | - |
| YUV | 89.91 | 217.78 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 6 | 249 | 0.22 | 0.98 | 0 | 0.02 | 286.42 | 0.95 | 0.5 |
| Hex | C2 | 6 | F9 | 16 | 62 | 0 | 2 | 11E | 5F | 32 |
| Octal | 302 | 6 | 371 | 26 | 142 | 0 | 2 | 436 | 137 | 62 |
| Binary | 11000010 | 110 | 11111001 | 10110 | 1100010 | 0 | 10 | 100011110 | 1011111 | 110010 |
Color Harmonies of #C206F9
Complementary color
Monochromatic Colors of #C206F9
Black with #C206F9
Text Example
Text Example
White with #C206F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C206F9; }
p { color: rgb(194,6,249); }
H1.HeaderClassName
{
color: #C206F9;
}
.AnyTagClassName
{
color: #C206F9;
}
</style>
background-color css
<style>
a { background-color: #C206F9; }
a { background-color: rgb(194,6,249); }
div.DivClassName
{
background-color: #C206F9;
}
.BgClassName
{
background-color: #C206F9;
}
</style>
border-color css
<style>
span { border-color: #C206F9; }
span { border-color: rgb(194,6,249); }
td.TdClassName
{
border-color: #C206F9;
}
.TagClassName
{
border-color: #C206F9;
}
</style>