Shades of Electric Purple #C81AFB
Tints of Electric Purple #C81AFB
RGB
CMYK
RGB Variations
Color information
#C81AFB (or 0xC81AFB) is known color: Electric Purple. HEX triplet: C8, 1A and FB. RGB value is (200,26,251). Sum of RGB (Red+Green+Blue) = 200+26+251=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C81AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AFB is #37E504. Grayscale: #666666. Windows color (decimal): -3663109 or 16456392. OLE color: 16456392.
HSL color Cylindrical-coordinate representation of color #C81AFB: hue angle of 286.4º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81AFB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 26 | 251 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.02 |
| HSL | 286.4º | 0.97% | 0.54% | - |
| HSV(B) | 286.4º | 0.9% | 0.98% | - |
| XYZ | 41.6 | 19.98 | 92.93 | - |
| YUV | 103.68 | 211.15 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 251 | 0.20 | 0.90 | 0 | 0.02 | 286.4 | 0.97 | 0.54 |
| Hex | C8 | 1A | FB | 14 | 5A | 0 | 2 | 11E | 61 | 36 |
| Octal | 310 | 32 | 373 | 24 | 132 | 0 | 2 | 436 | 141 | 66 |
| Binary | 11001000 | 11010 | 11111011 | 10100 | 1011010 | 0 | 10 | 100011110 | 1100001 | 110110 |
Color Harmonies of #C81AFB
Complementary color
Monochromatic Colors of #C81AFB
Black with #C81AFB
Text Example
Text Example
White with #C81AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AFB; }
p { color: rgb(200,26,251); }
H1.HeaderClassName
{
color: #C81AFB;
}
.AnyTagClassName
{
color: #C81AFB;
}
</style>
background-color css
<style>
a { background-color: #C81AFB; }
a { background-color: rgb(200,26,251); }
div.DivClassName
{
background-color: #C81AFB;
}
.BgClassName
{
background-color: #C81AFB;
}
</style>
border-color css
<style>
span { border-color: #C81AFB; }
span { border-color: rgb(200,26,251); }
td.TdClassName
{
border-color: #C81AFB;
}
.TagClassName
{
border-color: #C81AFB;
}
</style>