Shades of Electric Purple #C605ED
Tints of Electric Purple #C605ED
RGB
CMYK
RGB Variations
Color information
#C605ED (or 0xC605ED) is known color: Electric Purple. HEX triplet: C6, 05 and ED. RGB value is (198,5,237). Sum of RGB (Red+Green+Blue) = 198+5+237=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 5 (2.34% from 255 or 1.14% 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 #C605ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C605ED is #39FA12. Grayscale: #585858. Windows color (decimal): -3799571 or 15533510. OLE color: 15533510.
HSL color Cylindrical-coordinate representation of color #C605ED: hue angle of 289.91º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C605ED is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 5 | 237 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.07 |
| HSL | 289.91º | 0.96% | 0.47% | - |
| HSV(B) | 289.91º | 0.98% | 0.93% | - |
| XYZ | 38.63 | 18.23 | 81.6 | - |
| YUV | 89.16 | 211.44 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 237 | 0.16 | 0.98 | 0 | 0.07 | 289.91 | 0.96 | 0.47 |
| Hex | C6 | 5 | ED | 10 | 62 | 0 | 7 | 122 | 60 | 2F |
| Octal | 306 | 5 | 355 | 20 | 142 | 0 | 7 | 442 | 140 | 57 |
| Binary | 11000110 | 101 | 11101101 | 10000 | 1100010 | 0 | 111 | 100100010 | 1100000 | 101111 |
Color Harmonies of #C605ED
Complementary color
Monochromatic Colors of #C605ED
Black with #C605ED
Text Example
Text Example
White with #C605ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C605ED; }
p { color: rgb(198,5,237); }
H1.HeaderClassName
{
color: #C605ED;
}
.AnyTagClassName
{
color: #C605ED;
}
</style>
background-color css
<style>
a { background-color: #C605ED; }
a { background-color: rgb(198,5,237); }
div.DivClassName
{
background-color: #C605ED;
}
.BgClassName
{
background-color: #C605ED;
}
</style>
border-color css
<style>
span { border-color: #C605ED; }
span { border-color: rgb(198,5,237); }
td.TdClassName
{
border-color: #C605ED;
}
.TagClassName
{
border-color: #C605ED;
}
</style>