Shades of Electric Purple #C825FD
Tints of Electric Purple #C825FD
RGB
CMYK
RGB Variations
Color information
#C825FD (or 0xC825FD) is known color: Electric Purple. HEX triplet: C8, 25 and FD. RGB value is (200,37,253). Sum of RGB (Red+Green+Blue) = 200+37+253=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 37 (14.84% from 255 or 7.55% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #C825FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C825FD is #37DA02. Grayscale: #6D6D6D. Windows color (decimal): -3660291 or 16590280. OLE color: 16590280.
HSL color Cylindrical-coordinate representation of color #C825FD: hue angle of 285.28º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C825FD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 37 | 253 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.01 |
| HSL | 285.28º | 0.98% | 0.57% | - |
| HSV(B) | 285.28º | 0.85% | 0.99% | - |
| XYZ | 42.21 | 20.69 | 94.7 | - |
| YUV | 110.36 | 208.5 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 253 | 0.21 | 0.85 | 0 | 0.01 | 285.28 | 0.98 | 0.57 |
| Hex | C8 | 25 | FD | 15 | 55 | 0 | 1 | 11D | 62 | 39 |
| Octal | 310 | 45 | 375 | 25 | 125 | 0 | 1 | 435 | 142 | 71 |
| Binary | 11001000 | 100101 | 11111101 | 10101 | 1010101 | 0 | 1 | 100011101 | 1100010 | 111001 |
Color Harmonies of #C825FD
Complementary color
Monochromatic Colors of #C825FD
Black with #C825FD
Text Example
Text Example
White with #C825FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C825FD; }
p { color: rgb(200,37,253); }
H1.HeaderClassName
{
color: #C825FD;
}
.AnyTagClassName
{
color: #C825FD;
}
</style>
background-color css
<style>
a { background-color: #C825FD; }
a { background-color: rgb(200,37,253); }
div.DivClassName
{
background-color: #C825FD;
}
.BgClassName
{
background-color: #C825FD;
}
</style>
border-color css
<style>
span { border-color: #C825FD; }
span { border-color: rgb(200,37,253); }
td.TdClassName
{
border-color: #C825FD;
}
.TagClassName
{
border-color: #C825FD;
}
</style>