Shades of Electric Purple #C606F8
Tints of Electric Purple #C606F8
RGB
CMYK
RGB Variations
Color information
#C606F8 (or 0xC606F8) is known color: Electric Purple. HEX triplet: C6, 06 and F8. RGB value is (198,6,248). Sum of RGB (Red+Green+Blue) = 198+6+248=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 248 (97.27% from 255 or 54.87% from 452); Max value from RGB is 248 - color contains mainly: blue. Hex color #C606F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C606F8 is #39F907. Grayscale: #5A5A5A. Windows color (decimal): -3799304 or 16254662. OLE color: 16254662.
HSL color Cylindrical-coordinate representation of color #C606F8: hue angle of 287.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C606F8 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 6 | 248 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.03 |
| HSL | 287.6º | 0.95% | 0.5% | - |
| HSV(B) | 287.6º | 0.98% | 0.97% | - |
| XYZ | 40.3 | 18.91 | 90.33 | - |
| YUV | 91 | 216.61 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 248 | 0.20 | 0.98 | 0 | 0.03 | 287.6 | 0.95 | 0.5 |
| Hex | C6 | 6 | F8 | 14 | 62 | 0 | 3 | 120 | 5F | 32 |
| Octal | 306 | 6 | 370 | 24 | 142 | 0 | 3 | 440 | 137 | 62 |
| Binary | 11000110 | 110 | 11111000 | 10100 | 1100010 | 0 | 11 | 100100000 | 1011111 | 110010 |
Color Harmonies of #C606F8
Complementary color
Monochromatic Colors of #C606F8
Black with #C606F8
Text Example
Text Example
White with #C606F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C606F8; }
p { color: rgb(198,6,248); }
H1.HeaderClassName
{
color: #C606F8;
}
.AnyTagClassName
{
color: #C606F8;
}
</style>
background-color css
<style>
a { background-color: #C606F8; }
a { background-color: rgb(198,6,248); }
div.DivClassName
{
background-color: #C606F8;
}
.BgClassName
{
background-color: #C606F8;
}
</style>
border-color css
<style>
span { border-color: #C606F8; }
span { border-color: rgb(198,6,248); }
td.TdClassName
{
border-color: #C606F8;
}
.TagClassName
{
border-color: #C606F8;
}
</style>