Shades of Electric Purple #C216EA
Tints of Electric Purple #C216EA
RGB
CMYK
RGB Variations
Color information
#C216EA (or 0xC216EA) is known color: Electric Purple. HEX triplet: C2, 16 and EA. RGB value is (194,22,234). Sum of RGB (Red+Green+Blue) = 194+22+234=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #C216EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C216EA is #3DE915. Grayscale: #606060. Windows color (decimal): -4057366 or 15341250. OLE color: 15341250.
HSL color Cylindrical-coordinate representation of color #C216EA: hue angle of 288.68º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C216EA is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 22 | 234 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.08 |
| HSL | 288.68º | 0.83% | 0.5% | - |
| HSV(B) | 288.68º | 0.91% | 0.92% | - |
| XYZ | 37.39 | 17.98 | 79.34 | - |
| YUV | 97.6 | 204.98 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 22 | 234 | 0.17 | 0.91 | 0 | 0.08 | 288.68 | 0.83 | 0.5 |
| Hex | C2 | 16 | EA | 11 | 5B | 0 | 8 | 121 | 53 | 32 |
| Octal | 302 | 26 | 352 | 21 | 133 | 0 | 10 | 441 | 123 | 62 |
| Binary | 11000010 | 10110 | 11101010 | 10001 | 1011011 | 0 | 1000 | 100100001 | 1010011 | 110010 |
Color Harmonies of #C216EA
Complementary color
Monochromatic Colors of #C216EA
Black with #C216EA
Text Example
Text Example
White with #C216EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C216EA; }
p { color: rgb(194,22,234); }
H1.HeaderClassName
{
color: #C216EA;
}
.AnyTagClassName
{
color: #C216EA;
}
</style>
background-color css
<style>
a { background-color: #C216EA; }
a { background-color: rgb(194,22,234); }
div.DivClassName
{
background-color: #C216EA;
}
.BgClassName
{
background-color: #C216EA;
}
</style>
border-color css
<style>
span { border-color: #C216EA; }
span { border-color: rgb(194,22,234); }
td.TdClassName
{
border-color: #C216EA;
}
.TagClassName
{
border-color: #C216EA;
}
</style>