Shades of Electric Purple #C60AFE
Tints of Electric Purple #C60AFE
RGB
CMYK
RGB Variations
Color information
#C60AFE (or 0xC60AFE) is known color: Electric Purple. HEX triplet: C6, 0A and FE. RGB value is (198,10,254). Sum of RGB (Red+Green+Blue) = 198+10+254=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 10 (4.30% from 255 or 2.16% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C60AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AFE is #39F501. Grayscale: #5D5D5D. Windows color (decimal): -3798274 or 16648902. OLE color: 16648902.
HSL color Cylindrical-coordinate representation of color #C60AFE: hue angle of 286.23º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AFE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 10 | 254 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.00 |
| HSL | 286.23º | 0.99% | 0.52% | - |
| HSV(B) | 286.23º | 0.96% | 1% | - |
| XYZ | 41.29 | 19.38 | 95.33 | - |
| YUV | 94.03 | 218.28 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 254 | 0.22 | 0.96 | 0 | 0.00 | 286.23 | 0.99 | 0.52 |
| Hex | C6 | A | FE | 16 | 60 | 0 | 0 | 11E | 63 | 34 |
| Octal | 306 | 12 | 376 | 26 | 140 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000110 | 1010 | 11111110 | 10110 | 1100000 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C60AFE
Complementary color
Monochromatic Colors of #C60AFE
Black with #C60AFE
Text Example
Text Example
White with #C60AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AFE; }
p { color: rgb(198,10,254); }
H1.HeaderClassName
{
color: #C60AFE;
}
.AnyTagClassName
{
color: #C60AFE;
}
</style>
background-color css
<style>
a { background-color: #C60AFE; }
a { background-color: rgb(198,10,254); }
div.DivClassName
{
background-color: #C60AFE;
}
.BgClassName
{
background-color: #C60AFE;
}
</style>
border-color css
<style>
span { border-color: #C60AFE; }
span { border-color: rgb(198,10,254); }
td.TdClassName
{
border-color: #C60AFE;
}
.TagClassName
{
border-color: #C60AFE;
}
</style>