Shades of Electric Purple #C81FEB
Tints of Electric Purple #C81FEB
RGB
CMYK
RGB Variations
Color information
#C81FEB (or 0xC81FEB) is known color: Electric Purple. HEX triplet: C8, 1F and EB. RGB value is (200,31,235). Sum of RGB (Red+Green+Blue) = 200+31+235=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #C81FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FEB is #37E014. Grayscale: #686868. Windows color (decimal): -3661845 or 15409096. OLE color: 15409096.
HSL color Cylindrical-coordinate representation of color #C81FEB: hue angle of 289.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81FEB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 31 | 235 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 289.71º | 0.84% | 0.52% | - |
| HSV(B) | 289.71º | 0.87% | 0.92% | - |
| XYZ | 39.3 | 19.26 | 80.24 | - |
| YUV | 104.79 | 201.49 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 235 | 0.15 | 0.87 | 0 | 0.08 | 289.71 | 0.84 | 0.52 |
| Hex | C8 | 1F | EB | F | 57 | 0 | 8 | 122 | 54 | 34 |
| Octal | 310 | 37 | 353 | 17 | 127 | 0 | 10 | 442 | 124 | 64 |
| Binary | 11001000 | 11111 | 11101011 | 1111 | 1010111 | 0 | 1000 | 100100010 | 1010100 | 110100 |
Color Harmonies of #C81FEB
Complementary color
Monochromatic Colors of #C81FEB
Black with #C81FEB
Text Example
Text Example
White with #C81FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FEB; }
p { color: rgb(200,31,235); }
H1.HeaderClassName
{
color: #C81FEB;
}
.AnyTagClassName
{
color: #C81FEB;
}
</style>
background-color css
<style>
a { background-color: #C81FEB; }
a { background-color: rgb(200,31,235); }
div.DivClassName
{
background-color: #C81FEB;
}
.BgClassName
{
background-color: #C81FEB;
}
</style>
border-color css
<style>
span { border-color: #C81FEB; }
span { border-color: rgb(200,31,235); }
td.TdClassName
{
border-color: #C81FEB;
}
.TagClassName
{
border-color: #C81FEB;
}
</style>