Shades of Electric Purple #C81DFF
Tints of Electric Purple #C81DFF
RGB
CMYK
RGB Variations
Color information
#C81DFF (or 0xC81DFF) is known color: Electric Purple. HEX triplet: C8, 1D and FF. RGB value is (200,29,255). Sum of RGB (Red+Green+Blue) = 200+29+255=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 29 (11.72% from 255 or 5.99% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #C81DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DFF is #37E200. Grayscale: #696969. Windows color (decimal): -3662337 or 16719304. OLE color: 16719304.
HSL color Cylindrical-coordinate representation of color #C81DFF: hue angle of 285.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81DFF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 29 | 255 | - |
| CMYK | 0.22 | 0.89 | 0 | 0 |
| HSL | 285.4º | 1% | 0.56% | - |
| HSV(B) | 285.4º | 0.89% | 1% | - |
| XYZ | 42.31 | 20.38 | 96.31 | - |
| YUV | 105.89 | 212.15 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 255 | 0.22 | 0.89 | 0 | 0 | 285.4 | 1 | 0.56 |
| Hex | C8 | 1D | FF | 16 | 59 | 0 | 0 | 11D | 64 | 38 |
| Octal | 310 | 35 | 377 | 26 | 131 | 0 | 0 | 435 | 144 | 70 |
| Binary | 11001000 | 11101 | 11111111 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100100 | 111000 |
Color Harmonies of #C81DFF
Complementary color
Monochromatic Colors of #C81DFF
Black with #C81DFF
Text Example
Text Example
White with #C81DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DFF; }
p { color: rgb(200,29,255); }
H1.HeaderClassName
{
color: #C81DFF;
}
.AnyTagClassName
{
color: #C81DFF;
}
</style>
background-color css
<style>
a { background-color: #C81DFF; }
a { background-color: rgb(200,29,255); }
div.DivClassName
{
background-color: #C81DFF;
}
.BgClassName
{
background-color: #C81DFF;
}
</style>
border-color css
<style>
span { border-color: #C81DFF; }
span { border-color: rgb(200,29,255); }
td.TdClassName
{
border-color: #C81DFF;
}
.TagClassName
{
border-color: #C81DFF;
}
</style>