Shades of Electric Purple #C633FD
Tints of Electric Purple #C633FD
RGB
CMYK
RGB Variations
Color information
#C633FD (or 0xC633FD) is known color: Electric Purple. HEX triplet: C6, 33 and FD. RGB value is (198,51,253). Sum of RGB (Red+Green+Blue) = 198+51+253=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C633FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C633FD is #39CC02. Grayscale: #757575. Windows color (decimal): -3787779 or 16593862. OLE color: 16593862.
HSL color Cylindrical-coordinate representation of color #C633FD: hue angle of 283.66º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C633FD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 51 | 253 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.01 |
| HSL | 283.66º | 0.98% | 0.6% | - |
| HSV(B) | 283.66º | 0.8% | 0.99% | - |
| XYZ | 42.2 | 21.47 | 94.85 | - |
| YUV | 117.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 253 | 0.22 | 0.80 | 0 | 0.01 | 283.66 | 0.98 | 0.6 |
| Hex | C6 | 33 | FD | 16 | 50 | 0 | 1 | 11C | 62 | 3C |
| Octal | 306 | 63 | 375 | 26 | 120 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11000110 | 110011 | 11111101 | 10110 | 1010000 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C633FD
Complementary color
Monochromatic Colors of #C633FD
Black with #C633FD
Text Example
Text Example
White with #C633FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C633FD; }
p { color: rgb(198,51,253); }
H1.HeaderClassName
{
color: #C633FD;
}
.AnyTagClassName
{
color: #C633FD;
}
</style>
background-color css
<style>
a { background-color: #C633FD; }
a { background-color: rgb(198,51,253); }
div.DivClassName
{
background-color: #C633FD;
}
.BgClassName
{
background-color: #C633FD;
}
</style>
border-color css
<style>
span { border-color: #C633FD; }
span { border-color: rgb(198,51,253); }
td.TdClassName
{
border-color: #C633FD;
}
.TagClassName
{
border-color: #C633FD;
}
</style>