Shades of Electric Purple #C634FE
Tints of Electric Purple #C634FE
RGB
CMYK
RGB Variations
Color information
#C634FE (or 0xC634FE) is known color: Electric Purple. HEX triplet: C6, 34 and FE. RGB value is (198,52,254). Sum of RGB (Red+Green+Blue) = 198+52+254=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #C634FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C634FE is #39CB01. Grayscale: #767676. Windows color (decimal): -3787522 or 16659654. OLE color: 16659654.
HSL color Cylindrical-coordinate representation of color #C634FE: hue angle of 283.37º 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 #C634FE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 52 | 254 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.00 |
| HSL | 283.37º | 0.99% | 0.6% | - |
| HSV(B) | 283.37º | 0.8% | 1% | - |
| XYZ | 42.41 | 21.62 | 95.7 | - |
| YUV | 118.68 | 204.37 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 254 | 0.22 | 0.80 | 0 | 0.00 | 283.37 | 0.99 | 0.6 |
| Hex | C6 | 34 | FE | 16 | 50 | 0 | 0 | 11B | 63 | 3C |
| Octal | 306 | 64 | 376 | 26 | 120 | 0 | 0 | 433 | 143 | 74 |
| Binary | 11000110 | 110100 | 11111110 | 10110 | 1010000 | 0 | 0 | 100011011 | 1100011 | 111100 |
Color Harmonies of #C634FE
Complementary color
Monochromatic Colors of #C634FE
Black with #C634FE
Text Example
Text Example
White with #C634FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C634FE; }
p { color: rgb(198,52,254); }
H1.HeaderClassName
{
color: #C634FE;
}
.AnyTagClassName
{
color: #C634FE;
}
</style>
background-color css
<style>
a { background-color: #C634FE; }
a { background-color: rgb(198,52,254); }
div.DivClassName
{
background-color: #C634FE;
}
.BgClassName
{
background-color: #C634FE;
}
</style>
border-color css
<style>
span { border-color: #C634FE; }
span { border-color: rgb(198,52,254); }
td.TdClassName
{
border-color: #C634FE;
}
.TagClassName
{
border-color: #C634FE;
}
</style>