Shades of Electric Purple #C81AF6
Tints of Electric Purple #C81AF6
RGB
CMYK
RGB Variations
Color information
#C81AF6 (or 0xC81AF6) is known color: Electric Purple. HEX triplet: C8, 1A and F6. RGB value is (200,26,246). Sum of RGB (Red+Green+Blue) = 200+26+246=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #C81AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AF6 is #37E509. Grayscale: #666666. Windows color (decimal): -3663114 or 16128712. OLE color: 16128712.
HSL color Cylindrical-coordinate representation of color #C81AF6: hue angle of 287.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81AF6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 26 | 246 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.04 |
| HSL | 287.45º | 0.92% | 0.53% | - |
| HSV(B) | 287.45º | 0.89% | 0.96% | - |
| XYZ | 40.82 | 19.67 | 88.83 | - |
| YUV | 103.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 246 | 0.19 | 0.89 | 0 | 0.04 | 287.45 | 0.92 | 0.53 |
| Hex | C8 | 1A | F6 | 13 | 59 | 0 | 4 | 11F | 5C | 35 |
| Octal | 310 | 32 | 366 | 23 | 131 | 0 | 4 | 437 | 134 | 65 |
| Binary | 11001000 | 11010 | 11110110 | 10011 | 1011001 | 0 | 100 | 100011111 | 1011100 | 110101 |
Color Harmonies of #C81AF6
Complementary color
Monochromatic Colors of #C81AF6
Black with #C81AF6
Text Example
Text Example
White with #C81AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AF6; }
p { color: rgb(200,26,246); }
H1.HeaderClassName
{
color: #C81AF6;
}
.AnyTagClassName
{
color: #C81AF6;
}
</style>
background-color css
<style>
a { background-color: #C81AF6; }
a { background-color: rgb(200,26,246); }
div.DivClassName
{
background-color: #C81AF6;
}
.BgClassName
{
background-color: #C81AF6;
}
</style>
border-color css
<style>
span { border-color: #C81AF6; }
span { border-color: rgb(200,26,246); }
td.TdClassName
{
border-color: #C81AF6;
}
.TagClassName
{
border-color: #C81AF6;
}
</style>