Shades of Electric Purple #C825FF
Tints of Electric Purple #C825FF
RGB
CMYK
RGB Variations
Color information
#C825FF (or 0xC825FF) is known color: Electric Purple. HEX triplet: C8, 25 and FF. RGB value is (200,37,255). Sum of RGB (Red+Green+Blue) = 200+37+255=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #C825FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825FF is #37DA00. Grayscale: #6D6D6D. Windows color (decimal): -3660289 or 16721352. OLE color: 16721352.
HSL color Cylindrical-coordinate representation of color #C825FF: hue angle of 284.86º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C825FF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 37 | 255 | - |
| CMYK | 0.22 | 0.85 | 0 | 0 |
| HSL | 284.86º | 1% | 0.57% | - |
| HSV(B) | 284.86º | 0.85% | 1% | - |
| XYZ | 42.53 | 20.82 | 96.39 | - |
| YUV | 110.59 | 209.5 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 255 | 0.22 | 0.85 | 0 | 0 | 284.86 | 1 | 0.57 |
| Hex | C8 | 25 | FF | 16 | 55 | 0 | 0 | 11D | 64 | 39 |
| Octal | 310 | 45 | 377 | 26 | 125 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11001000 | 100101 | 11111111 | 10110 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #C825FF
Complementary color
Monochromatic Colors of #C825FF
Black with #C825FF
Text Example
Text Example
White with #C825FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825FF; }
p { color: rgb(200,37,255); }
H1.HeaderClassName
{
color: #C825FF;
}
.AnyTagClassName
{
color: #C825FF;
}
</style>
background-color css
<style>
a { background-color: #C825FF; }
a { background-color: rgb(200,37,255); }
div.DivClassName
{
background-color: #C825FF;
}
.BgClassName
{
background-color: #C825FF;
}
</style>
border-color css
<style>
span { border-color: #C825FF; }
span { border-color: rgb(200,37,255); }
td.TdClassName
{
border-color: #C825FF;
}
.TagClassName
{
border-color: #C825FF;
}
</style>