Shades of Electric Purple #C227FE
Tints of Electric Purple #C227FE
RGB
CMYK
RGB Variations
Color information
#C227FE (or 0xC227FE) is known color: Electric Purple. HEX triplet: C2, 27 and FE. RGB value is (194,39,254). Sum of RGB (Red+Green+Blue) = 194+39+254=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C227FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227FE is #3DD801. Grayscale: #6D6D6D. Windows color (decimal): -4052994 or 16656322. OLE color: 16656322.
HSL color Cylindrical-coordinate representation of color #C227FE: hue angle of 283.26º 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 #C227FE is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 39 | 254 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.00 |
| HSL | 283.26º | 0.99% | 0.57% | - |
| HSV(B) | 283.26º | 0.85% | 1% | - |
| XYZ | 40.86 | 20.08 | 95.49 | - |
| YUV | 109.86 | 209.35 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 254 | 0.24 | 0.85 | 0 | 0.00 | 283.26 | 0.99 | 0.57 |
| Hex | C2 | 27 | FE | 18 | 55 | 0 | 0 | 11B | 63 | 39 |
| Octal | 302 | 47 | 376 | 30 | 125 | 0 | 0 | 433 | 143 | 71 |
| Binary | 11000010 | 100111 | 11111110 | 11000 | 1010101 | 0 | 0 | 100011011 | 1100011 | 111001 |
Color Harmonies of #C227FE
Complementary color
Monochromatic Colors of #C227FE
Black with #C227FE
Text Example
Text Example
White with #C227FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227FE; }
p { color: rgb(194,39,254); }
H1.HeaderClassName
{
color: #C227FE;
}
.AnyTagClassName
{
color: #C227FE;
}
</style>
background-color css
<style>
a { background-color: #C227FE; }
a { background-color: rgb(194,39,254); }
div.DivClassName
{
background-color: #C227FE;
}
.BgClassName
{
background-color: #C227FE;
}
</style>
border-color css
<style>
span { border-color: #C227FE; }
span { border-color: rgb(194,39,254); }
td.TdClassName
{
border-color: #C227FE;
}
.TagClassName
{
border-color: #C227FE;
}
</style>