Shades of Electric Purple #C806FE
Tints of Electric Purple #C806FE
RGB
CMYK
RGB Variations
Color information
#C806FE (or 0xC806FE) is known color: Electric Purple. HEX triplet: C8, 06 and FE. RGB value is (200,6,254). Sum of RGB (Red+Green+Blue) = 200+6+254=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C806FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C806FE is #37F901. Grayscale: #5B5B5B. Windows color (decimal): -3668226 or 16647880. OLE color: 16647880.
HSL color Cylindrical-coordinate representation of color #C806FE: hue angle of 286.94º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C806FE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 6 | 254 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.00 |
| HSL | 286.94º | 0.99% | 0.51% | - |
| HSV(B) | 286.94º | 0.98% | 1% | - |
| XYZ | 41.77 | 19.57 | 95.34 | - |
| YUV | 92.28 | 219.27 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 254 | 0.21 | 0.98 | 0 | 0.00 | 286.94 | 0.99 | 0.51 |
| Hex | C8 | 6 | FE | 15 | 62 | 0 | 0 | 11F | 63 | 33 |
| Octal | 310 | 6 | 376 | 25 | 142 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001000 | 110 | 11111110 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C806FE
Complementary color
Monochromatic Colors of #C806FE
Black with #C806FE
Text Example
Text Example
White with #C806FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C806FE; }
p { color: rgb(200,6,254); }
H1.HeaderClassName
{
color: #C806FE;
}
.AnyTagClassName
{
color: #C806FE;
}
</style>
background-color css
<style>
a { background-color: #C806FE; }
a { background-color: rgb(200,6,254); }
div.DivClassName
{
background-color: #C806FE;
}
.BgClassName
{
background-color: #C806FE;
}
</style>
border-color css
<style>
span { border-color: #C806FE; }
span { border-color: rgb(200,6,254); }
td.TdClassName
{
border-color: #C806FE;
}
.TagClassName
{
border-color: #C806FE;
}
</style>