Shades of Electric Purple #C81EFB
Tints of Electric Purple #C81EFB
RGB
CMYK
RGB Variations
Color information
#C81EFB (or 0xC81EFB) is known color: Electric Purple. HEX triplet: C8, 1E and FB. RGB value is (200,30,251). Sum of RGB (Red+Green+Blue) = 200+30+251=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EFB is #37E104. Grayscale: #696969. Windows color (decimal): -3662085 or 16457416. OLE color: 16457416.
HSL color Cylindrical-coordinate representation of color #C81EFB: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EFB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 30 | 251 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.02 |
| HSL | 286.15º | 0.97% | 0.55% | - |
| HSV(B) | 286.15º | 0.88% | 0.98% | - |
| XYZ | 41.7 | 20.17 | 92.96 | - |
| YUV | 106.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 251 | 0.20 | 0.88 | 0 | 0.02 | 286.15 | 0.97 | 0.55 |
| Hex | C8 | 1E | FB | 14 | 58 | 0 | 2 | 11E | 61 | 37 |
| Octal | 310 | 36 | 373 | 24 | 130 | 0 | 2 | 436 | 141 | 67 |
| Binary | 11001000 | 11110 | 11111011 | 10100 | 1011000 | 0 | 10 | 100011110 | 1100001 | 110111 |
Color Harmonies of #C81EFB
Complementary color
Monochromatic Colors of #C81EFB
Black with #C81EFB
Text Example
Text Example
White with #C81EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EFB; }
p { color: rgb(200,30,251); }
H1.HeaderClassName
{
color: #C81EFB;
}
.AnyTagClassName
{
color: #C81EFB;
}
</style>
background-color css
<style>
a { background-color: #C81EFB; }
a { background-color: rgb(200,30,251); }
div.DivClassName
{
background-color: #C81EFB;
}
.BgClassName
{
background-color: #C81EFB;
}
</style>
border-color css
<style>
span { border-color: #C81EFB; }
span { border-color: rgb(200,30,251); }
td.TdClassName
{
border-color: #C81EFB;
}
.TagClassName
{
border-color: #C81EFB;
}
</style>