Shades of Electric Purple #C215ED
Tints of Electric Purple #C215ED
RGB
CMYK
RGB Variations
Color information
#C215ED (or 0xC215ED) is known color: Electric Purple. HEX triplet: C2, 15 and ED. RGB value is (194,21,237). Sum of RGB (Red+Green+Blue) = 194+21+237=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #C215ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C215ED is #3DEA12. Grayscale: #606060. Windows color (decimal): -4057619 or 15537602. OLE color: 15537602.
HSL color Cylindrical-coordinate representation of color #C215ED: hue angle of 288.06º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C215ED is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 21 | 237 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.07 |
| HSL | 288.06º | 0.86% | 0.51% | - |
| HSV(B) | 288.06º | 0.91% | 0.93% | - |
| XYZ | 37.8 | 18.12 | 81.63 | - |
| YUV | 97.35 | 206.81 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 21 | 237 | 0.18 | 0.91 | 0 | 0.07 | 288.06 | 0.86 | 0.51 |
| Hex | C2 | 15 | ED | 12 | 5B | 0 | 7 | 120 | 56 | 33 |
| Octal | 302 | 25 | 355 | 22 | 133 | 0 | 7 | 440 | 126 | 63 |
| Binary | 11000010 | 10101 | 11101101 | 10010 | 1011011 | 0 | 111 | 100100000 | 1010110 | 110011 |
Color Harmonies of #C215ED
Complementary color
Monochromatic Colors of #C215ED
Black with #C215ED
Text Example
Text Example
White with #C215ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C215ED; }
p { color: rgb(194,21,237); }
H1.HeaderClassName
{
color: #C215ED;
}
.AnyTagClassName
{
color: #C215ED;
}
</style>
background-color css
<style>
a { background-color: #C215ED; }
a { background-color: rgb(194,21,237); }
div.DivClassName
{
background-color: #C215ED;
}
.BgClassName
{
background-color: #C215ED;
}
</style>
border-color css
<style>
span { border-color: #C215ED; }
span { border-color: rgb(194,21,237); }
td.TdClassName
{
border-color: #C215ED;
}
.TagClassName
{
border-color: #C215ED;
}
</style>