Shades of Electric Purple #C806FA
Tints of Electric Purple #C806FA
RGB
CMYK
RGB Variations
Color information
#C806FA (or 0xC806FA) is known color: Electric Purple. HEX triplet: C8, 06 and FA. RGB value is (200,6,250). Sum of RGB (Red+Green+Blue) = 200+6+250=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #C806FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806FA is #37F905. Grayscale: #5B5B5B. Windows color (decimal): -3668230 or 16385736. OLE color: 16385736.
HSL color Cylindrical-coordinate representation of color #C806FA: hue angle of 287.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C806FA is Cyan = 0.2, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 6 | 250 | - |
| CMYK | 0.2 | 0.98 | 0 | 0.02 |
| HSL | 287.7º | 0.96% | 0.5% | - |
| HSV(B) | 287.7º | 0.98% | 0.98% | - |
| XYZ | 41.14 | 19.31 | 92 | - |
| YUV | 91.82 | 217.27 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 250 | 0.2 | 0.98 | 0 | 0.02 | 287.7 | 0.96 | 0.5 |
| Hex | C8 | 6 | FA | 14 | 62 | 0 | 2 | 120 | 60 | 32 |
| Octal | 310 | 6 | 372 | 24 | 142 | 0 | 2 | 440 | 140 | 62 |
| Binary | 11001000 | 110 | 11111010 | 10100 | 1100010 | 0 | 10 | 100100000 | 1100000 | 110010 |
Color Harmonies of #C806FA
Complementary color
Monochromatic Colors of #C806FA
Black with #C806FA
Text Example
Text Example
White with #C806FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806FA; }
p { color: rgb(200,6,250); }
H1.HeaderClassName
{
color: #C806FA;
}
.AnyTagClassName
{
color: #C806FA;
}
</style>
background-color css
<style>
a { background-color: #C806FA; }
a { background-color: rgb(200,6,250); }
div.DivClassName
{
background-color: #C806FA;
}
.BgClassName
{
background-color: #C806FA;
}
</style>
border-color css
<style>
span { border-color: #C806FA; }
span { border-color: rgb(200,6,250); }
td.TdClassName
{
border-color: #C806FA;
}
.TagClassName
{
border-color: #C806FA;
}
</style>