Shades of Electric Purple #C834FC
Tints of Electric Purple #C834FC
RGB
CMYK
RGB Variations
Color information
#C834FC (or 0xC834FC) is known color: Electric Purple. HEX triplet: C8, 34 and FC. RGB value is (200,52,252). Sum of RGB (Red+Green+Blue) = 200+52+252=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C834FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FC is #37CB03. Grayscale: #767676. Windows color (decimal): -3656452 or 16528584. OLE color: 16528584.
HSL color Cylindrical-coordinate representation of color #C834FC: hue angle of 284.4º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C834FC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 52 | 252 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.4º | 0.97% | 0.6% | - |
| HSV(B) | 284.4º | 0.79% | 0.99% | - |
| XYZ | 42.62 | 21.76 | 94.05 | - |
| YUV | 119.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 252 | 0.21 | 0.79 | 0 | 0.01 | 284.4 | 0.97 | 0.6 |
| Hex | C8 | 34 | FC | 15 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 310 | 64 | 374 | 25 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11001000 | 110100 | 11111100 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C834FC
Complementary color
Monochromatic Colors of #C834FC
Black with #C834FC
Text Example
Text Example
White with #C834FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834FC; }
p { color: rgb(200,52,252); }
H1.HeaderClassName
{
color: #C834FC;
}
.AnyTagClassName
{
color: #C834FC;
}
</style>
background-color css
<style>
a { background-color: #C834FC; }
a { background-color: rgb(200,52,252); }
div.DivClassName
{
background-color: #C834FC;
}
.BgClassName
{
background-color: #C834FC;
}
</style>
border-color css
<style>
span { border-color: #C834FC; }
span { border-color: rgb(200,52,252); }
td.TdClassName
{
border-color: #C834FC;
}
.TagClassName
{
border-color: #C834FC;
}
</style>