Shades of Electric Purple #C81EFF
Tints of Electric Purple #C81EFF
RGB
CMYK
RGB Variations
Color information
#C81EFF (or 0xC81EFF) is known color: Electric Purple. HEX triplet: C8, 1E and FF. RGB value is (200,30,255). Sum of RGB (Red+Green+Blue) = 200+30+255=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 30 (12.11% from 255 or 6.19% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #C81EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EFF is #37E100. Grayscale: #696969. Windows color (decimal): -3662081 or 16719560. OLE color: 16719560.
HSL color Cylindrical-coordinate representation of color #C81EFF: hue angle of 285.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81EFF is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 30 | 255 | - |
| CMYK | 0.22 | 0.88 | 0 | 0 |
| HSL | 285.33º | 1% | 0.56% | - |
| HSV(B) | 285.33º | 0.88% | 1% | - |
| XYZ | 42.33 | 20.43 | 96.32 | - |
| YUV | 106.48 | 211.82 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 255 | 0.22 | 0.88 | 0 | 0 | 285.33 | 1 | 0.56 |
| Hex | C8 | 1E | FF | 16 | 58 | 0 | 0 | 11D | 64 | 38 |
| Octal | 310 | 36 | 377 | 26 | 130 | 0 | 0 | 435 | 144 | 70 |
| Binary | 11001000 | 11110 | 11111111 | 10110 | 1011000 | 0 | 0 | 100011101 | 1100100 | 111000 |
Color Harmonies of #C81EFF
Complementary color
Monochromatic Colors of #C81EFF
Black with #C81EFF
Text Example
Text Example
White with #C81EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EFF; }
p { color: rgb(200,30,255); }
H1.HeaderClassName
{
color: #C81EFF;
}
.AnyTagClassName
{
color: #C81EFF;
}
</style>
background-color css
<style>
a { background-color: #C81EFF; }
a { background-color: rgb(200,30,255); }
div.DivClassName
{
background-color: #C81EFF;
}
.BgClassName
{
background-color: #C81EFF;
}
</style>
border-color css
<style>
span { border-color: #C81EFF; }
span { border-color: rgb(200,30,255); }
td.TdClassName
{
border-color: #C81EFF;
}
.TagClassName
{
border-color: #C81EFF;
}
</style>