Shades of Electric Purple #C309ED
Tints of Electric Purple #C309ED
RGB
CMYK
RGB Variations
Color information
#C309ED (or 0xC309ED) is known color: Electric Purple. HEX triplet: C3, 09 and ED. RGB value is (195,9,237). Sum of RGB (Red+Green+Blue) = 195+9+237=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 9 (3.91% from 255 or 2.04% 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 #C309ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C309ED is #3CF612. Grayscale: #595959. Windows color (decimal): -3995155 or 15534531. OLE color: 15534531.
HSL color Cylindrical-coordinate representation of color #C309ED: hue angle of 288.95º 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 #C309ED is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 9 | 237 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.07 |
| HSL | 288.95º | 0.93% | 0.48% | - |
| HSV(B) | 288.95º | 0.96% | 0.93% | - |
| XYZ | 37.89 | 17.91 | 81.58 | - |
| YUV | 90.61 | 210.62 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 237 | 0.18 | 0.96 | 0 | 0.07 | 288.95 | 0.93 | 0.48 |
| Hex | C3 | 9 | ED | 12 | 60 | 0 | 7 | 121 | 5D | 30 |
| Octal | 303 | 11 | 355 | 22 | 140 | 0 | 7 | 441 | 135 | 60 |
| Binary | 11000011 | 1001 | 11101101 | 10010 | 1100000 | 0 | 111 | 100100001 | 1011101 | 110000 |
Color Harmonies of #C309ED
Complementary color
Monochromatic Colors of #C309ED
Black with #C309ED
Text Example
Text Example
White with #C309ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C309ED; }
p { color: rgb(195,9,237); }
H1.HeaderClassName
{
color: #C309ED;
}
.AnyTagClassName
{
color: #C309ED;
}
</style>
background-color css
<style>
a { background-color: #C309ED; }
a { background-color: rgb(195,9,237); }
div.DivClassName
{
background-color: #C309ED;
}
.BgClassName
{
background-color: #C309ED;
}
</style>
border-color css
<style>
span { border-color: #C309ED; }
span { border-color: rgb(195,9,237); }
td.TdClassName
{
border-color: #C309ED;
}
.TagClassName
{
border-color: #C309ED;
}
</style>