Shades of Electric Purple #C633FC
Tints of Electric Purple #C633FC
RGB
CMYK
RGB Variations
Color information
#C633FC (or 0xC633FC) is known color: Electric Purple. HEX triplet: C6, 33 and FC. RGB value is (198,51,252). Sum of RGB (Red+Green+Blue) = 198+51+252=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C633FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C633FC is #39CC03. Grayscale: #757575. Windows color (decimal): -3787780 or 16528326. OLE color: 16528326.
HSL color Cylindrical-coordinate representation of color #C633FC: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C633FC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 51 | 252 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.01 |
| HSL | 283.88º | 0.97% | 0.59% | - |
| HSV(B) | 283.88º | 0.8% | 0.99% | - |
| XYZ | 42.04 | 21.4 | 94.01 | - |
| YUV | 117.87 | 203.7 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 252 | 0.21 | 0.80 | 0 | 0.01 | 283.88 | 0.97 | 0.59 |
| Hex | C6 | 33 | FC | 15 | 50 | 0 | 1 | 11C | 61 | 3B |
| Octal | 306 | 63 | 374 | 25 | 120 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000110 | 110011 | 11111100 | 10101 | 1010000 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C633FC
Complementary color
Monochromatic Colors of #C633FC
Black with #C633FC
Text Example
Text Example
White with #C633FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633FC; }
p { color: rgb(198,51,252); }
H1.HeaderClassName
{
color: #C633FC;
}
.AnyTagClassName
{
color: #C633FC;
}
</style>
background-color css
<style>
a { background-color: #C633FC; }
a { background-color: rgb(198,51,252); }
div.DivClassName
{
background-color: #C633FC;
}
.BgClassName
{
background-color: #C633FC;
}
</style>
border-color css
<style>
span { border-color: #C633FC; }
span { border-color: rgb(198,51,252); }
td.TdClassName
{
border-color: #C633FC;
}
.TagClassName
{
border-color: #C633FC;
}
</style>