Shades of Electric Purple #C817EC
Tints of Electric Purple #C817EC
RGB
CMYK
RGB Variations
Color information
#C817EC (or 0xC817EC) is known color: Electric Purple. HEX triplet: C8, 17 and EC. RGB value is (200,23,236). Sum of RGB (Red+Green+Blue) = 200+23+236=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #C817EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817EC is #37E813. Grayscale: #636363. Windows color (decimal): -3663892 or 15472584. OLE color: 15472584.
HSL color Cylindrical-coordinate representation of color #C817EC: hue angle of 289.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C817EC is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 23 | 236 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.07 |
| HSL | 289.86º | 0.85% | 0.51% | - |
| HSV(B) | 289.86º | 0.9% | 0.93% | - |
| XYZ | 39.27 | 18.95 | 80.94 | - |
| YUV | 100.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 236 | 0.15 | 0.90 | 0 | 0.07 | 289.86 | 0.85 | 0.51 |
| Hex | C8 | 17 | EC | F | 5A | 0 | 7 | 122 | 55 | 33 |
| Octal | 310 | 27 | 354 | 17 | 132 | 0 | 7 | 442 | 125 | 63 |
| Binary | 11001000 | 10111 | 11101100 | 1111 | 1011010 | 0 | 111 | 100100010 | 1010101 | 110011 |
Color Harmonies of #C817EC
Complementary color
Monochromatic Colors of #C817EC
Black with #C817EC
Text Example
Text Example
White with #C817EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817EC; }
p { color: rgb(200,23,236); }
H1.HeaderClassName
{
color: #C817EC;
}
.AnyTagClassName
{
color: #C817EC;
}
</style>
background-color css
<style>
a { background-color: #C817EC; }
a { background-color: rgb(200,23,236); }
div.DivClassName
{
background-color: #C817EC;
}
.BgClassName
{
background-color: #C817EC;
}
</style>
border-color css
<style>
span { border-color: #C817EC; }
span { border-color: rgb(200,23,236); }
td.TdClassName
{
border-color: #C817EC;
}
.TagClassName
{
border-color: #C817EC;
}
</style>