Shades of Electric Purple #C627FA
Tints of Electric Purple #C627FA
RGB
CMYK
RGB Variations
Color information
#C627FA (or 0xC627FA) is known color: Electric Purple. HEX triplet: C6, 27 and FA. RGB value is (198,39,250). Sum of RGB (Red+Green+Blue) = 198+39+250=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C627FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C627FA is #39D805. Grayscale: #6D6D6D. Windows color (decimal): -3790854 or 16394182. OLE color: 16394182.
HSL color Cylindrical-coordinate representation of color #C627FA: hue angle of 285.21º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C627FA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 39 | 250 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 285.21º | 0.95% | 0.57% | - |
| HSV(B) | 285.21º | 0.84% | 0.98% | - |
| XYZ | 41.27 | 20.36 | 92.2 | - |
| YUV | 110.6 | 206.68 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 250 | 0.21 | 0.84 | 0 | 0.02 | 285.21 | 0.95 | 0.57 |
| Hex | C6 | 27 | FA | 15 | 54 | 0 | 2 | 11D | 5F | 39 |
| Octal | 306 | 47 | 372 | 25 | 124 | 0 | 2 | 435 | 137 | 71 |
| Binary | 11000110 | 100111 | 11111010 | 10101 | 1010100 | 0 | 10 | 100011101 | 1011111 | 111001 |
Color Harmonies of #C627FA
Complementary color
Monochromatic Colors of #C627FA
Black with #C627FA
Text Example
Text Example
White with #C627FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C627FA; }
p { color: rgb(198,39,250); }
H1.HeaderClassName
{
color: #C627FA;
}
.AnyTagClassName
{
color: #C627FA;
}
</style>
background-color css
<style>
a { background-color: #C627FA; }
a { background-color: rgb(198,39,250); }
div.DivClassName
{
background-color: #C627FA;
}
.BgClassName
{
background-color: #C627FA;
}
</style>
border-color css
<style>
span { border-color: #C627FA; }
span { border-color: rgb(198,39,250); }
td.TdClassName
{
border-color: #C627FA;
}
.TagClassName
{
border-color: #C627FA;
}
</style>