Shades of Electric Purple #C806FF
Tints of Electric Purple #C806FF
RGB
CMYK
RGB Variations
Color information
#C806FF (or 0xC806FF) is known color: Electric Purple. HEX triplet: C8, 06 and FF. RGB value is (200,6,255). Sum of RGB (Red+Green+Blue) = 200+6+255=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C806FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806FF is #37F900. Grayscale: #5B5B5B. Windows color (decimal): -3668225 or 16713416. OLE color: 16713416.
HSL color Cylindrical-coordinate representation of color #C806FF: hue angle of 286.75º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C806FF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 6 | 255 | - |
| CMYK | 0.22 | 0.98 | 0 | 0 |
| HSL | 286.75º | 1% | 0.51% | - |
| HSV(B) | 286.75º | 0.98% | 1% | - |
| XYZ | 41.93 | 19.63 | 96.19 | - |
| YUV | 92.39 | 219.77 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 255 | 0.22 | 0.98 | 0 | 0 | 286.75 | 1 | 0.51 |
| Hex | C8 | 6 | FF | 16 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 310 | 6 | 377 | 26 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001000 | 110 | 11111111 | 10110 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C806FF
Complementary color
Monochromatic Colors of #C806FF
Black with #C806FF
Text Example
Text Example
White with #C806FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806FF; }
p { color: rgb(200,6,255); }
H1.HeaderClassName
{
color: #C806FF;
}
.AnyTagClassName
{
color: #C806FF;
}
</style>
background-color css
<style>
a { background-color: #C806FF; }
a { background-color: rgb(200,6,255); }
div.DivClassName
{
background-color: #C806FF;
}
.BgClassName
{
background-color: #C806FF;
}
</style>
border-color css
<style>
span { border-color: #C806FF; }
span { border-color: rgb(200,6,255); }
td.TdClassName
{
border-color: #C806FF;
}
.TagClassName
{
border-color: #C806FF;
}
</style>