Shades of Electric Purple #C802FF
Tints of Electric Purple #C802FF
RGB
CMYK
RGB Variations
Color information
#C802FF (or 0xC802FF) is known color: Electric Purple. HEX triplet: C8, 02 and FF. RGB value is (200,2,255). Sum of RGB (Red+Green+Blue) = 200+2+255=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 2 (1.17% from 255 or 0.44% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #C802FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802FF is #37FD00. Grayscale: #595959. Windows color (decimal): -3669249 or 16712392. OLE color: 16712392.
HSL color Cylindrical-coordinate representation of color #C802FF: hue angle of 286.96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802FF is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 2 | 255 | - |
| CMYK | 0.22 | 0.99 | 0 | 0 |
| HSL | 286.96º | 1% | 0.5% | - |
| HSV(B) | 286.96º | 0.99% | 1% | - |
| XYZ | 41.89 | 19.54 | 96.17 | - |
| YUV | 90.04 | 221.1 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 255 | 0.22 | 0.99 | 0 | 0 | 286.96 | 1 | 0.5 |
| Hex | C8 | 2 | FF | 16 | 63 | 0 | 0 | 11F | 64 | 32 |
| Octal | 310 | 2 | 377 | 26 | 143 | 0 | 0 | 437 | 144 | 62 |
| Binary | 11001000 | 10 | 11111111 | 10110 | 1100011 | 0 | 0 | 100011111 | 1100100 | 110010 |
Color Harmonies of #C802FF
Complementary color
Monochromatic Colors of #C802FF
Black with #C802FF
Text Example
Text Example
White with #C802FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802FF; }
p { color: rgb(200,2,255); }
H1.HeaderClassName
{
color: #C802FF;
}
.AnyTagClassName
{
color: #C802FF;
}
</style>
background-color css
<style>
a { background-color: #C802FF; }
a { background-color: rgb(200,2,255); }
div.DivClassName
{
background-color: #C802FF;
}
.BgClassName
{
background-color: #C802FF;
}
</style>
border-color css
<style>
span { border-color: #C802FF; }
span { border-color: rgb(200,2,255); }
td.TdClassName
{
border-color: #C802FF;
}
.TagClassName
{
border-color: #C802FF;
}
</style>