Shades of Electric Purple #C814E7
Tints of Electric Purple #C814E7
RGB
CMYK
RGB Variations
Color information
#C814E7 (or 0xC814E7) is known color: Electric Purple. HEX triplet: C8, 14 and E7. RGB value is (200,20,231). Sum of RGB (Red+Green+Blue) = 200+20+231=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 20 (8.20% from 255 or 4.43% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #C814E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814E7 is #37EB18. Grayscale: #616161. Windows color (decimal): -3664665 or 15144136. OLE color: 15144136.
HSL color Cylindrical-coordinate representation of color #C814E7: hue angle of 291.18º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C814E7 is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 20 | 231 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.09 |
| HSL | 291.18º | 0.84% | 0.49% | - |
| HSV(B) | 291.18º | 0.91% | 0.91% | - |
| XYZ | 38.49 | 18.55 | 77.15 | - |
| YUV | 97.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 231 | 0.13 | 0.91 | 0 | 0.09 | 291.18 | 0.84 | 0.49 |
| Hex | C8 | 14 | E7 | D | 5B | 0 | 9 | 123 | 54 | 31 |
| Octal | 310 | 24 | 347 | 15 | 133 | 0 | 11 | 443 | 124 | 61 |
| Binary | 11001000 | 10100 | 11100111 | 1101 | 1011011 | 0 | 1001 | 100100011 | 1010100 | 110001 |
Color Harmonies of #C814E7
Complementary color
Monochromatic Colors of #C814E7
Black with #C814E7
Text Example
Text Example
White with #C814E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814E7; }
p { color: rgb(200,20,231); }
H1.HeaderClassName
{
color: #C814E7;
}
.AnyTagClassName
{
color: #C814E7;
}
</style>
background-color css
<style>
a { background-color: #C814E7; }
a { background-color: rgb(200,20,231); }
div.DivClassName
{
background-color: #C814E7;
}
.BgClassName
{
background-color: #C814E7;
}
</style>
border-color css
<style>
span { border-color: #C814E7; }
span { border-color: rgb(200,20,231); }
td.TdClassName
{
border-color: #C814E7;
}
.TagClassName
{
border-color: #C814E7;
}
</style>