Shades of Electric Purple #C813FC
Tints of Electric Purple #C813FC
RGB
CMYK
RGB Variations
Color information
#C813FC (or 0xC813FC) is known color: Electric Purple. HEX triplet: C8, 13 and FC. RGB value is (200,19,252). Sum of RGB (Red+Green+Blue) = 200+19+252=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C813FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C813FC is #37EC03. Grayscale: #626262. Windows color (decimal): -3664900 or 16520136. OLE color: 16520136.
HSL color Cylindrical-coordinate representation of color #C813FC: hue angle of 286.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C813FC is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 19 | 252 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.61º | 0.97% | 0.53% | - |
| HSV(B) | 286.61º | 0.92% | 0.99% | - |
| XYZ | 41.62 | 19.77 | 93.72 | - |
| YUV | 99.68 | 213.97 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 252 | 0.21 | 0.92 | 0 | 0.01 | 286.61 | 0.97 | 0.53 |
| Hex | C8 | 13 | FC | 15 | 5C | 0 | 1 | 11F | 61 | 35 |
| Octal | 310 | 23 | 374 | 25 | 134 | 0 | 1 | 437 | 141 | 65 |
| Binary | 11001000 | 10011 | 11111100 | 10101 | 1011100 | 0 | 1 | 100011111 | 1100001 | 110101 |
Color Harmonies of #C813FC
Complementary color
Monochromatic Colors of #C813FC
Black with #C813FC
Text Example
Text Example
White with #C813FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C813FC; }
p { color: rgb(200,19,252); }
H1.HeaderClassName
{
color: #C813FC;
}
.AnyTagClassName
{
color: #C813FC;
}
</style>
background-color css
<style>
a { background-color: #C813FC; }
a { background-color: rgb(200,19,252); }
div.DivClassName
{
background-color: #C813FC;
}
.BgClassName
{
background-color: #C813FC;
}
</style>
border-color css
<style>
span { border-color: #C813FC; }
span { border-color: rgb(200,19,252); }
td.TdClassName
{
border-color: #C813FC;
}
.TagClassName
{
border-color: #C813FC;
}
</style>