Shades of Electric Purple #C601ED
Tints of Electric Purple #C601ED
RGB
CMYK
RGB Variations
Color information
#C601ED (or 0xC601ED) is known color: Electric Purple. HEX triplet: C6, 01 and ED. RGB value is (198,1,237). Sum of RGB (Red+Green+Blue) = 198+1+237=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 1 (0.78% from 255 or 0.23% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #C601ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601ED is #39FE12. Grayscale: #565656. Windows color (decimal): -3800595 or 15532486. OLE color: 15532486.
HSL color Cylindrical-coordinate representation of color #C601ED: hue angle of 290.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601ED is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 1 | 237 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.07 |
| HSL | 290.08º | 0.99% | 0.47% | - |
| HSV(B) | 290.08º | 1% | 0.93% | - |
| XYZ | 38.59 | 18.14 | 81.59 | - |
| YUV | 86.81 | 212.77 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 237 | 0.16 | 1.00 | 0 | 0.07 | 290.08 | 0.99 | 0.47 |
| Hex | C6 | 1 | ED | 10 | 64 | 0 | 7 | 122 | 63 | 2F |
| Octal | 306 | 1 | 355 | 20 | 144 | 0 | 7 | 442 | 143 | 57 |
| Binary | 11000110 | 1 | 11101101 | 10000 | 1100100 | 0 | 111 | 100100010 | 1100011 | 101111 |
Color Harmonies of #C601ED
Complementary color
Monochromatic Colors of #C601ED
Black with #C601ED
Text Example
Text Example
White with #C601ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C601ED; }
p { color: rgb(198,1,237); }
H1.HeaderClassName
{
color: #C601ED;
}
.AnyTagClassName
{
color: #C601ED;
}
</style>
background-color css
<style>
a { background-color: #C601ED; }
a { background-color: rgb(198,1,237); }
div.DivClassName
{
background-color: #C601ED;
}
.BgClassName
{
background-color: #C601ED;
}
</style>
border-color css
<style>
span { border-color: #C601ED; }
span { border-color: rgb(198,1,237); }
td.TdClassName
{
border-color: #C601ED;
}
.TagClassName
{
border-color: #C601ED;
}
</style>