Shades of Electric Purple #C632FE
Tints of Electric Purple #C632FE
RGB
CMYK
RGB Variations
Color information
#C632FE (or 0xC632FE) is known color: Electric Purple. HEX triplet: C6, 32 and FE. RGB value is (198,50,254). Sum of RGB (Red+Green+Blue) = 198+50+254=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #C632FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C632FE is #39CD01. Grayscale: #747474. Windows color (decimal): -3788034 or 16659142. OLE color: 16659142.
HSL color Cylindrical-coordinate representation of color #C632FE: hue angle of 283.53º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C632FE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 50 | 254 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.00 |
| HSL | 283.53º | 0.99% | 0.6% | - |
| HSV(B) | 283.53º | 0.8% | 1% | - |
| XYZ | 42.32 | 21.44 | 95.67 | - |
| YUV | 117.51 | 205.03 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 254 | 0.22 | 0.80 | 0 | 0.00 | 283.53 | 0.99 | 0.6 |
| Hex | C6 | 32 | FE | 16 | 50 | 0 | 0 | 11C | 63 | 3C |
| Octal | 306 | 62 | 376 | 26 | 120 | 0 | 0 | 434 | 143 | 74 |
| Binary | 11000110 | 110010 | 11111110 | 10110 | 1010000 | 0 | 0 | 100011100 | 1100011 | 111100 |
Color Harmonies of #C632FE
Complementary color
Monochromatic Colors of #C632FE
Black with #C632FE
Text Example
Text Example
White with #C632FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C632FE; }
p { color: rgb(198,50,254); }
H1.HeaderClassName
{
color: #C632FE;
}
.AnyTagClassName
{
color: #C632FE;
}
</style>
background-color css
<style>
a { background-color: #C632FE; }
a { background-color: rgb(198,50,254); }
div.DivClassName
{
background-color: #C632FE;
}
.BgClassName
{
background-color: #C632FE;
}
</style>
border-color css
<style>
span { border-color: #C632FE; }
span { border-color: rgb(198,50,254); }
td.TdClassName
{
border-color: #C632FE;
}
.TagClassName
{
border-color: #C632FE;
}
</style>