Shades of Electric Purple #C635FD
Tints of Electric Purple #C635FD
RGB
CMYK
RGB Variations
Color information
#C635FD (or 0xC635FD) is known color: Electric Purple. HEX triplet: C6, 35 and FD. RGB value is (198,53,253). Sum of RGB (Red+Green+Blue) = 198+53+253=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C635FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C635FD is #39CA02. Grayscale: #767676. Windows color (decimal): -3787267 or 16594374. OLE color: 16594374.
HSL color Cylindrical-coordinate representation of color #C635FD: hue angle of 283.5º degrees, saturation: 0.98, 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 #C635FD is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 53 | 253 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.01 |
| HSL | 283.5º | 0.98% | 0.6% | - |
| HSV(B) | 283.5º | 0.79% | 0.99% | - |
| XYZ | 42.29 | 21.64 | 94.88 | - |
| YUV | 119.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 53 | 253 | 0.22 | 0.79 | 0 | 0.01 | 283.5 | 0.98 | 0.6 |
| Hex | C6 | 35 | FD | 16 | 4F | 0 | 1 | 11C | 62 | 3C |
| Octal | 306 | 65 | 375 | 26 | 117 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11000110 | 110101 | 11111101 | 10110 | 1001111 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C635FD
Complementary color
Monochromatic Colors of #C635FD
Black with #C635FD
Text Example
Text Example
White with #C635FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C635FD; }
p { color: rgb(198,53,253); }
H1.HeaderClassName
{
color: #C635FD;
}
.AnyTagClassName
{
color: #C635FD;
}
</style>
background-color css
<style>
a { background-color: #C635FD; }
a { background-color: rgb(198,53,253); }
div.DivClassName
{
background-color: #C635FD;
}
.BgClassName
{
background-color: #C635FD;
}
</style>
border-color css
<style>
span { border-color: #C635FD; }
span { border-color: rgb(198,53,253); }
td.TdClassName
{
border-color: #C635FD;
}
.TagClassName
{
border-color: #C635FD;
}
</style>