Shades of Electric Purple #C01DED
Tints of Electric Purple #C01DED
RGB
CMYK
RGB Variations
Color information
#C01DED (or 0xC01DED) is known color: Electric Purple. HEX triplet: C0, 1D and ED. RGB value is (192,29,237). Sum of RGB (Red+Green+Blue) = 192+29+237=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C01DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DED is #3FE212. Grayscale: #646464. Windows color (decimal): -4186643 or 15539648. OLE color: 15539648.
HSL color Cylindrical-coordinate representation of color #C01DED: hue angle of 287.02º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DED is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 29 | 237 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.02º | 0.85% | 0.52% | - |
| HSV(B) | 287.02º | 0.88% | 0.93% | - |
| XYZ | 37.46 | 18.2 | 81.66 | - |
| YUV | 101.45 | 204.5 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 237 | 0.19 | 0.88 | 0 | 0.07 | 287.02 | 0.85 | 0.52 |
| Hex | C0 | 1D | ED | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 300 | 35 | 355 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 11000000 | 11101 | 11101101 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #C01DED
Complementary color
Monochromatic Colors of #C01DED
Black with #C01DED
Text Example
Text Example
White with #C01DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DED; }
p { color: rgb(192,29,237); }
H1.HeaderClassName
{
color: #C01DED;
}
.AnyTagClassName
{
color: #C01DED;
}
</style>
background-color css
<style>
a { background-color: #C01DED; }
a { background-color: rgb(192,29,237); }
div.DivClassName
{
background-color: #C01DED;
}
.BgClassName
{
background-color: #C01DED;
}
</style>
border-color css
<style>
span { border-color: #C01DED; }
span { border-color: rgb(192,29,237); }
td.TdClassName
{
border-color: #C01DED;
}
.TagClassName
{
border-color: #C01DED;
}
</style>