Shades of Electric Purple #C215FD
Tints of Electric Purple #C215FD
RGB
CMYK
RGB Variations
Color information
#C215FD (or 0xC215FD) is known color: Electric Purple. HEX triplet: C2, 15 and FD. RGB value is (194,21,253). Sum of RGB (Red+Green+Blue) = 194+21+253=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 21 (8.59% from 255 or 4.49% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #C215FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215FD is #3DEA02. Grayscale: #626262. Windows color (decimal): -4057603 or 16586178. OLE color: 16586178.
HSL color Cylindrical-coordinate representation of color #C215FD: hue angle of 284.74º 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 #C215FD is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 21 | 253 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.01 |
| HSL | 284.74º | 0.98% | 0.54% | - |
| HSV(B) | 284.74º | 0.92% | 0.99% | - |
| XYZ | 40.25 | 19.1 | 94.49 | - |
| YUV | 99.18 | 214.81 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 253 | 0.23 | 0.92 | 0 | 0.01 | 284.74 | 0.98 | 0.54 |
| Hex | C2 | 15 | FD | 17 | 5C | 0 | 1 | 11D | 62 | 36 |
| Octal | 302 | 25 | 375 | 27 | 134 | 0 | 1 | 435 | 142 | 66 |
| Binary | 11000010 | 10101 | 11111101 | 10111 | 1011100 | 0 | 1 | 100011101 | 1100010 | 110110 |
Color Harmonies of #C215FD
Complementary color
Monochromatic Colors of #C215FD
Black with #C215FD
Text Example
Text Example
White with #C215FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215FD; }
p { color: rgb(194,21,253); }
H1.HeaderClassName
{
color: #C215FD;
}
.AnyTagClassName
{
color: #C215FD;
}
</style>
background-color css
<style>
a { background-color: #C215FD; }
a { background-color: rgb(194,21,253); }
div.DivClassName
{
background-color: #C215FD;
}
.BgClassName
{
background-color: #C215FD;
}
</style>
border-color css
<style>
span { border-color: #C215FD; }
span { border-color: rgb(194,21,253); }
td.TdClassName
{
border-color: #C215FD;
}
.TagClassName
{
border-color: #C215FD;
}
</style>