Shades of Electric Purple #C609ED
Tints of Electric Purple #C609ED
RGB
CMYK
RGB Variations
Color information
#C609ED (or 0xC609ED) is known color: Electric Purple. HEX triplet: C6, 09 and ED. RGB value is (198,9,237). Sum of RGB (Red+Green+Blue) = 198+9+237=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C609ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C609ED is #39F612. Grayscale: #5A5A5A. Windows color (decimal): -3798547 or 15534534. OLE color: 15534534.
HSL color Cylindrical-coordinate representation of color #C609ED: hue angle of 289.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C609ED is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 9 | 237 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.07 |
| HSL | 289.74º | 0.93% | 0.48% | - |
| HSV(B) | 289.74º | 0.96% | 0.93% | - |
| XYZ | 38.67 | 18.32 | 81.62 | - |
| YUV | 91.5 | 210.12 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 237 | 0.16 | 0.96 | 0 | 0.07 | 289.74 | 0.93 | 0.48 |
| Hex | C6 | 9 | ED | 10 | 60 | 0 | 7 | 122 | 5D | 30 |
| Octal | 306 | 11 | 355 | 20 | 140 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11000110 | 1001 | 11101101 | 10000 | 1100000 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C609ED
Complementary color
Monochromatic Colors of #C609ED
Black with #C609ED
Text Example
Text Example
White with #C609ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C609ED; }
p { color: rgb(198,9,237); }
H1.HeaderClassName
{
color: #C609ED;
}
.AnyTagClassName
{
color: #C609ED;
}
</style>
background-color css
<style>
a { background-color: #C609ED; }
a { background-color: rgb(198,9,237); }
div.DivClassName
{
background-color: #C609ED;
}
.BgClassName
{
background-color: #C609ED;
}
</style>
border-color css
<style>
span { border-color: #C609ED; }
span { border-color: rgb(198,9,237); }
td.TdClassName
{
border-color: #C609ED;
}
.TagClassName
{
border-color: #C609ED;
}
</style>