Shades of Electric Purple #C832FA
Tints of Electric Purple #C832FA
RGB
CMYK
RGB Variations
Color information
#C832FA (or 0xC832FA) is known color: Electric Purple. HEX triplet: C8, 32 and FA. RGB value is (200,50,250). Sum of RGB (Red+Green+Blue) = 200+50+250=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #C832FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C832FA is #37CD05. Grayscale: #757575. Windows color (decimal): -3656966 or 16397000. OLE color: 16397000.
HSL color Cylindrical-coordinate representation of color #C832FA: hue angle of 285º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C832FA is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 50 | 250 | - |
| CMYK | 0.2 | 0.8 | 0 | 0.02 |
| HSL | 285º | 0.95% | 0.59% | - |
| HSV(B) | 285º | 0.8% | 0.98% | - |
| XYZ | 42.22 | 21.46 | 92.36 | - |
| YUV | 117.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 250 | 0.2 | 0.8 | 0 | 0.02 | 285 | 0.95 | 0.59 |
| Hex | C8 | 32 | FA | 14 | 50 | 0 | 2 | 11D | 5F | 3B |
| Octal | 310 | 62 | 372 | 24 | 120 | 0 | 2 | 435 | 137 | 73 |
| Binary | 11001000 | 110010 | 11111010 | 10100 | 1010000 | 0 | 10 | 100011101 | 1011111 | 111011 |
Color Harmonies of #C832FA
Complementary color
Monochromatic Colors of #C832FA
Black with #C832FA
Text Example
Text Example
White with #C832FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832FA; }
p { color: rgb(200,50,250); }
H1.HeaderClassName
{
color: #C832FA;
}
.AnyTagClassName
{
color: #C832FA;
}
</style>
background-color css
<style>
a { background-color: #C832FA; }
a { background-color: rgb(200,50,250); }
div.DivClassName
{
background-color: #C832FA;
}
.BgClassName
{
background-color: #C832FA;
}
</style>
border-color css
<style>
span { border-color: #C832FA; }
span { border-color: rgb(200,50,250); }
td.TdClassName
{
border-color: #C832FA;
}
.TagClassName
{
border-color: #C832FA;
}
</style>