Shades of Electric Purple #C81FFB
Tints of Electric Purple #C81FFB
RGB
CMYK
RGB Variations
Color information
#C81FFB (or 0xC81FFB) is known color: Electric Purple. HEX triplet: C8, 1F and FB. RGB value is (200,31,251). Sum of RGB (Red+Green+Blue) = 200+31+251=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81FFB is #37E004. Grayscale: #696969. Windows color (decimal): -3661829 or 16457672. OLE color: 16457672.
HSL color Cylindrical-coordinate representation of color #C81FFB: hue angle of 286.09º degrees, saturation: 0.96, 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 #C81FFB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 31 | 251 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.02 |
| HSL | 286.09º | 0.96% | 0.55% | - |
| HSV(B) | 286.09º | 0.88% | 0.98% | - |
| XYZ | 41.72 | 20.22 | 92.97 | - |
| YUV | 106.61 | 209.49 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 31 | 251 | 0.20 | 0.88 | 0 | 0.02 | 286.09 | 0.96 | 0.55 |
| Hex | C8 | 1F | FB | 14 | 58 | 0 | 2 | 11E | 60 | 37 |
| Octal | 310 | 37 | 373 | 24 | 130 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11001000 | 11111 | 11111011 | 10100 | 1011000 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C81FFB
Complementary color
Monochromatic Colors of #C81FFB
Black with #C81FFB
Text Example
Text Example
White with #C81FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81FFB; }
p { color: rgb(200,31,251); }
H1.HeaderClassName
{
color: #C81FFB;
}
.AnyTagClassName
{
color: #C81FFB;
}
</style>
background-color css
<style>
a { background-color: #C81FFB; }
a { background-color: rgb(200,31,251); }
div.DivClassName
{
background-color: #C81FFB;
}
.BgClassName
{
background-color: #C81FFB;
}
</style>
border-color css
<style>
span { border-color: #C81FFB; }
span { border-color: rgb(200,31,251); }
td.TdClassName
{
border-color: #C81FFB;
}
.TagClassName
{
border-color: #C81FFB;
}
</style>