Shades of Electric Purple #C006E6
Tints of Electric Purple #C006E6
RGB
CMYK
RGB Variations
Color information
#C006E6 (or 0xC006E6) is known color: Electric Purple. HEX triplet: C0, 06 and E6. RGB value is (192,6,230). Sum of RGB (Red+Green+Blue) = 192+6+230=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #C006E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006E6 is #3FF919. Grayscale: #565656. Windows color (decimal): -4192538 or 15075008. OLE color: 15075008.
HSL color Cylindrical-coordinate representation of color #C006E6: hue angle of 289.82º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006E6 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 6 | 230 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.10 |
| HSL | 289.82º | 0.95% | 0.46% | - |
| HSV(B) | 289.82º | 0.97% | 0.9% | - |
| XYZ | 36.09 | 17.05 | 76.25 | - |
| YUV | 87.15 | 208.62 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 6 | 230 | 0.17 | 0.97 | 0 | 0.10 | 289.82 | 0.95 | 0.46 |
| Hex | C0 | 6 | E6 | 11 | 61 | 0 | A | 122 | 5F | 2E |
| Octal | 300 | 6 | 346 | 21 | 141 | 0 | 12 | 442 | 137 | 56 |
| Binary | 11000000 | 110 | 11100110 | 10001 | 1100001 | 0 | 1010 | 100100010 | 1011111 | 101110 |
Color Harmonies of #C006E6
Complementary color
Monochromatic Colors of #C006E6
Black with #C006E6
Text Example
Text Example
White with #C006E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C006E6; }
p { color: rgb(192,6,230); }
H1.HeaderClassName
{
color: #C006E6;
}
.AnyTagClassName
{
color: #C006E6;
}
</style>
background-color css
<style>
a { background-color: #C006E6; }
a { background-color: rgb(192,6,230); }
div.DivClassName
{
background-color: #C006E6;
}
.BgClassName
{
background-color: #C006E6;
}
</style>
border-color css
<style>
span { border-color: #C006E6; }
span { border-color: rgb(192,6,230); }
td.TdClassName
{
border-color: #C006E6;
}
.TagClassName
{
border-color: #C006E6;
}
</style>