Shades of Electric Purple #C814FD
Tints of Electric Purple #C814FD
RGB
CMYK
RGB Variations
Color information
#C814FD (or 0xC814FD) is known color: Electric Purple. HEX triplet: C8, 14 and FD. RGB value is (200,20,253). Sum of RGB (Red+Green+Blue) = 200+20+253=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C814FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C814FD is #37EB02. Grayscale: #636363. Windows color (decimal): -3664643 or 16585928. OLE color: 16585928.
HSL color Cylindrical-coordinate representation of color #C814FD: hue angle of 286.35º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C814FD is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 20 | 253 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.01 |
| HSL | 286.35º | 0.98% | 0.54% | - |
| HSV(B) | 286.35º | 0.92% | 0.99% | - |
| XYZ | 41.8 | 19.87 | 94.56 | - |
| YUV | 100.38 | 214.13 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 253 | 0.21 | 0.92 | 0 | 0.01 | 286.35 | 0.98 | 0.54 |
| Hex | C8 | 14 | FD | 15 | 5C | 0 | 1 | 11E | 62 | 36 |
| Octal | 310 | 24 | 375 | 25 | 134 | 0 | 1 | 436 | 142 | 66 |
| Binary | 11001000 | 10100 | 11111101 | 10101 | 1011100 | 0 | 1 | 100011110 | 1100010 | 110110 |
Color Harmonies of #C814FD
Complementary color
Monochromatic Colors of #C814FD
Black with #C814FD
Text Example
Text Example
White with #C814FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814FD; }
p { color: rgb(200,20,253); }
H1.HeaderClassName
{
color: #C814FD;
}
.AnyTagClassName
{
color: #C814FD;
}
</style>
background-color css
<style>
a { background-color: #C814FD; }
a { background-color: rgb(200,20,253); }
div.DivClassName
{
background-color: #C814FD;
}
.BgClassName
{
background-color: #C814FD;
}
</style>
border-color css
<style>
span { border-color: #C814FD; }
span { border-color: rgb(200,20,253); }
td.TdClassName
{
border-color: #C814FD;
}
.TagClassName
{
border-color: #C814FD;
}
</style>