Shades of Electric Purple #C630FD
Tints of Electric Purple #C630FD
RGB
CMYK
RGB Variations
Color information
#C630FD (or 0xC630FD) is known color: Electric Purple. HEX triplet: C6, 30 and FD. RGB value is (198,48,253). Sum of RGB (Red+Green+Blue) = 198+48+253=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 48 (19.14% from 255 or 9.62% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C630FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FD is #39CF02. Grayscale: #737373. Windows color (decimal): -3788547 or 16593094. OLE color: 16593094.
HSL color Cylindrical-coordinate representation of color #C630FD: hue angle of 283.9º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FD is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 48 | 253 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.01 |
| HSL | 283.9º | 0.98% | 0.59% | - |
| HSV(B) | 283.9º | 0.81% | 0.99% | - |
| XYZ | 42.08 | 21.21 | 94.81 | - |
| YUV | 116.22 | 205.2 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 253 | 0.22 | 0.81 | 0 | 0.01 | 283.9 | 0.98 | 0.59 |
| Hex | C6 | 30 | FD | 16 | 51 | 0 | 1 | 11C | 62 | 3B |
| Octal | 306 | 60 | 375 | 26 | 121 | 0 | 1 | 434 | 142 | 73 |
| Binary | 11000110 | 110000 | 11111101 | 10110 | 1010001 | 0 | 1 | 100011100 | 1100010 | 111011 |
Color Harmonies of #C630FD
Complementary color
Monochromatic Colors of #C630FD
Black with #C630FD
Text Example
Text Example
White with #C630FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630FD; }
p { color: rgb(198,48,253); }
H1.HeaderClassName
{
color: #C630FD;
}
.AnyTagClassName
{
color: #C630FD;
}
</style>
background-color css
<style>
a { background-color: #C630FD; }
a { background-color: rgb(198,48,253); }
div.DivClassName
{
background-color: #C630FD;
}
.BgClassName
{
background-color: #C630FD;
}
</style>
border-color css
<style>
span { border-color: #C630FD; }
span { border-color: rgb(198,48,253); }
td.TdClassName
{
border-color: #C630FD;
}
.TagClassName
{
border-color: #C630FD;
}
</style>