Shades of Electric Purple #C623F1
Tints of Electric Purple #C623F1
RGB
CMYK
RGB Variations
Color information
#C623F1 (or 0xC623F1) is known color: Electric Purple. HEX triplet: C6, 23 and F1. RGB value is (198,35,241). Sum of RGB (Red+Green+Blue) = 198+35+241=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 241 (94.53% from 255 or 50.84% from 474); Max value from RGB is 241 - color contains mainly: blue. Hex color #C623F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C623F1 is #39DC0E. Grayscale: #6A6A6A. Windows color (decimal): -3791887 or 15803334. OLE color: 15803334.
HSL color Cylindrical-coordinate representation of color #C623F1: hue angle of 287.48º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C623F1 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 35 | 241 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.05 |
| HSL | 287.48º | 0.88% | 0.54% | - |
| HSV(B) | 287.48º | 0.85% | 0.95% | - |
| XYZ | 39.77 | 19.56 | 84.9 | - |
| YUV | 107.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 241 | 0.18 | 0.85 | 0 | 0.05 | 287.48 | 0.88 | 0.54 |
| Hex | C6 | 23 | F1 | 12 | 55 | 0 | 5 | 11F | 58 | 36 |
| Octal | 306 | 43 | 361 | 22 | 125 | 0 | 5 | 437 | 130 | 66 |
| Binary | 11000110 | 100011 | 11110001 | 10010 | 1010101 | 0 | 101 | 100011111 | 1011000 | 110110 |
Color Harmonies of #C623F1
Complementary color
Monochromatic Colors of #C623F1
Black with #C623F1
Text Example
Text Example
White with #C623F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C623F1; }
p { color: rgb(198,35,241); }
H1.HeaderClassName
{
color: #C623F1;
}
.AnyTagClassName
{
color: #C623F1;
}
</style>
background-color css
<style>
a { background-color: #C623F1; }
a { background-color: rgb(198,35,241); }
div.DivClassName
{
background-color: #C623F1;
}
.BgClassName
{
background-color: #C623F1;
}
</style>
border-color css
<style>
span { border-color: #C623F1; }
span { border-color: rgb(198,35,241); }
td.TdClassName
{
border-color: #C623F1;
}
.TagClassName
{
border-color: #C623F1;
}
</style>