Shades of Electric Purple #C224FD
Tints of Electric Purple #C224FD
RGB
CMYK
RGB Variations
Color information
#C224FD (or 0xC224FD) is known color: Electric Purple. HEX triplet: C2, 24 and FD. RGB value is (194,36,253). Sum of RGB (Red+Green+Blue) = 194+36+253=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C224FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C224FD is #3DDB02. Grayscale: #6B6B6B. Windows color (decimal): -4053763 or 16590018. OLE color: 16590018.
HSL color Cylindrical-coordinate representation of color #C224FD: hue angle of 283.69º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C224FD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 36 | 253 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.01 |
| HSL | 283.69º | 0.98% | 0.57% | - |
| HSV(B) | 283.69º | 0.86% | 0.99% | - |
| XYZ | 40.61 | 19.82 | 94.61 | - |
| YUV | 107.98 | 209.85 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 253 | 0.23 | 0.86 | 0 | 0.01 | 283.69 | 0.98 | 0.57 |
| Hex | C2 | 24 | FD | 17 | 56 | 0 | 1 | 11C | 62 | 39 |
| Octal | 302 | 44 | 375 | 27 | 126 | 0 | 1 | 434 | 142 | 71 |
| Binary | 11000010 | 100100 | 11111101 | 10111 | 1010110 | 0 | 1 | 100011100 | 1100010 | 111001 |
Color Harmonies of #C224FD
Complementary color
Monochromatic Colors of #C224FD
Black with #C224FD
Text Example
Text Example
White with #C224FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C224FD; }
p { color: rgb(194,36,253); }
H1.HeaderClassName
{
color: #C224FD;
}
.AnyTagClassName
{
color: #C224FD;
}
</style>
background-color css
<style>
a { background-color: #C224FD; }
a { background-color: rgb(194,36,253); }
div.DivClassName
{
background-color: #C224FD;
}
.BgClassName
{
background-color: #C224FD;
}
</style>
border-color css
<style>
span { border-color: #C224FD; }
span { border-color: rgb(194,36,253); }
td.TdClassName
{
border-color: #C224FD;
}
.TagClassName
{
border-color: #C224FD;
}
</style>