Shades of Electric Purple #C228FD
Tints of Electric Purple #C228FD
RGB
CMYK
RGB Variations
Color information
#C228FD (or 0xC228FD) is known color: Electric Purple. HEX triplet: C2, 28 and FD. RGB value is (194,40,253). Sum of RGB (Red+Green+Blue) = 194+40+253=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #C228FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C228FD is #3DD702. Grayscale: #6D6D6D. Windows color (decimal): -4052739 or 16591042. OLE color: 16591042.
HSL color Cylindrical-coordinate representation of color #C228FD: hue angle of 283.38º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C228FD is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 40 | 253 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.01 |
| HSL | 283.38º | 0.98% | 0.57% | - |
| HSV(B) | 283.38º | 0.84% | 0.99% | - |
| XYZ | 40.74 | 20.08 | 94.66 | - |
| YUV | 110.33 | 208.52 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 253 | 0.23 | 0.84 | 0 | 0.01 | 283.38 | 0.98 | 0.57 |
| Hex | C2 | 28 | FD | 17 | 54 | 0 | 1 | 11B | 62 | 39 |
| Octal | 302 | 50 | 375 | 27 | 124 | 0 | 1 | 433 | 142 | 71 |
| Binary | 11000010 | 101000 | 11111101 | 10111 | 1010100 | 0 | 1 | 100011011 | 1100010 | 111001 |
Color Harmonies of #C228FD
Complementary color
Monochromatic Colors of #C228FD
Black with #C228FD
Text Example
Text Example
White with #C228FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C228FD; }
p { color: rgb(194,40,253); }
H1.HeaderClassName
{
color: #C228FD;
}
.AnyTagClassName
{
color: #C228FD;
}
</style>
background-color css
<style>
a { background-color: #C228FD; }
a { background-color: rgb(194,40,253); }
div.DivClassName
{
background-color: #C228FD;
}
.BgClassName
{
background-color: #C228FD;
}
</style>
border-color css
<style>
span { border-color: #C228FD; }
span { border-color: rgb(194,40,253); }
td.TdClassName
{
border-color: #C228FD;
}
.TagClassName
{
border-color: #C228FD;
}
</style>