Shades of Electric Purple #C81CED
Tints of Electric Purple #C81CED
RGB
CMYK
RGB Variations
Color information
#C81CED (or 0xC81CED) is known color: Electric Purple. HEX triplet: C8, 1C and ED. RGB value is (200,28,237). Sum of RGB (Red+Green+Blue) = 200+28+237=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #C81CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81CED is #37E312. Grayscale: #666666. Windows color (decimal): -3662611 or 15539400. OLE color: 15539400.
HSL color Cylindrical-coordinate representation of color #C81CED: hue angle of 289.38º degrees, saturation: 0.85, 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 #C81CED is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 28 | 237 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.07 |
| HSL | 289.38º | 0.85% | 0.52% | - |
| HSV(B) | 289.38º | 0.88% | 0.93% | - |
| XYZ | 39.52 | 19.22 | 81.75 | - |
| YUV | 103.25 | 203.48 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 237 | 0.16 | 0.88 | 0 | 0.07 | 289.38 | 0.85 | 0.52 |
| Hex | C8 | 1C | ED | 10 | 58 | 0 | 7 | 121 | 55 | 34 |
| Octal | 310 | 34 | 355 | 20 | 130 | 0 | 7 | 441 | 125 | 64 |
| Binary | 11001000 | 11100 | 11101101 | 10000 | 1011000 | 0 | 111 | 100100001 | 1010101 | 110100 |
Color Harmonies of #C81CED
Complementary color
Monochromatic Colors of #C81CED
Black with #C81CED
Text Example
Text Example
White with #C81CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81CED; }
p { color: rgb(200,28,237); }
H1.HeaderClassName
{
color: #C81CED;
}
.AnyTagClassName
{
color: #C81CED;
}
</style>
background-color css
<style>
a { background-color: #C81CED; }
a { background-color: rgb(200,28,237); }
div.DivClassName
{
background-color: #C81CED;
}
.BgClassName
{
background-color: #C81CED;
}
</style>
border-color css
<style>
span { border-color: #C81CED; }
span { border-color: rgb(200,28,237); }
td.TdClassName
{
border-color: #C81CED;
}
.TagClassName
{
border-color: #C81CED;
}
</style>