Shades of Electric Purple #C817FD
Tints of Electric Purple #C817FD
RGB
CMYK
RGB Variations
Color information
#C817FD (or 0xC817FD) is known color: Electric Purple. HEX triplet: C8, 17 and FD. RGB value is (200,23,253). Sum of RGB (Red+Green+Blue) = 200+23+253=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #C817FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C817FD is #37E802. Grayscale: #656565. Windows color (decimal): -3663875 or 16586696. OLE color: 16586696.
HSL color Cylindrical-coordinate representation of color #C817FD: hue angle of 286.17º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C817FD is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 23 | 253 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.01 |
| HSL | 286.17º | 0.98% | 0.54% | - |
| HSV(B) | 286.17º | 0.91% | 0.99% | - |
| XYZ | 41.86 | 19.98 | 94.58 | - |
| YUV | 102.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 253 | 0.21 | 0.91 | 0 | 0.01 | 286.17 | 0.98 | 0.54 |
| Hex | C8 | 17 | FD | 15 | 5B | 0 | 1 | 11E | 62 | 36 |
| Octal | 310 | 27 | 375 | 25 | 133 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11001000 | 10111 | 11111101 | 10101 | 1011011 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C817FD
Complementary color
Monochromatic Colors of #C817FD
Black with #C817FD
Text Example
Text Example
White with #C817FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C817FD; }
p { color: rgb(200,23,253); }
H1.HeaderClassName
{
color: #C817FD;
}
.AnyTagClassName
{
color: #C817FD;
}
</style>
background-color css
<style>
a { background-color: #C817FD; }
a { background-color: rgb(200,23,253); }
div.DivClassName
{
background-color: #C817FD;
}
.BgClassName
{
background-color: #C817FD;
}
</style>
border-color css
<style>
span { border-color: #C817FD; }
span { border-color: rgb(200,23,253); }
td.TdClassName
{
border-color: #C817FD;
}
.TagClassName
{
border-color: #C817FD;
}
</style>