Shades of Electric Purple #C825E9
Tints of Electric Purple #C825E9
RGB
CMYK
RGB Variations
Color information
#C825E9 (or 0xC825E9) is known color: Electric Purple. HEX triplet: C8, 25 and E9. RGB value is (200,37,233). Sum of RGB (Red+Green+Blue) = 200+37+233=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #C825E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825E9 is #37DA16. Grayscale: #6B6B6B. Windows color (decimal): -3660311 or 15279560. OLE color: 15279560.
HSL color Cylindrical-coordinate representation of color #C825E9: hue angle of 289.9º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C825E9 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 37 | 233 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.09 |
| HSL | 289.9º | 0.82% | 0.53% | - |
| HSV(B) | 289.9º | 0.84% | 0.91% | - |
| XYZ | 39.19 | 19.49 | 78.79 | - |
| YUV | 108.08 | 198.5 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 233 | 0.14 | 0.84 | 0 | 0.09 | 289.9 | 0.82 | 0.53 |
| Hex | C8 | 25 | E9 | E | 54 | 0 | 9 | 122 | 52 | 35 |
| Octal | 310 | 45 | 351 | 16 | 124 | 0 | 11 | 442 | 122 | 65 |
| Binary | 11001000 | 100101 | 11101001 | 1110 | 1010100 | 0 | 1001 | 100100010 | 1010010 | 110101 |
Color Harmonies of #C825E9
Complementary color
Monochromatic Colors of #C825E9
Black with #C825E9
Text Example
Text Example
White with #C825E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825E9; }
p { color: rgb(200,37,233); }
H1.HeaderClassName
{
color: #C825E9;
}
.AnyTagClassName
{
color: #C825E9;
}
</style>
background-color css
<style>
a { background-color: #C825E9; }
a { background-color: rgb(200,37,233); }
div.DivClassName
{
background-color: #C825E9;
}
.BgClassName
{
background-color: #C825E9;
}
</style>
border-color css
<style>
span { border-color: #C825E9; }
span { border-color: rgb(200,37,233); }
td.TdClassName
{
border-color: #C825E9;
}
.TagClassName
{
border-color: #C825E9;
}
</style>