Shades of Electric Purple #C635FC
Tints of Electric Purple #C635FC
RGB
CMYK
RGB Variations
Color information
#C635FC (or 0xC635FC) is known color: Electric Purple. HEX triplet: C6, 35 and FC. RGB value is (198,53,252). Sum of RGB (Red+Green+Blue) = 198+53+252=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #C635FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635FC is #39CA03. Grayscale: #767676. Windows color (decimal): -3787268 or 16528838. OLE color: 16528838.
HSL color Cylindrical-coordinate representation of color #C635FC: hue angle of 283.72º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C635FC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 53 | 252 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 283.72º | 0.97% | 0.6% | - |
| HSV(B) | 283.72º | 0.79% | 0.99% | - |
| XYZ | 42.13 | 21.58 | 94.04 | - |
| YUV | 119.04 | 203.04 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 252 | 0.21 | 0.79 | 0 | 0.01 | 283.72 | 0.97 | 0.6 |
| Hex | C6 | 35 | FC | 15 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 306 | 65 | 374 | 25 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000110 | 110101 | 11111100 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C635FC
Complementary color
Monochromatic Colors of #C635FC
Black with #C635FC
Text Example
Text Example
White with #C635FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635FC; }
p { color: rgb(198,53,252); }
H1.HeaderClassName
{
color: #C635FC;
}
.AnyTagClassName
{
color: #C635FC;
}
</style>
background-color css
<style>
a { background-color: #C635FC; }
a { background-color: rgb(198,53,252); }
div.DivClassName
{
background-color: #C635FC;
}
.BgClassName
{
background-color: #C635FC;
}
</style>
border-color css
<style>
span { border-color: #C635FC; }
span { border-color: rgb(198,53,252); }
td.TdClassName
{
border-color: #C635FC;
}
.TagClassName
{
border-color: #C635FC;
}
</style>