Shades of Electric Purple #C209ED
Tints of Electric Purple #C209ED
RGB
CMYK
RGB Variations
Color information
#C209ED (or 0xC209ED) is known color: Electric Purple. HEX triplet: C2, 09 and ED. RGB value is (194,9,237). Sum of RGB (Red+Green+Blue) = 194+9+237=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #C209ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C209ED is #3DF612. Grayscale: #595959. Windows color (decimal): -4060691 or 15534530. OLE color: 15534530.
HSL color Cylindrical-coordinate representation of color #C209ED: hue angle of 288.68º 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 #C209ED is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 9 | 237 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.07 |
| HSL | 288.68º | 0.93% | 0.48% | - |
| HSV(B) | 288.68º | 0.96% | 0.93% | - |
| XYZ | 37.63 | 17.78 | 81.57 | - |
| YUV | 90.31 | 210.79 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 9 | 237 | 0.18 | 0.96 | 0 | 0.07 | 288.68 | 0.93 | 0.48 |
| Hex | C2 | 9 | ED | 12 | 60 | 0 | 7 | 121 | 5D | 30 |
| Octal | 302 | 11 | 355 | 22 | 140 | 0 | 7 | 441 | 135 | 60 |
| Binary | 11000010 | 1001 | 11101101 | 10010 | 1100000 | 0 | 111 | 100100001 | 1011101 | 110000 |
Color Harmonies of #C209ED
Complementary color
Monochromatic Colors of #C209ED
Black with #C209ED
Text Example
Text Example
White with #C209ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C209ED; }
p { color: rgb(194,9,237); }
H1.HeaderClassName
{
color: #C209ED;
}
.AnyTagClassName
{
color: #C209ED;
}
</style>
background-color css
<style>
a { background-color: #C209ED; }
a { background-color: rgb(194,9,237); }
div.DivClassName
{
background-color: #C209ED;
}
.BgClassName
{
background-color: #C209ED;
}
</style>
border-color css
<style>
span { border-color: #C209ED; }
span { border-color: rgb(194,9,237); }
td.TdClassName
{
border-color: #C209ED;
}
.TagClassName
{
border-color: #C209ED;
}
</style>