Shades of Electric Purple #C207FB
Tints of Electric Purple #C207FB
RGB
CMYK
RGB Variations
Color information
#C207FB (or 0xC207FB) is known color: Electric Purple. HEX triplet: C2, 07 and FB. RGB value is (194,7,251). Sum of RGB (Red+Green+Blue) = 194+7+251=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 7 (3.12% from 255 or 1.55% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #C207FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207FB is #3DF804. Grayscale: #595959. Windows color (decimal): -4061189 or 16451522. OLE color: 16451522.
HSL color Cylindrical-coordinate representation of color #C207FB: hue angle of 285.98º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207FB is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 7 | 251 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.02 |
| HSL | 285.98º | 0.97% | 0.51% | - |
| HSV(B) | 285.98º | 0.97% | 0.98% | - |
| XYZ | 39.74 | 18.59 | 92.76 | - |
| YUV | 90.73 | 218.45 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 251 | 0.23 | 0.97 | 0 | 0.02 | 285.98 | 0.97 | 0.51 |
| Hex | C2 | 7 | FB | 17 | 61 | 0 | 2 | 11E | 61 | 33 |
| Octal | 302 | 7 | 373 | 27 | 141 | 0 | 2 | 436 | 141 | 63 |
| Binary | 11000010 | 111 | 11111011 | 10111 | 1100001 | 0 | 10 | 100011110 | 1100001 | 110011 |
Color Harmonies of #C207FB
Complementary color
Monochromatic Colors of #C207FB
Black with #C207FB
Text Example
Text Example
White with #C207FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207FB; }
p { color: rgb(194,7,251); }
H1.HeaderClassName
{
color: #C207FB;
}
.AnyTagClassName
{
color: #C207FB;
}
</style>
background-color css
<style>
a { background-color: #C207FB; }
a { background-color: rgb(194,7,251); }
div.DivClassName
{
background-color: #C207FB;
}
.BgClassName
{
background-color: #C207FB;
}
</style>
border-color css
<style>
span { border-color: #C207FB; }
span { border-color: rgb(194,7,251); }
td.TdClassName
{
border-color: #C207FB;
}
.TagClassName
{
border-color: #C207FB;
}
</style>