Shades of Electric Purple #C81DE9
Tints of Electric Purple #C81DE9
RGB
CMYK
RGB Variations
Color information
#C81DE9 (or 0xC81DE9) is known color: Electric Purple. HEX triplet: C8, 1D and E9. RGB value is (200,29,233). Sum of RGB (Red+Green+Blue) = 200+29+233=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #C81DE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C81DE9 is #37E216. Grayscale: #666666. Windows color (decimal): -3662359 or 15277512. OLE color: 15277512.
HSL color Cylindrical-coordinate representation of color #C81DE9: hue angle of 290.29º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81DE9 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 29 | 233 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.09 |
| HSL | 290.29º | 0.82% | 0.51% | - |
| HSV(B) | 290.29º | 0.88% | 0.91% | - |
| XYZ | 38.97 | 19.04 | 78.71 | - |
| YUV | 103.39 | 201.15 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 233 | 0.14 | 0.88 | 0 | 0.09 | 290.29 | 0.82 | 0.51 |
| Hex | C8 | 1D | E9 | E | 58 | 0 | 9 | 122 | 52 | 33 |
| Octal | 310 | 35 | 351 | 16 | 130 | 0 | 11 | 442 | 122 | 63 |
| Binary | 11001000 | 11101 | 11101001 | 1110 | 1011000 | 0 | 1001 | 100100010 | 1010010 | 110011 |
Color Harmonies of #C81DE9
Complementary color
Monochromatic Colors of #C81DE9
Black with #C81DE9
Text Example
Text Example
White with #C81DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81DE9; }
p { color: rgb(200,29,233); }
H1.HeaderClassName
{
color: #C81DE9;
}
.AnyTagClassName
{
color: #C81DE9;
}
</style>
background-color css
<style>
a { background-color: #C81DE9; }
a { background-color: rgb(200,29,233); }
div.DivClassName
{
background-color: #C81DE9;
}
.BgClassName
{
background-color: #C81DE9;
}
</style>
border-color css
<style>
span { border-color: #C81DE9; }
span { border-color: rgb(200,29,233); }
td.TdClassName
{
border-color: #C81DE9;
}
.TagClassName
{
border-color: #C81DE9;
}
</style>