Shades of Electric Purple #C819FD
Tints of Electric Purple #C819FD
RGB
CMYK
RGB Variations
Color information
#C819FD (or 0xC819FD) is known color: Electric Purple. HEX triplet: C8, 19 and FD. RGB value is (200,25,253). Sum of RGB (Red+Green+Blue) = 200+25+253=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #C819FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C819FD is #37E602. Grayscale: #666666. Windows color (decimal): -3663363 or 16587208. OLE color: 16587208.
HSL color Cylindrical-coordinate representation of color #C819FD: hue angle of 286.05º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C819FD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 25 | 253 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.01 |
| HSL | 286.05º | 0.98% | 0.55% | - |
| HSV(B) | 286.05º | 0.9% | 0.99% | - |
| XYZ | 41.9 | 20.07 | 94.59 | - |
| YUV | 103.32 | 212.48 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 253 | 0.21 | 0.90 | 0 | 0.01 | 286.05 | 0.98 | 0.55 |
| Hex | C8 | 19 | FD | 15 | 5A | 0 | 1 | 11E | 62 | 37 |
| Octal | 310 | 31 | 375 | 25 | 132 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11001000 | 11001 | 11111101 | 10101 | 1011010 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C819FD
Complementary color
Monochromatic Colors of #C819FD
Black with #C819FD
Text Example
Text Example
White with #C819FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C819FD; }
p { color: rgb(200,25,253); }
H1.HeaderClassName
{
color: #C819FD;
}
.AnyTagClassName
{
color: #C819FD;
}
</style>
background-color css
<style>
a { background-color: #C819FD; }
a { background-color: rgb(200,25,253); }
div.DivClassName
{
background-color: #C819FD;
}
.BgClassName
{
background-color: #C819FD;
}
</style>
border-color css
<style>
span { border-color: #C819FD; }
span { border-color: rgb(200,25,253); }
td.TdClassName
{
border-color: #C819FD;
}
.TagClassName
{
border-color: #C819FD;
}
</style>