Shades of Electric Purple #C834FF
Tints of Electric Purple #C834FF
RGB
CMYK
RGB Variations
Color information
#C834FF (or 0xC834FF) is known color: Electric Purple. HEX triplet: C8, 34 and FF. RGB value is (200,52,255). Sum of RGB (Red+Green+Blue) = 200+52+255=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 52 (20.70% from 255 or 10.26% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C834FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FF is #37CB00. Grayscale: #767676. Windows color (decimal): -3656449 or 16725192. OLE color: 16725192.
HSL color Cylindrical-coordinate representation of color #C834FF: hue angle of 283.74º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C834FF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 52 | 255 | - |
| CMYK | 0.22 | 0.80 | 0 | 0 |
| HSL | 283.74º | 1% | 0.6% | - |
| HSV(B) | 283.74º | 0.8% | 1% | - |
| XYZ | 43.1 | 21.96 | 96.57 | - |
| YUV | 119.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 255 | 0.22 | 0.80 | 0 | 0 | 283.74 | 1 | 0.6 |
| Hex | C8 | 34 | FF | 16 | 50 | 0 | 0 | 11C | 64 | 3C |
| Octal | 310 | 64 | 377 | 26 | 120 | 0 | 0 | 434 | 144 | 74 |
| Binary | 11001000 | 110100 | 11111111 | 10110 | 1010000 | 0 | 0 | 100011100 | 1100100 | 111100 |
Color Harmonies of #C834FF
Complementary color
Monochromatic Colors of #C834FF
Black with #C834FF
Text Example
Text Example
White with #C834FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834FF; }
p { color: rgb(200,52,255); }
H1.HeaderClassName
{
color: #C834FF;
}
.AnyTagClassName
{
color: #C834FF;
}
</style>
background-color css
<style>
a { background-color: #C834FF; }
a { background-color: rgb(200,52,255); }
div.DivClassName
{
background-color: #C834FF;
}
.BgClassName
{
background-color: #C834FF;
}
</style>
border-color css
<style>
span { border-color: #C834FF; }
span { border-color: rgb(200,52,255); }
td.TdClassName
{
border-color: #C834FF;
}
.TagClassName
{
border-color: #C834FF;
}
</style>