Shades of Electric Purple #C81DEA
Tints of Electric Purple #C81DEA
RGB
CMYK
RGB Variations
Color information
#C81DEA (or 0xC81DEA) is known color: Electric Purple. HEX triplet: C8, 1D and EA. RGB value is (200,29,234). Sum of RGB (Red+Green+Blue) = 200+29+234=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DEA is #37E215. Grayscale: #666666. Windows color (decimal): -3662358 or 15343048. OLE color: 15343048.
HSL color Cylindrical-coordinate representation of color #C81DEA: hue angle of 290.05º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 29 | 234 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.08 |
| HSL | 290.05º | 0.83% | 0.52% | - |
| HSV(B) | 290.05º | 0.88% | 0.92% | - |
| XYZ | 39.11 | 19.1 | 79.47 | - |
| YUV | 103.5 | 201.65 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 234 | 0.15 | 0.88 | 0 | 0.08 | 290.05 | 0.83 | 0.52 |
| Hex | C8 | 1D | EA | F | 58 | 0 | 8 | 122 | 53 | 34 |
| Octal | 310 | 35 | 352 | 17 | 130 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001000 | 11101 | 11101010 | 1111 | 1011000 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C81DEA
Complementary color
Monochromatic Colors of #C81DEA
Black with #C81DEA
Text Example
Text Example
White with #C81DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DEA; }
p { color: rgb(200,29,234); }
H1.HeaderClassName
{
color: #C81DEA;
}
.AnyTagClassName
{
color: #C81DEA;
}
</style>
background-color css
<style>
a { background-color: #C81DEA; }
a { background-color: rgb(200,29,234); }
div.DivClassName
{
background-color: #C81DEA;
}
.BgClassName
{
background-color: #C81DEA;
}
</style>
border-color css
<style>
span { border-color: #C81DEA; }
span { border-color: rgb(200,29,234); }
td.TdClassName
{
border-color: #C81DEA;
}
.TagClassName
{
border-color: #C81DEA;
}
</style>