Shades of Electric Purple #C817FF
Tints of Electric Purple #C817FF
RGB
CMYK
RGB Variations
Color information
#C817FF (or 0xC817FF) is known color: Electric Purple. HEX triplet: C8, 17 and FF. RGB value is (200,23,255). Sum of RGB (Red+Green+Blue) = 200+23+255=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 23 (9.38% from 255 or 4.81% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C817FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817FF is #37E800. Grayscale: #656565. Windows color (decimal): -3663873 or 16717768. OLE color: 16717768.
HSL color Cylindrical-coordinate representation of color #C817FF: hue angle of 285.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C817FF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 23 | 255 | - |
| CMYK | 0.22 | 0.91 | 0 | 0 |
| HSL | 285.78º | 1% | 0.55% | - |
| HSV(B) | 285.78º | 0.91% | 1% | - |
| XYZ | 42.18 | 20.11 | 96.27 | - |
| YUV | 102.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 255 | 0.22 | 0.91 | 0 | 0 | 285.78 | 1 | 0.55 |
| Hex | C8 | 17 | FF | 16 | 5B | 0 | 0 | 11E | 64 | 37 |
| Octal | 310 | 27 | 377 | 26 | 133 | 0 | 0 | 436 | 144 | 67 |
| Binary | 11001000 | 10111 | 11111111 | 10110 | 1011011 | 0 | 0 | 100011110 | 1100100 | 110111 |
Color Harmonies of #C817FF
Complementary color
Monochromatic Colors of #C817FF
Black with #C817FF
Text Example
Text Example
White with #C817FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817FF; }
p { color: rgb(200,23,255); }
H1.HeaderClassName
{
color: #C817FF;
}
.AnyTagClassName
{
color: #C817FF;
}
</style>
background-color css
<style>
a { background-color: #C817FF; }
a { background-color: rgb(200,23,255); }
div.DivClassName
{
background-color: #C817FF;
}
.BgClassName
{
background-color: #C817FF;
}
</style>
border-color css
<style>
span { border-color: #C817FF; }
span { border-color: rgb(200,23,255); }
td.TdClassName
{
border-color: #C817FF;
}
.TagClassName
{
border-color: #C817FF;
}
</style>