Shades of Electric Purple #C832FD
Tints of Electric Purple #C832FD
RGB
CMYK
RGB Variations
Color information
#C832FD (or 0xC832FD) is known color: Electric Purple. HEX triplet: C8, 32 and FD. RGB value is (200,50,253). Sum of RGB (Red+Green+Blue) = 200+50+253=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #C832FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832FD is #37CD02. Grayscale: #757575. Windows color (decimal): -3656963 or 16593608. OLE color: 16593608.
HSL color Cylindrical-coordinate representation of color #C832FD: hue angle of 284.33º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C832FD is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 50 | 253 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.01 |
| HSL | 284.34º | 0.98% | 0.59% | - |
| HSV(B) | 284.34º | 0.8% | 0.99% | - |
| XYZ | 42.69 | 21.65 | 94.86 | - |
| YUV | 117.99 | 204.2 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 253 | 0.21 | 0.80 | 0 | 0.01 | 284.34 | 0.98 | 0.59 |
| Hex | C8 | 32 | FD | 15 | 50 | 0 | 1 | 11C | 62 | 3B |
| Octal | 310 | 62 | 375 | 25 | 120 | 0 | 1 | 434 | 142 | 73 |
| Binary | 11001000 | 110010 | 11111101 | 10101 | 1010000 | 0 | 1 | 100011100 | 1100010 | 111011 |
Color Harmonies of #C832FD
Complementary color
Monochromatic Colors of #C832FD
Black with #C832FD
Text Example
Text Example
White with #C832FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832FD; }
p { color: rgb(200,50,253); }
H1.HeaderClassName
{
color: #C832FD;
}
.AnyTagClassName
{
color: #C832FD;
}
</style>
background-color css
<style>
a { background-color: #C832FD; }
a { background-color: rgb(200,50,253); }
div.DivClassName
{
background-color: #C832FD;
}
.BgClassName
{
background-color: #C832FD;
}
</style>
border-color css
<style>
span { border-color: #C832FD; }
span { border-color: rgb(200,50,253); }
td.TdClassName
{
border-color: #C832FD;
}
.TagClassName
{
border-color: #C832FD;
}
</style>