Shades of Electric Purple #C834FB
Tints of Electric Purple #C834FB
RGB
CMYK
RGB Variations
Color information
#C834FB (or 0xC834FB) is known color: Electric Purple. HEX triplet: C8, 34 and FB. RGB value is (200,52,251). Sum of RGB (Red+Green+Blue) = 200+52+251=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C834FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FB is #37CB04. Grayscale: #767676. Windows color (decimal): -3656453 or 16463048. OLE color: 16463048.
HSL color Cylindrical-coordinate representation of color #C834FB: hue angle of 284.62º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C834FB is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 52 | 251 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 284.62º | 0.96% | 0.59% | - |
| HSV(B) | 284.62º | 0.79% | 0.98% | - |
| XYZ | 42.46 | 21.7 | 93.22 | - |
| YUV | 118.94 | 202.53 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 251 | 0.20 | 0.79 | 0 | 0.02 | 284.62 | 0.96 | 0.59 |
| Hex | C8 | 34 | FB | 14 | 4F | 0 | 2 | 11D | 60 | 3B |
| Octal | 310 | 64 | 373 | 24 | 117 | 0 | 2 | 435 | 140 | 73 |
| Binary | 11001000 | 110100 | 11111011 | 10100 | 1001111 | 0 | 10 | 100011101 | 1100000 | 111011 |
Color Harmonies of #C834FB
Complementary color
Monochromatic Colors of #C834FB
Black with #C834FB
Text Example
Text Example
White with #C834FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834FB; }
p { color: rgb(200,52,251); }
H1.HeaderClassName
{
color: #C834FB;
}
.AnyTagClassName
{
color: #C834FB;
}
</style>
background-color css
<style>
a { background-color: #C834FB; }
a { background-color: rgb(200,52,251); }
div.DivClassName
{
background-color: #C834FB;
}
.BgClassName
{
background-color: #C834FB;
}
</style>
border-color css
<style>
span { border-color: #C834FB; }
span { border-color: rgb(200,52,251); }
td.TdClassName
{
border-color: #C834FB;
}
.TagClassName
{
border-color: #C834FB;
}
</style>