Shades of Electric Purple #C606ED
Tints of Electric Purple #C606ED
RGB
CMYK
RGB Variations
Color information
#C606ED (or 0xC606ED) is known color: Electric Purple. HEX triplet: C6, 06 and ED. RGB value is (198,6,237). Sum of RGB (Red+Green+Blue) = 198+6+237=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 237 (92.97% from 255 or 53.74% from 441); Max value from RGB is 237 - color contains mainly: blue. Hex color #C606ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C606ED is #39F912. Grayscale: #595959. Windows color (decimal): -3799315 or 15533766. OLE color: 15533766.
HSL color Cylindrical-coordinate representation of color #C606ED: hue angle of 289.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C606ED is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 6 | 237 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 289.87º | 0.95% | 0.48% | - |
| HSV(B) | 289.87º | 0.97% | 0.93% | - |
| XYZ | 38.64 | 18.25 | 81.61 | - |
| YUV | 89.74 | 211.11 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 237 | 0.16 | 0.97 | 0 | 0.07 | 289.87 | 0.95 | 0.48 |
| Hex | C6 | 6 | ED | 10 | 61 | 0 | 7 | 122 | 5F | 30 |
| Octal | 306 | 6 | 355 | 20 | 141 | 0 | 7 | 442 | 137 | 60 |
| Binary | 11000110 | 110 | 11101101 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C606ED
Complementary color
Monochromatic Colors of #C606ED
Black with #C606ED
Text Example
Text Example
White with #C606ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606ED; }
p { color: rgb(198,6,237); }
H1.HeaderClassName
{
color: #C606ED;
}
.AnyTagClassName
{
color: #C606ED;
}
</style>
background-color css
<style>
a { background-color: #C606ED; }
a { background-color: rgb(198,6,237); }
div.DivClassName
{
background-color: #C606ED;
}
.BgClassName
{
background-color: #C606ED;
}
</style>
border-color css
<style>
span { border-color: #C606ED; }
span { border-color: rgb(198,6,237); }
td.TdClassName
{
border-color: #C606ED;
}
.TagClassName
{
border-color: #C606ED;
}
</style>