Shades of Electric Purple #C214FD
Tints of Electric Purple #C214FD
RGB
CMYK
RGB Variations
Color information
#C214FD (or 0xC214FD) is known color: Electric Purple. HEX triplet: C2, 14 and FD. RGB value is (194,20,253). Sum of RGB (Red+Green+Blue) = 194+20+253=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 253 (99.22% from 255 or 54.18% from 467); Max value from RGB is 253 - color contains mainly: blue. Hex color #C214FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C214FD is #3DEB02. Grayscale: #616161. Windows color (decimal): -4057859 or 16585922. OLE color: 16585922.
HSL color Cylindrical-coordinate representation of color #C214FD: hue angle of 284.81º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C214FD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 20 | 253 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 284.81º | 0.98% | 0.54% | - |
| HSV(B) | 284.81º | 0.92% | 0.99% | - |
| XYZ | 40.23 | 19.06 | 94.49 | - |
| YUV | 98.59 | 215.15 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 20 | 253 | 0.23 | 0.92 | 0 | 0.01 | 284.81 | 0.98 | 0.54 |
| Hex | C2 | 14 | FD | 17 | 5C | 0 | 1 | 11D | 62 | 36 |
| Octal | 302 | 24 | 375 | 27 | 134 | 0 | 1 | 435 | 142 | 66 |
| Binary | 11000010 | 10100 | 11111101 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100010 | 110110 |
Color Harmonies of #C214FD
Complementary color
Monochromatic Colors of #C214FD
Black with #C214FD
Text Example
Text Example
White with #C214FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C214FD; }
p { color: rgb(194,20,253); }
H1.HeaderClassName
{
color: #C214FD;
}
.AnyTagClassName
{
color: #C214FD;
}
</style>
background-color css
<style>
a { background-color: #C214FD; }
a { background-color: rgb(194,20,253); }
div.DivClassName
{
background-color: #C214FD;
}
.BgClassName
{
background-color: #C214FD;
}
</style>
border-color css
<style>
span { border-color: #C214FD; }
span { border-color: rgb(194,20,253); }
td.TdClassName
{
border-color: #C214FD;
}
.TagClassName
{
border-color: #C214FD;
}
</style>