Shades of Electric Purple #C600ED
Tints of Electric Purple #C600ED
RGB
CMYK
RGB Variations
Color information
#C600ED (or 0xC600ED) is known color: Electric Purple. HEX triplet: C6, 00 and ED. RGB value is (198,0,237). Sum of RGB (Red+Green+Blue) = 198+0+237=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #C600ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600ED is #39FF12. Grayscale: #555555. Windows color (decimal): -3800851 or 15532230. OLE color: 15532230.
HSL color Cylindrical-coordinate representation of color #C600ED: hue angle of 290.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600ED is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 0 | 237 | - |
| CMYK | 0.16 | 1 | 0 | 0.07 |
| HSL | 290.13º | 1% | 0.46% | - |
| HSV(B) | 290.13º | 1% | 0.93% | - |
| XYZ | 38.57 | 18.12 | 81.59 | - |
| YUV | 86.22 | 213.1 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 237 | 0.16 | 1 | 0 | 0.07 | 290.13 | 1 | 0.46 |
| Hex | C6 | 0 | ED | 10 | 64 | 0 | 7 | 122 | 64 | 2E |
| Octal | 306 | 0 | 355 | 20 | 144 | 0 | 7 | 442 | 144 | 56 |
| Binary | 11000110 | 0 | 11101101 | 10000 | 1100100 | 0 | 111 | 100100010 | 1100100 | 101110 |
Color Harmonies of #C600ED
Complementary color
Monochromatic Colors of #C600ED
Black with #C600ED
Text Example
Text Example
White with #C600ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C600ED; }
p { color: rgb(198,0,237); }
H1.HeaderClassName
{
color: #C600ED;
}
.AnyTagClassName
{
color: #C600ED;
}
</style>
background-color css
<style>
a { background-color: #C600ED; }
a { background-color: rgb(198,0,237); }
div.DivClassName
{
background-color: #C600ED;
}
.BgClassName
{
background-color: #C600ED;
}
</style>
border-color css
<style>
span { border-color: #C600ED; }
span { border-color: rgb(198,0,237); }
td.TdClassName
{
border-color: #C600ED;
}
.TagClassName
{
border-color: #C600ED;
}
</style>