Shades of Electric Purple #C817EB
Tints of Electric Purple #C817EB
RGB
CMYK
RGB Variations
Color information
#C817EB (or 0xC817EB) is known color: Electric Purple. HEX triplet: C8, 17 and EB. RGB value is (200,23,235). Sum of RGB (Red+Green+Blue) = 200+23+235=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 23 (9.38% from 255 or 5.02% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C817EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817EB is #37E814. Grayscale: #636363. Windows color (decimal): -3663893 or 15407048. OLE color: 15407048.
HSL color Cylindrical-coordinate representation of color #C817EB: hue angle of 290.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C817EB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 23 | 235 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.08 |
| HSL | 290.09º | 0.84% | 0.51% | - |
| HSV(B) | 290.09º | 0.9% | 0.92% | - |
| XYZ | 39.12 | 18.89 | 80.18 | - |
| YUV | 100.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 235 | 0.15 | 0.90 | 0 | 0.08 | 290.09 | 0.84 | 0.51 |
| Hex | C8 | 17 | EB | F | 5A | 0 | 8 | 122 | 54 | 33 |
| Octal | 310 | 27 | 353 | 17 | 132 | 0 | 10 | 442 | 124 | 63 |
| Binary | 11001000 | 10111 | 11101011 | 1111 | 1011010 | 0 | 1000 | 100100010 | 1010100 | 110011 |
Color Harmonies of #C817EB
Complementary color
Monochromatic Colors of #C817EB
Black with #C817EB
Text Example
Text Example
White with #C817EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817EB; }
p { color: rgb(200,23,235); }
H1.HeaderClassName
{
color: #C817EB;
}
.AnyTagClassName
{
color: #C817EB;
}
</style>
background-color css
<style>
a { background-color: #C817EB; }
a { background-color: rgb(200,23,235); }
div.DivClassName
{
background-color: #C817EB;
}
.BgClassName
{
background-color: #C817EB;
}
</style>
border-color css
<style>
span { border-color: #C817EB; }
span { border-color: rgb(200,23,235); }
td.TdClassName
{
border-color: #C817EB;
}
.TagClassName
{
border-color: #C817EB;
}
</style>