Shades of Electric Purple #C630FF
Tints of Electric Purple #C630FF
RGB
CMYK
RGB Variations
Color information
#C630FF (or 0xC630FF) is known color: Electric Purple. HEX triplet: C6, 30 and FF. RGB value is (198,48,255). Sum of RGB (Red+Green+Blue) = 198+48+255=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 48 (19.14% from 255 or 9.58% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C630FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C630FF is #39CF00. Grayscale: #737373. Windows color (decimal): -3788545 or 16724166. OLE color: 16724166.
HSL color Cylindrical-coordinate representation of color #C630FF: hue angle of 283.48º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C630FF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 48 | 255 | - |
| CMYK | 0.22 | 0.81 | 0 | 0 |
| HSL | 283.48º | 1% | 0.59% | - |
| HSV(B) | 283.48º | 0.81% | 1% | - |
| XYZ | 42.4 | 21.34 | 96.49 | - |
| YUV | 116.45 | 206.2 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 255 | 0.22 | 0.81 | 0 | 0 | 283.48 | 1 | 0.59 |
| Hex | C6 | 30 | FF | 16 | 51 | 0 | 0 | 11B | 64 | 3B |
| Octal | 306 | 60 | 377 | 26 | 121 | 0 | 0 | 433 | 144 | 73 |
| Binary | 11000110 | 110000 | 11111111 | 10110 | 1010001 | 0 | 0 | 100011011 | 1100100 | 111011 |
Color Harmonies of #C630FF
Complementary color
Monochromatic Colors of #C630FF
Black with #C630FF
Text Example
Text Example
White with #C630FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C630FF; }
p { color: rgb(198,48,255); }
H1.HeaderClassName
{
color: #C630FF;
}
.AnyTagClassName
{
color: #C630FF;
}
</style>
background-color css
<style>
a { background-color: #C630FF; }
a { background-color: rgb(198,48,255); }
div.DivClassName
{
background-color: #C630FF;
}
.BgClassName
{
background-color: #C630FF;
}
</style>
border-color css
<style>
span { border-color: #C630FF; }
span { border-color: rgb(198,48,255); }
td.TdClassName
{
border-color: #C630FF;
}
.TagClassName
{
border-color: #C630FF;
}
</style>