Shades of Electric Purple #C81CEE
Tints of Electric Purple #C81CEE
RGB
CMYK
RGB Variations
Color information
#C81CEE (or 0xC81CEE) is known color: Electric Purple. HEX triplet: C8, 1C and EE. RGB value is (200,28,238). Sum of RGB (Red+Green+Blue) = 200+28+238=466 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.92% from 466); Green value is 28 (11.33% from 255 or 6.01% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #C81CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CEE is #37E311. Grayscale: #666666. Windows color (decimal): -3662610 or 15604936. OLE color: 15604936.
HSL color Cylindrical-coordinate representation of color #C81CEE: hue angle of 289.14º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81CEE is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 28 | 238 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.07 |
| HSL | 289.14º | 0.86% | 0.52% | - |
| HSV(B) | 289.14º | 0.88% | 0.93% | - |
| XYZ | 39.67 | 19.28 | 82.52 | - |
| YUV | 103.37 | 203.98 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 238 | 0.16 | 0.88 | 0 | 0.07 | 289.14 | 0.86 | 0.52 |
| Hex | C8 | 1C | EE | 10 | 58 | 0 | 7 | 121 | 56 | 34 |
| Octal | 310 | 34 | 356 | 20 | 130 | 0 | 7 | 441 | 126 | 64 |
| Binary | 11001000 | 11100 | 11101110 | 10000 | 1011000 | 0 | 111 | 100100001 | 1010110 | 110100 |
Color Harmonies of #C81CEE
Complementary color
Monochromatic Colors of #C81CEE
Black with #C81CEE
Text Example
Text Example
White with #C81CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CEE; }
p { color: rgb(200,28,238); }
H1.HeaderClassName
{
color: #C81CEE;
}
.AnyTagClassName
{
color: #C81CEE;
}
</style>
background-color css
<style>
a { background-color: #C81CEE; }
a { background-color: rgb(200,28,238); }
div.DivClassName
{
background-color: #C81CEE;
}
.BgClassName
{
background-color: #C81CEE;
}
</style>
border-color css
<style>
span { border-color: #C81CEE; }
span { border-color: rgb(200,28,238); }
td.TdClassName
{
border-color: #C81CEE;
}
.TagClassName
{
border-color: #C81CEE;
}
</style>