Shades of Electric Purple #C812FD
Tints of Electric Purple #C812FD
RGB
CMYK
RGB Variations
Color information
#C812FD (or 0xC812FD) is known color: Electric Purple. HEX triplet: C8, 12 and FD. RGB value is (200,18,253). Sum of RGB (Red+Green+Blue) = 200+18+253=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #C812FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C812FD is #37ED02. Grayscale: #626262. Windows color (decimal): -3665155 or 16585416. OLE color: 16585416.
HSL color Cylindrical-coordinate representation of color #C812FD: hue angle of 286.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C812FD is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 18 | 253 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.01 |
| HSL | 286.47º | 0.98% | 0.53% | - |
| HSV(B) | 286.47º | 0.93% | 0.99% | - |
| XYZ | 41.77 | 19.8 | 94.55 | - |
| YUV | 99.21 | 214.8 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 253 | 0.21 | 0.93 | 0 | 0.01 | 286.47 | 0.98 | 0.53 |
| Hex | C8 | 12 | FD | 15 | 5D | 0 | 1 | 11E | 62 | 35 |
| Octal | 310 | 22 | 375 | 25 | 135 | 0 | 1 | 436 | 142 | 65 |
| Binary | 11001000 | 10010 | 11111101 | 10101 | 1011101 | 0 | 1 | 100011110 | 1100010 | 110101 |
Color Harmonies of #C812FD
Complementary color
Monochromatic Colors of #C812FD
Black with #C812FD
Text Example
Text Example
White with #C812FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C812FD; }
p { color: rgb(200,18,253); }
H1.HeaderClassName
{
color: #C812FD;
}
.AnyTagClassName
{
color: #C812FD;
}
</style>
background-color css
<style>
a { background-color: #C812FD; }
a { background-color: rgb(200,18,253); }
div.DivClassName
{
background-color: #C812FD;
}
.BgClassName
{
background-color: #C812FD;
}
</style>
border-color css
<style>
span { border-color: #C812FD; }
span { border-color: rgb(200,18,253); }
td.TdClassName
{
border-color: #C812FD;
}
.TagClassName
{
border-color: #C812FD;
}
</style>