Shades of Electric Purple #C816FA
Tints of Electric Purple #C816FA
RGB
CMYK
RGB Variations
Color information
#C816FA (or 0xC816FA) is known color: Electric Purple. HEX triplet: C8, 16 and FA. RGB value is (200,22,250). Sum of RGB (Red+Green+Blue) = 200+22+250=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 22 (8.98% from 255 or 4.66% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #C816FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C816FA is #37E905. Grayscale: #646464. Windows color (decimal): -3664134 or 16389832. OLE color: 16389832.
HSL color Cylindrical-coordinate representation of color #C816FA: hue angle of 286.84º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C816FA is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 22 | 250 | - |
| CMYK | 0.2 | 0.91 | 0 | 0.02 |
| HSL | 286.84º | 0.96% | 0.53% | - |
| HSV(B) | 286.84º | 0.91% | 0.98% | - |
| XYZ | 41.36 | 19.76 | 92.08 | - |
| YUV | 101.21 | 211.97 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 250 | 0.2 | 0.91 | 0 | 0.02 | 286.84 | 0.96 | 0.53 |
| Hex | C8 | 16 | FA | 14 | 5B | 0 | 2 | 11F | 60 | 35 |
| Octal | 310 | 26 | 372 | 24 | 133 | 0 | 2 | 437 | 140 | 65 |
| Binary | 11001000 | 10110 | 11111010 | 10100 | 1011011 | 0 | 10 | 100011111 | 1100000 | 110101 |
Color Harmonies of #C816FA
Complementary color
Monochromatic Colors of #C816FA
Black with #C816FA
Text Example
Text Example
White with #C816FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816FA; }
p { color: rgb(200,22,250); }
H1.HeaderClassName
{
color: #C816FA;
}
.AnyTagClassName
{
color: #C816FA;
}
</style>
background-color css
<style>
a { background-color: #C816FA; }
a { background-color: rgb(200,22,250); }
div.DivClassName
{
background-color: #C816FA;
}
.BgClassName
{
background-color: #C816FA;
}
</style>
border-color css
<style>
span { border-color: #C816FA; }
span { border-color: rgb(200,22,250); }
td.TdClassName
{
border-color: #C816FA;
}
.TagClassName
{
border-color: #C816FA;
}
</style>