Shades of Electric Purple #C806EE
Tints of Electric Purple #C806EE
RGB
CMYK
RGB Variations
Color information
#C806EE (or 0xC806EE) is known color: Electric Purple. HEX triplet: C8, 06 and EE. RGB value is (200,6,238). Sum of RGB (Red+Green+Blue) = 200+6+238=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #C806EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806EE is #37F911. Grayscale: #595959. Windows color (decimal): -3668242 or 15599304. OLE color: 15599304.
HSL color Cylindrical-coordinate representation of color #C806EE: hue angle of 290.17º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806EE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 6 | 238 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 290.17º | 0.95% | 0.48% | - |
| HSV(B) | 290.17º | 0.97% | 0.93% | - |
| XYZ | 39.32 | 18.58 | 82.4 | - |
| YUV | 90.45 | 211.27 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 238 | 0.16 | 0.97 | 0 | 0.07 | 290.17 | 0.95 | 0.48 |
| Hex | C8 | 6 | EE | 10 | 61 | 0 | 7 | 122 | 5F | 30 |
| Octal | 310 | 6 | 356 | 20 | 141 | 0 | 7 | 442 | 137 | 60 |
| Binary | 11001000 | 110 | 11101110 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C806EE
Complementary color
Monochromatic Colors of #C806EE
Black with #C806EE
Text Example
Text Example
White with #C806EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806EE; }
p { color: rgb(200,6,238); }
H1.HeaderClassName
{
color: #C806EE;
}
.AnyTagClassName
{
color: #C806EE;
}
</style>
background-color css
<style>
a { background-color: #C806EE; }
a { background-color: rgb(200,6,238); }
div.DivClassName
{
background-color: #C806EE;
}
.BgClassName
{
background-color: #C806EE;
}
</style>
border-color css
<style>
span { border-color: #C806EE; }
span { border-color: rgb(200,6,238); }
td.TdClassName
{
border-color: #C806EE;
}
.TagClassName
{
border-color: #C806EE;
}
</style>