Shades of Electric Purple #C207FF
Tints of Electric Purple #C207FF
RGB
CMYK
RGB Variations
Color information
#C207FF (or 0xC207FF) is known color: Electric Purple. HEX triplet: C2, 07 and FF. RGB value is (194,7,255). Sum of RGB (Red+Green+Blue) = 194+7+255=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #C207FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C207FF is #3DF800. Grayscale: #5A5A5A. Windows color (decimal): -4061185 or 16713666. OLE color: 16713666.
HSL color Cylindrical-coordinate representation of color #C207FF: hue angle of 285.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C207FF is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 7 | 255 | - |
| CMYK | 0.24 | 0.97 | 0 | 0 |
| HSL | 285.24º | 1% | 0.51% | - |
| HSV(B) | 285.24º | 0.97% | 1% | - |
| XYZ | 40.37 | 18.84 | 96.12 | - |
| YUV | 91.19 | 220.45 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 7 | 255 | 0.24 | 0.97 | 0 | 0 | 285.24 | 1 | 0.51 |
| Hex | C2 | 7 | FF | 18 | 61 | 0 | 0 | 11D | 64 | 33 |
| Octal | 302 | 7 | 377 | 30 | 141 | 0 | 0 | 435 | 144 | 63 |
| Binary | 11000010 | 111 | 11111111 | 11000 | 1100001 | 0 | 0 | 100011101 | 1100100 | 110011 |
Color Harmonies of #C207FF
Complementary color
Monochromatic Colors of #C207FF
Black with #C207FF
Text Example
Text Example
White with #C207FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C207FF; }
p { color: rgb(194,7,255); }
H1.HeaderClassName
{
color: #C207FF;
}
.AnyTagClassName
{
color: #C207FF;
}
</style>
background-color css
<style>
a { background-color: #C207FF; }
a { background-color: rgb(194,7,255); }
div.DivClassName
{
background-color: #C207FF;
}
.BgClassName
{
background-color: #C207FF;
}
</style>
border-color css
<style>
span { border-color: #C207FF; }
span { border-color: rgb(194,7,255); }
td.TdClassName
{
border-color: #C207FF;
}
.TagClassName
{
border-color: #C207FF;
}
</style>