Shades of Electric Purple #C327EE
Tints of Electric Purple #C327EE
RGB
CMYK
RGB Variations
Color information
#C327EE (or 0xC327EE) is known color: Electric Purple. HEX triplet: C3, 27 and EE. RGB value is (195,39,238). Sum of RGB (Red+Green+Blue) = 195+39+238=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #C327EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327EE is #3CD811. Grayscale: #6B6B6B. Windows color (decimal): -3987474 or 15607747. OLE color: 15607747.
HSL color Cylindrical-coordinate representation of color #C327EE: hue angle of 287.04º 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 #C327EE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 39 | 238 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.07 |
| HSL | 287.04º | 0.85% | 0.54% | - |
| HSV(B) | 287.04º | 0.84% | 0.93% | - |
| XYZ | 38.66 | 19.23 | 82.56 | - |
| YUV | 108.33 | 201.18 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 238 | 0.18 | 0.84 | 0 | 0.07 | 287.04 | 0.85 | 0.54 |
| Hex | C3 | 27 | EE | 12 | 54 | 0 | 7 | 11F | 55 | 36 |
| Octal | 303 | 47 | 356 | 22 | 124 | 0 | 7 | 437 | 125 | 66 |
| Binary | 11000011 | 100111 | 11101110 | 10010 | 1010100 | 0 | 111 | 100011111 | 1010101 | 110110 |
Color Harmonies of #C327EE
Complementary color
Monochromatic Colors of #C327EE
Black with #C327EE
Text Example
Text Example
White with #C327EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327EE; }
p { color: rgb(195,39,238); }
H1.HeaderClassName
{
color: #C327EE;
}
.AnyTagClassName
{
color: #C327EE;
}
</style>
background-color css
<style>
a { background-color: #C327EE; }
a { background-color: rgb(195,39,238); }
div.DivClassName
{
background-color: #C327EE;
}
.BgClassName
{
background-color: #C327EE;
}
</style>
border-color css
<style>
span { border-color: #C327EE; }
span { border-color: rgb(195,39,238); }
td.TdClassName
{
border-color: #C327EE;
}
.TagClassName
{
border-color: #C327EE;
}
</style>