Shades of Electric Purple #C806E9
Tints of Electric Purple #C806E9
RGB
CMYK
RGB Variations
Color information
#C806E9 (or 0xC806E9) is known color: Electric Purple. HEX triplet: C8, 06 and E9. RGB value is (200,6,233). Sum of RGB (Red+Green+Blue) = 200+6+233=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 6 (2.73% from 255 or 1.37% from 439); Blue value is 233 (91.41% from 255 or 53.08% from 439); Max value from RGB is 233 - color contains mainly: blue. Hex color #C806E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806E9 is #37F916. Grayscale: #595959. Windows color (decimal): -3668247 or 15271624. OLE color: 15271624.
HSL color Cylindrical-coordinate representation of color #C806E9: hue angle of 291.28º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806E9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 6 | 233 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.09 |
| HSL | 291.28º | 0.95% | 0.47% | - |
| HSV(B) | 291.28º | 0.97% | 0.91% | - |
| XYZ | 38.59 | 18.29 | 78.59 | - |
| YUV | 89.88 | 208.77 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 233 | 0.14 | 0.97 | 0 | 0.09 | 291.28 | 0.95 | 0.47 |
| Hex | C8 | 6 | E9 | E | 61 | 0 | 9 | 123 | 5F | 2F |
| Octal | 310 | 6 | 351 | 16 | 141 | 0 | 11 | 443 | 137 | 57 |
| Binary | 11001000 | 110 | 11101001 | 1110 | 1100001 | 0 | 1001 | 100100011 | 1011111 | 101111 |
Color Harmonies of #C806E9
Complementary color
Monochromatic Colors of #C806E9
Black with #C806E9
Text Example
Text Example
White with #C806E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806E9; }
p { color: rgb(200,6,233); }
H1.HeaderClassName
{
color: #C806E9;
}
.AnyTagClassName
{
color: #C806E9;
}
</style>
background-color css
<style>
a { background-color: #C806E9; }
a { background-color: rgb(200,6,233); }
div.DivClassName
{
background-color: #C806E9;
}
.BgClassName
{
background-color: #C806E9;
}
</style>
border-color css
<style>
span { border-color: #C806E9; }
span { border-color: rgb(200,6,233); }
td.TdClassName
{
border-color: #C806E9;
}
.TagClassName
{
border-color: #C806E9;
}
</style>