Shades of Electric Purple #C81BFA
Tints of Electric Purple #C81BFA
RGB
CMYK
RGB Variations
Color information
#C81BFA (or 0xC81BFA) is known color: Electric Purple. HEX triplet: C8, 1B and FA. RGB value is (200,27,250). Sum of RGB (Red+Green+Blue) = 200+27+250=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C81BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81BFA is #37E405. Grayscale: #676767. Windows color (decimal): -3662854 or 16391112. OLE color: 16391112.
HSL color Cylindrical-coordinate representation of color #C81BFA: hue angle of 286.55º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81BFA is Cyan = 0.2, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 27 | 250 | - |
| CMYK | 0.2 | 0.89 | 0 | 0.02 |
| HSL | 286.55º | 0.96% | 0.54% | - |
| HSV(B) | 286.55º | 0.89% | 0.98% | - |
| XYZ | 41.47 | 19.97 | 92.11 | - |
| YUV | 104.15 | 210.31 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 250 | 0.2 | 0.89 | 0 | 0.02 | 286.55 | 0.96 | 0.54 |
| Hex | C8 | 1B | FA | 14 | 59 | 0 | 2 | 11F | 60 | 36 |
| Octal | 310 | 33 | 372 | 24 | 131 | 0 | 2 | 437 | 140 | 66 |
| Binary | 11001000 | 11011 | 11111010 | 10100 | 1011001 | 0 | 10 | 100011111 | 1100000 | 110110 |
Color Harmonies of #C81BFA
Complementary color
Monochromatic Colors of #C81BFA
Black with #C81BFA
Text Example
Text Example
White with #C81BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81BFA; }
p { color: rgb(200,27,250); }
H1.HeaderClassName
{
color: #C81BFA;
}
.AnyTagClassName
{
color: #C81BFA;
}
</style>
background-color css
<style>
a { background-color: #C81BFA; }
a { background-color: rgb(200,27,250); }
div.DivClassName
{
background-color: #C81BFA;
}
.BgClassName
{
background-color: #C81BFA;
}
</style>
border-color css
<style>
span { border-color: #C81BFA; }
span { border-color: rgb(200,27,250); }
td.TdClassName
{
border-color: #C81BFA;
}
.TagClassName
{
border-color: #C81BFA;
}
</style>