Shades of Electric Purple #C81EEA
Tints of Electric Purple #C81EEA
RGB
CMYK
RGB Variations
Color information
#C81EEA (or 0xC81EEA) is known color: Electric Purple. HEX triplet: C8, 1E and EA. RGB value is (200,30,234). Sum of RGB (Red+Green+Blue) = 200+30+234=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #C81EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81EEA is #37E115. Grayscale: #676767. Windows color (decimal): -3662102 or 15343304. OLE color: 15343304.
HSL color Cylindrical-coordinate representation of color #C81EEA: hue angle of 290º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81EEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 30 | 234 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 290º | 0.83% | 0.52% | - |
| HSV(B) | 290º | 0.87% | 0.92% | - |
| XYZ | 39.13 | 19.15 | 79.48 | - |
| YUV | 104.09 | 201.32 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 30 | 234 | 0.15 | 0.87 | 0 | 0.08 | 290 | 0.83 | 0.52 |
| Hex | C8 | 1E | EA | F | 57 | 0 | 8 | 122 | 53 | 34 |
| Octal | 310 | 36 | 352 | 17 | 127 | 0 | 10 | 442 | 123 | 64 |
| Binary | 11001000 | 11110 | 11101010 | 1111 | 1010111 | 0 | 1000 | 100100010 | 1010011 | 110100 |
Color Harmonies of #C81EEA
Complementary color
Monochromatic Colors of #C81EEA
Black with #C81EEA
Text Example
Text Example
White with #C81EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81EEA; }
p { color: rgb(200,30,234); }
H1.HeaderClassName
{
color: #C81EEA;
}
.AnyTagClassName
{
color: #C81EEA;
}
</style>
background-color css
<style>
a { background-color: #C81EEA; }
a { background-color: rgb(200,30,234); }
div.DivClassName
{
background-color: #C81EEA;
}
.BgClassName
{
background-color: #C81EEA;
}
</style>
border-color css
<style>
span { border-color: #C81EEA; }
span { border-color: rgb(200,30,234); }
td.TdClassName
{
border-color: #C81EEA;
}
.TagClassName
{
border-color: #C81EEA;
}
</style>