Shades of Electric Purple #C815ED
Tints of Electric Purple #C815ED
RGB
CMYK
RGB Variations
Color information
#C815ED (or 0xC815ED) is known color: Electric Purple. HEX triplet: C8, 15 and ED. RGB value is (200,21,237). Sum of RGB (Red+Green+Blue) = 200+21+237=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C815ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815ED is #37EA12. Grayscale: #626262. Windows color (decimal): -3664403 or 15537608. OLE color: 15537608.
HSL color Cylindrical-coordinate representation of color #C815ED: hue angle of 289.72º 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 #C815ED is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 21 | 237 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.07 |
| HSL | 289.72º | 0.86% | 0.51% | - |
| HSV(B) | 289.72º | 0.91% | 0.93% | - |
| XYZ | 39.37 | 18.93 | 81.7 | - |
| YUV | 99.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 237 | 0.16 | 0.91 | 0 | 0.07 | 289.72 | 0.86 | 0.51 |
| Hex | C8 | 15 | ED | 10 | 5B | 0 | 7 | 122 | 56 | 33 |
| Octal | 310 | 25 | 355 | 20 | 133 | 0 | 7 | 442 | 126 | 63 |
| Binary | 11001000 | 10101 | 11101101 | 10000 | 1011011 | 0 | 111 | 100100010 | 1010110 | 110011 |
Color Harmonies of #C815ED
Complementary color
Monochromatic Colors of #C815ED
Black with #C815ED
Text Example
Text Example
White with #C815ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815ED; }
p { color: rgb(200,21,237); }
H1.HeaderClassName
{
color: #C815ED;
}
.AnyTagClassName
{
color: #C815ED;
}
</style>
background-color css
<style>
a { background-color: #C815ED; }
a { background-color: rgb(200,21,237); }
div.DivClassName
{
background-color: #C815ED;
}
.BgClassName
{
background-color: #C815ED;
}
</style>
border-color css
<style>
span { border-color: #C815ED; }
span { border-color: rgb(200,21,237); }
td.TdClassName
{
border-color: #C815ED;
}
.TagClassName
{
border-color: #C815ED;
}
</style>