Shades of Electric Purple #C81CEF
Tints of Electric Purple #C81CEF
RGB
CMYK
RGB Variations
Color information
#C81CEF (or 0xC81CEF) is known color: Electric Purple. HEX triplet: C8, 1C and EF. RGB value is (200,28,239). Sum of RGB (Red+Green+Blue) = 200+28+239=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #C81CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CEF is #37E310. Grayscale: #666666. Windows color (decimal): -3662609 or 15670472. OLE color: 15670472.
HSL color Cylindrical-coordinate representation of color #C81CEF: hue angle of 288.91º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CEF is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 28 | 239 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.06 |
| HSL | 288.91º | 0.87% | 0.52% | - |
| HSV(B) | 288.91º | 0.88% | 0.94% | - |
| XYZ | 39.81 | 19.34 | 83.3 | - |
| YUV | 103.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 239 | 0.16 | 0.88 | 0 | 0.06 | 288.91 | 0.87 | 0.52 |
| Hex | C8 | 1C | EF | 10 | 58 | 0 | 6 | 121 | 57 | 34 |
| Octal | 310 | 34 | 357 | 20 | 130 | 0 | 6 | 441 | 127 | 64 |
| Binary | 11001000 | 11100 | 11101111 | 10000 | 1011000 | 0 | 110 | 100100001 | 1010111 | 110100 |
Color Harmonies of #C81CEF
Complementary color
Monochromatic Colors of #C81CEF
Black with #C81CEF
Text Example
Text Example
White with #C81CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CEF; }
p { color: rgb(200,28,239); }
H1.HeaderClassName
{
color: #C81CEF;
}
.AnyTagClassName
{
color: #C81CEF;
}
</style>
background-color css
<style>
a { background-color: #C81CEF; }
a { background-color: rgb(200,28,239); }
div.DivClassName
{
background-color: #C81CEF;
}
.BgClassName
{
background-color: #C81CEF;
}
</style>
border-color css
<style>
span { border-color: #C81CEF; }
span { border-color: rgb(200,28,239); }
td.TdClassName
{
border-color: #C81CEF;
}
.TagClassName
{
border-color: #C81CEF;
}
</style>