Shades of Electric Purple #C802FB
Tints of Electric Purple #C802FB
RGB
CMYK
RGB Variations
Color information
#C802FB (or 0xC802FB) is known color: Electric Purple. HEX triplet: C8, 02 and FB. RGB value is (200,2,251). Sum of RGB (Red+Green+Blue) = 200+2+251=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 2 (1.17% from 255 or 0.44% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #C802FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C802FB is #37FD04. Grayscale: #585858. Windows color (decimal): -3669253 or 16450248. OLE color: 16450248.
HSL color Cylindrical-coordinate representation of color #C802FB: hue angle of 287.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C802FB is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 2 | 251 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.02 |
| HSL | 287.71º | 0.98% | 0.5% | - |
| HSV(B) | 287.71º | 0.99% | 0.98% | - |
| XYZ | 41.25 | 19.29 | 92.82 | - |
| YUV | 89.59 | 219.1 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 251 | 0.20 | 0.99 | 0 | 0.02 | 287.71 | 0.98 | 0.5 |
| Hex | C8 | 2 | FB | 14 | 63 | 0 | 2 | 120 | 62 | 32 |
| Octal | 310 | 2 | 373 | 24 | 143 | 0 | 2 | 440 | 142 | 62 |
| Binary | 11001000 | 10 | 11111011 | 10100 | 1100011 | 0 | 10 | 100100000 | 1100010 | 110010 |
Color Harmonies of #C802FB
Complementary color
Monochromatic Colors of #C802FB
Black with #C802FB
Text Example
Text Example
White with #C802FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C802FB; }
p { color: rgb(200,2,251); }
H1.HeaderClassName
{
color: #C802FB;
}
.AnyTagClassName
{
color: #C802FB;
}
</style>
background-color css
<style>
a { background-color: #C802FB; }
a { background-color: rgb(200,2,251); }
div.DivClassName
{
background-color: #C802FB;
}
.BgClassName
{
background-color: #C802FB;
}
</style>
border-color css
<style>
span { border-color: #C802FB; }
span { border-color: rgb(200,2,251); }
td.TdClassName
{
border-color: #C802FB;
}
.TagClassName
{
border-color: #C802FB;
}
</style>