Shades of Electric Purple #C81AE7
Tints of Electric Purple #C81AE7
RGB
CMYK
RGB Variations
Color information
#C81AE7 (or 0xC81AE7) is known color: Electric Purple. HEX triplet: C8, 1A and E7. RGB value is (200,26,231). Sum of RGB (Red+Green+Blue) = 200+26+231=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #C81AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81AE7 is #37E518. Grayscale: #646464. Windows color (decimal): -3663129 or 15145672. OLE color: 15145672.
HSL color Cylindrical-coordinate representation of color #C81AE7: hue angle of 290.93º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81AE7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 26 | 231 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.09 |
| HSL | 290.93º | 0.81% | 0.5% | - |
| HSV(B) | 290.93º | 0.89% | 0.91% | - |
| XYZ | 38.61 | 18.79 | 77.19 | - |
| YUV | 101.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 231 | 0.13 | 0.89 | 0 | 0.09 | 290.93 | 0.81 | 0.5 |
| Hex | C8 | 1A | E7 | D | 59 | 0 | 9 | 123 | 51 | 32 |
| Octal | 310 | 32 | 347 | 15 | 131 | 0 | 11 | 443 | 121 | 62 |
| Binary | 11001000 | 11010 | 11100111 | 1101 | 1011001 | 0 | 1001 | 100100011 | 1010001 | 110010 |
Color Harmonies of #C81AE7
Complementary color
Monochromatic Colors of #C81AE7
Black with #C81AE7
Text Example
Text Example
White with #C81AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81AE7; }
p { color: rgb(200,26,231); }
H1.HeaderClassName
{
color: #C81AE7;
}
.AnyTagClassName
{
color: #C81AE7;
}
</style>
background-color css
<style>
a { background-color: #C81AE7; }
a { background-color: rgb(200,26,231); }
div.DivClassName
{
background-color: #C81AE7;
}
.BgClassName
{
background-color: #C81AE7;
}
</style>
border-color css
<style>
span { border-color: #C81AE7; }
span { border-color: rgb(200,26,231); }
td.TdClassName
{
border-color: #C81AE7;
}
.TagClassName
{
border-color: #C81AE7;
}
</style>