Shades of Electric Purple #C815EB
Tints of Electric Purple #C815EB
RGB
CMYK
RGB Variations
Color information
#C815EB (or 0xC815EB) is known color: Electric Purple. HEX triplet: C8, 15 and EB. RGB value is (200,21,235). Sum of RGB (Red+Green+Blue) = 200+21+235=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #C815EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C815EB is #37EA14. Grayscale: #626262. Windows color (decimal): -3664405 or 15406536. OLE color: 15406536.
HSL color Cylindrical-coordinate representation of color #C815EB: hue angle of 290.19º degrees, saturation: 0.84, 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 #C815EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 200 | 21 | 235 | - |
CMYK | 0.15 | 0.91 | 0 | 0.08 |
HSL | 290.19º | 0.84% | 0.5% | - |
HSV(B) | 290.19º | 0.91% | 0.92% | - |
XYZ | 39.08 | 18.81 | 80.17 | - |
YUV | 98.92 | 204.8 | 200.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 21 | 235 | 0.15 | 0.91 | 0 | 0.08 | 290.19 | 0.84 | 0.5 |
Hex | C8 | 15 | EB | F | 5B | 0 | 8 | 122 | 54 | 32 |
Octal | 310 | 25 | 353 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
Binary | 11001000 | 10101 | 11101011 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C815EB
Complementary color
Monochromatic Colors of #C815EB
Black with #C815EB
Text Example
Text Example
White with #C815EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C815EB; }
p { color: rgb(200,21,235); }
H1.HeaderClassName
{
color: #C815EB;
}
.AnyTagClassName
{
color: #C815EB;
}
</style>
background-color css
<style>
a { background-color: #C815EB; }
a { background-color: rgb(200,21,235); }
div.DivClassName
{
background-color: #C815EB;
}
.BgClassName
{
background-color: #C815EB;
}
</style>
border-color css
<style>
span { border-color: #C815EB; }
span { border-color: rgb(200,21,235); }
td.TdClassName
{
border-color: #C815EB;
}
.TagClassName
{
border-color: #C815EB;
}
</style>