Shades of Electric Purple #C00EFD
Tints of Electric Purple #C00EFD
RGB
CMYK
RGB Variations
Color information
#C00EFD (or 0xC00EFD) is known color: Electric Purple. HEX triplet: C0, 0E and FD. RGB value is (192,14,253). Sum of RGB (Red+Green+Blue) = 192+14+253=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 14 (5.86% from 255 or 3.05% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C00EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EFD is #3FF102. Grayscale: #5D5D5D. Windows color (decimal): -4190467 or 16584384. OLE color: 16584384.
HSL color Cylindrical-coordinate representation of color #C00EFD: hue angle of 284.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00EFD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 14 | 253 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.01 |
| HSL | 284.69º | 0.98% | 0.52% | - |
| HSV(B) | 284.69º | 0.94% | 0.99% | - |
| XYZ | 39.62 | 18.61 | 94.43 | - |
| YUV | 94.47 | 217.47 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 14 | 253 | 0.24 | 0.94 | 0 | 0.01 | 284.69 | 0.98 | 0.52 |
| Hex | C0 | E | FD | 18 | 5E | 0 | 1 | 11D | 62 | 34 |
| Octal | 300 | 16 | 375 | 30 | 136 | 0 | 1 | 435 | 142 | 64 |
| Binary | 11000000 | 1110 | 11111101 | 11000 | 1011110 | 0 | 1 | 100011101 | 1100010 | 110100 |
Color Harmonies of #C00EFD
Complementary color
Monochromatic Colors of #C00EFD
Black with #C00EFD
Text Example
Text Example
White with #C00EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00EFD; }
p { color: rgb(192,14,253); }
H1.HeaderClassName
{
color: #C00EFD;
}
.AnyTagClassName
{
color: #C00EFD;
}
</style>
background-color css
<style>
a { background-color: #C00EFD; }
a { background-color: rgb(192,14,253); }
div.DivClassName
{
background-color: #C00EFD;
}
.BgClassName
{
background-color: #C00EFD;
}
</style>
border-color css
<style>
span { border-color: #C00EFD; }
span { border-color: rgb(192,14,253); }
td.TdClassName
{
border-color: #C00EFD;
}
.TagClassName
{
border-color: #C00EFD;
}
</style>