Shades of Electric Purple #C207F0
Tints of Electric Purple #C207F0
RGB
CMYK
RGB Variations
Color information
#C207F0 (or 0xC207F0) is known color: Electric Purple. HEX triplet: C2, 07 and F0. RGB value is (194,7,240). Sum of RGB (Red+Green+Blue) = 194+7+240=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #C207F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207F0 is #3DF80F. Grayscale: #585858. Windows color (decimal): -4061200 or 15730626. OLE color: 15730626.
HSL color Cylindrical-coordinate representation of color #C207F0: hue angle of 288.15º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207F0 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 7 | 240 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.06 |
| HSL | 288.15º | 0.94% | 0.48% | - |
| HSV(B) | 288.15º | 0.97% | 0.94% | - |
| XYZ | 38.05 | 17.91 | 83.89 | - |
| YUV | 89.48 | 212.95 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 240 | 0.19 | 0.97 | 0 | 0.06 | 288.15 | 0.94 | 0.48 |
| Hex | C2 | 7 | F0 | 13 | 61 | 0 | 6 | 120 | 5E | 30 |
| Octal | 302 | 7 | 360 | 23 | 141 | 0 | 6 | 440 | 136 | 60 |
| Binary | 11000010 | 111 | 11110000 | 10011 | 1100001 | 0 | 110 | 100100000 | 1011110 | 110000 |
Color Harmonies of #C207F0
Complementary color
Monochromatic Colors of #C207F0
Black with #C207F0
Text Example
Text Example
White with #C207F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207F0; }
p { color: rgb(194,7,240); }
H1.HeaderClassName
{
color: #C207F0;
}
.AnyTagClassName
{
color: #C207F0;
}
</style>
background-color css
<style>
a { background-color: #C207F0; }
a { background-color: rgb(194,7,240); }
div.DivClassName
{
background-color: #C207F0;
}
.BgClassName
{
background-color: #C207F0;
}
</style>
border-color css
<style>
span { border-color: #C207F0; }
span { border-color: rgb(194,7,240); }
td.TdClassName
{
border-color: #C207F0;
}
.TagClassName
{
border-color: #C207F0;
}
</style>