Shades of Electric Purple #C227FD
Tints of Electric Purple #C227FD
RGB
CMYK
RGB Variations
Color information
#C227FD (or 0xC227FD) is known color: Electric Purple. HEX triplet: C2, 27 and FD. RGB value is (194,39,253). Sum of RGB (Red+Green+Blue) = 194+39+253=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #C227FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C227FD is #3DD802. Grayscale: #6D6D6D. Windows color (decimal): -4052995 or 16590786. OLE color: 16590786.
HSL color Cylindrical-coordinate representation of color #C227FD: hue angle of 283.46º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C227FD is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 39 | 253 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.01 |
| HSL | 283.46º | 0.98% | 0.57% | - |
| HSV(B) | 283.46º | 0.85% | 0.99% | - |
| XYZ | 40.7 | 20.01 | 94.65 | - |
| YUV | 109.74 | 208.85 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 253 | 0.23 | 0.85 | 0 | 0.01 | 283.46 | 0.98 | 0.57 |
| Hex | C2 | 27 | FD | 17 | 55 | 0 | 1 | 11B | 62 | 39 |
| Octal | 302 | 47 | 375 | 27 | 125 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000010 | 100111 | 11111101 | 10111 | 1010101 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C227FD
Complementary color
Monochromatic Colors of #C227FD
Black with #C227FD
Text Example
Text Example
White with #C227FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C227FD; }
p { color: rgb(194,39,253); }
H1.HeaderClassName
{
color: #C227FD;
}
.AnyTagClassName
{
color: #C227FD;
}
</style>
background-color css
<style>
a { background-color: #C227FD; }
a { background-color: rgb(194,39,253); }
div.DivClassName
{
background-color: #C227FD;
}
.BgClassName
{
background-color: #C227FD;
}
</style>
border-color css
<style>
span { border-color: #C227FD; }
span { border-color: rgb(194,39,253); }
td.TdClassName
{
border-color: #C227FD;
}
.TagClassName
{
border-color: #C227FD;
}
</style>