Shades of Electric Purple #C810FA
Tints of Electric Purple #C810FA
RGB
CMYK
RGB Variations
Color information
#C810FA (or 0xC810FA) is known color: Electric Purple. HEX triplet: C8, 10 and FA. RGB value is (200,16,250). Sum of RGB (Red+Green+Blue) = 200+16+250=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #C810FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C810FA is #37EF05. Grayscale: #606060. Windows color (decimal): -3665670 or 16388296. OLE color: 16388296.
HSL color Cylindrical-coordinate representation of color #C810FA: hue angle of 287.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C810FA is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 16 | 250 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.02 |
| HSL | 287.18º | 0.96% | 0.52% | - |
| HSV(B) | 287.18º | 0.94% | 0.98% | - |
| XYZ | 41.26 | 19.55 | 92.04 | - |
| YUV | 97.69 | 213.96 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 250 | 0.2 | 0.94 | 0 | 0.02 | 287.18 | 0.96 | 0.52 |
| Hex | C8 | 10 | FA | 14 | 5E | 0 | 2 | 11F | 60 | 34 |
| Octal | 310 | 20 | 372 | 24 | 136 | 0 | 2 | 437 | 140 | 64 |
| Binary | 11001000 | 10000 | 11111010 | 10100 | 1011110 | 0 | 10 | 100011111 | 1100000 | 110100 |
Color Harmonies of #C810FA
Complementary color
Monochromatic Colors of #C810FA
Black with #C810FA
Text Example
Text Example
White with #C810FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C810FA; }
p { color: rgb(200,16,250); }
H1.HeaderClassName
{
color: #C810FA;
}
.AnyTagClassName
{
color: #C810FA;
}
</style>
background-color css
<style>
a { background-color: #C810FA; }
a { background-color: rgb(200,16,250); }
div.DivClassName
{
background-color: #C810FA;
}
.BgClassName
{
background-color: #C810FA;
}
</style>
border-color css
<style>
span { border-color: #C810FA; }
span { border-color: rgb(200,16,250); }
td.TdClassName
{
border-color: #C810FA;
}
.TagClassName
{
border-color: #C810FA;
}
</style>