Shades of Electric Purple #C816FB
Tints of Electric Purple #C816FB
RGB
CMYK
RGB Variations
Color information
#C816FB (or 0xC816FB) is known color: Electric Purple. HEX triplet: C8, 16 and FB. RGB value is (200,22,251). Sum of RGB (Red+Green+Blue) = 200+22+251=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #C816FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816FB is #37E904. Grayscale: #646464. Windows color (decimal): -3664133 or 16455368. OLE color: 16455368.
HSL color Cylindrical-coordinate representation of color #C816FB: hue angle of 286.64º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C816FB is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 22 | 251 | - |
| CMYK | 0.20 | 0.91 | 0 | 0.02 |
| HSL | 286.64º | 0.97% | 0.54% | - |
| HSV(B) | 286.64º | 0.91% | 0.98% | - |
| XYZ | 41.52 | 19.82 | 92.9 | - |
| YUV | 101.33 | 212.47 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 251 | 0.20 | 0.91 | 0 | 0.02 | 286.64 | 0.97 | 0.54 |
| Hex | C8 | 16 | FB | 14 | 5B | 0 | 2 | 11F | 61 | 36 |
| Octal | 310 | 26 | 373 | 24 | 133 | 0 | 2 | 437 | 141 | 66 |
| Binary | 11001000 | 10110 | 11111011 | 10100 | 1011011 | 0 | 10 | 100011111 | 1100001 | 110110 |
Color Harmonies of #C816FB
Complementary color
Monochromatic Colors of #C816FB
Black with #C816FB
Text Example
Text Example
White with #C816FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816FB; }
p { color: rgb(200,22,251); }
H1.HeaderClassName
{
color: #C816FB;
}
.AnyTagClassName
{
color: #C816FB;
}
</style>
background-color css
<style>
a { background-color: #C816FB; }
a { background-color: rgb(200,22,251); }
div.DivClassName
{
background-color: #C816FB;
}
.BgClassName
{
background-color: #C816FB;
}
</style>
border-color css
<style>
span { border-color: #C816FB; }
span { border-color: rgb(200,22,251); }
td.TdClassName
{
border-color: #C816FB;
}
.TagClassName
{
border-color: #C816FB;
}
</style>