Shades of Electric Purple #C509FE
Tints of Electric Purple #C509FE
RGB
CMYK
RGB Variations
Color information
#C509FE (or 0xC509FE) is known color: Electric Purple. HEX triplet: C5, 09 and FE. RGB value is (197,9,254). Sum of RGB (Red+Green+Blue) = 197+9+254=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 9 (3.91% from 255 or 1.96% 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 #C509FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C509FE is #3AF601. Grayscale: #5C5C5C. Windows color (decimal): -3864066 or 16648645. OLE color: 16648645.
HSL color Cylindrical-coordinate representation of color #C509FE: hue angle of 286.04º 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 #C509FE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 9 | 254 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.00 |
| HSL | 286.04º | 0.99% | 0.52% | - |
| HSV(B) | 286.04º | 0.96% | 1% | - |
| XYZ | 41.01 | 19.22 | 95.31 | - |
| YUV | 93.14 | 218.78 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 9 | 254 | 0.22 | 0.96 | 0 | 0.00 | 286.04 | 0.99 | 0.52 |
| Hex | C5 | 9 | FE | 16 | 60 | 0 | 0 | 11E | 63 | 34 |
| Octal | 305 | 11 | 376 | 26 | 140 | 0 | 0 | 436 | 143 | 64 |
| Binary | 11000101 | 1001 | 11111110 | 10110 | 1100000 | 0 | 0 | 100011110 | 1100011 | 110100 |
Color Harmonies of #C509FE
Complementary color
Monochromatic Colors of #C509FE
Black with #C509FE
Text Example
Text Example
White with #C509FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C509FE; }
p { color: rgb(197,9,254); }
H1.HeaderClassName
{
color: #C509FE;
}
.AnyTagClassName
{
color: #C509FE;
}
</style>
background-color css
<style>
a { background-color: #C509FE; }
a { background-color: rgb(197,9,254); }
div.DivClassName
{
background-color: #C509FE;
}
.BgClassName
{
background-color: #C509FE;
}
</style>
border-color css
<style>
span { border-color: #C509FE; }
span { border-color: rgb(197,9,254); }
td.TdClassName
{
border-color: #C509FE;
}
.TagClassName
{
border-color: #C509FE;
}
</style>