Shades of Electric Purple #C327FE
Tints of Electric Purple #C327FE
RGB
CMYK
RGB Variations
Color information
#C327FE (or 0xC327FE) is known color: Electric Purple. HEX triplet: C3, 27 and FE. RGB value is (195,39,254). Sum of RGB (Red+Green+Blue) = 195+39+254=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C327FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C327FE is #3CD801. Grayscale: #6D6D6D. Windows color (decimal): -3987458 or 16656323. OLE color: 16656323.
HSL color Cylindrical-coordinate representation of color #C327FE: hue angle of 283.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C327FE is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 39 | 254 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.00 |
| HSL | 283.53º | 0.99% | 0.57% | - |
| HSV(B) | 283.53º | 0.85% | 1% | - |
| XYZ | 41.12 | 20.21 | 95.5 | - |
| YUV | 110.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 39 | 254 | 0.23 | 0.85 | 0 | 0.00 | 283.53 | 0.99 | 0.57 |
| Hex | C3 | 27 | FE | 17 | 55 | 0 | 0 | 11C | 63 | 39 |
| Octal | 303 | 47 | 376 | 27 | 125 | 0 | 0 | 434 | 143 | 71 |
| Binary | 11000011 | 100111 | 11111110 | 10111 | 1010101 | 0 | 0 | 100011100 | 1100011 | 111001 |
Color Harmonies of #C327FE
Complementary color
Monochromatic Colors of #C327FE
Black with #C327FE
Text Example
Text Example
White with #C327FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C327FE; }
p { color: rgb(195,39,254); }
H1.HeaderClassName
{
color: #C327FE;
}
.AnyTagClassName
{
color: #C327FE;
}
</style>
background-color css
<style>
a { background-color: #C327FE; }
a { background-color: rgb(195,39,254); }
div.DivClassName
{
background-color: #C327FE;
}
.BgClassName
{
background-color: #C327FE;
}
</style>
border-color css
<style>
span { border-color: #C327FE; }
span { border-color: rgb(195,39,254); }
td.TdClassName
{
border-color: #C327FE;
}
.TagClassName
{
border-color: #C327FE;
}
</style>