Shades of Electric Purple #C427EE
Tints of Electric Purple #C427EE
RGB
CMYK
RGB Variations
Color information
#C427EE (or 0xC427EE) is known color: Electric Purple. HEX triplet: C4, 27 and EE. RGB value is (196,39,238). Sum of RGB (Red+Green+Blue) = 196+39+238=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #C427EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C427EE is #3BD811. Grayscale: #6B6B6B. Windows color (decimal): -3921938 or 15607748. OLE color: 15607748.
HSL color Cylindrical-coordinate representation of color #C427EE: hue angle of 287.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C427EE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 39 | 238 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.34º | 0.85% | 0.54% | - |
| HSV(B) | 287.34º | 0.84% | 0.93% | - |
| XYZ | 38.92 | 19.36 | 82.57 | - |
| YUV | 108.63 | 201.01 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 238 | 0.18 | 0.84 | 0 | 0.07 | 287.34 | 0.85 | 0.54 |
| Hex | C4 | 27 | EE | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 304 | 47 | 356 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000100 | 100111 | 11101110 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C427EE
Complementary color
Monochromatic Colors of #C427EE
Black with #C427EE
Text Example
Text Example
White with #C427EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C427EE; }
p { color: rgb(196,39,238); }
H1.HeaderClassName
{
color: #C427EE;
}
.AnyTagClassName
{
color: #C427EE;
}
</style>
background-color css
<style>
a { background-color: #C427EE; }
a { background-color: rgb(196,39,238); }
div.DivClassName
{
background-color: #C427EE;
}
.BgClassName
{
background-color: #C427EE;
}
</style>
border-color css
<style>
span { border-color: #C427EE; }
span { border-color: rgb(196,39,238); }
td.TdClassName
{
border-color: #C427EE;
}
.TagClassName
{
border-color: #C427EE;
}
</style>