Shades of Electric Purple #C81EF3
Tints of Electric Purple #C81EF3
RGB
CMYK
RGB Variations
Color information
#C81EF3 (or 0xC81EF3) is known color: Electric Purple. HEX triplet: C8, 1E and F3. RGB value is (200,30,243). Sum of RGB (Red+Green+Blue) = 200+30+243=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #C81EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EF3 is #37E10C. Grayscale: #686868. Windows color (decimal): -3662093 or 15933128. OLE color: 15933128.
HSL color Cylindrical-coordinate representation of color #C81EF3: hue angle of 287.89º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EF3 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 30 | 243 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.05 |
| HSL | 287.89º | 0.9% | 0.54% | - |
| HSV(B) | 287.89º | 0.88% | 0.95% | - |
| XYZ | 40.46 | 19.68 | 86.46 | - |
| YUV | 105.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 243 | 0.18 | 0.88 | 0 | 0.05 | 287.89 | 0.9 | 0.54 |
| Hex | C8 | 1E | F3 | 12 | 58 | 0 | 5 | 120 | 5A | 36 |
| Octal | 310 | 36 | 363 | 22 | 130 | 0 | 5 | 440 | 132 | 66 |
| Binary | 11001000 | 11110 | 11110011 | 10010 | 1011000 | 0 | 101 | 100100000 | 1011010 | 110110 |
Color Harmonies of #C81EF3
Complementary color
Monochromatic Colors of #C81EF3
Black with #C81EF3
Text Example
Text Example
White with #C81EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EF3; }
p { color: rgb(200,30,243); }
H1.HeaderClassName
{
color: #C81EF3;
}
.AnyTagClassName
{
color: #C81EF3;
}
</style>
background-color css
<style>
a { background-color: #C81EF3; }
a { background-color: rgb(200,30,243); }
div.DivClassName
{
background-color: #C81EF3;
}
.BgClassName
{
background-color: #C81EF3;
}
</style>
border-color css
<style>
span { border-color: #C81EF3; }
span { border-color: rgb(200,30,243); }
td.TdClassName
{
border-color: #C81EF3;
}
.TagClassName
{
border-color: #C81EF3;
}
</style>