Shades of Electric Purple #C234FD
Tints of Electric Purple #C234FD
RGB
CMYK
RGB Variations
Color information
#C234FD (or 0xC234FD) is known color: Electric Purple. HEX triplet: C2, 34 and FD. RGB value is (194,52,253). Sum of RGB (Red+Green+Blue) = 194+52+253=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C234FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234FD is #3DCB02. Grayscale: #747474. Windows color (decimal): -4049667 or 16594114. OLE color: 16594114.
HSL color Cylindrical-coordinate representation of color #C234FD: hue angle of 282.39º degrees, saturation: 0.98, 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 #C234FD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 52 | 253 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.39º | 0.98% | 0.6% | - |
| HSV(B) | 282.39º | 0.79% | 0.99% | - |
| XYZ | 41.21 | 21.02 | 94.81 | - |
| YUV | 117.37 | 204.54 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 253 | 0.23 | 0.79 | 0 | 0.01 | 282.39 | 0.98 | 0.6 |
| Hex | C2 | 34 | FD | 17 | 4F | 0 | 1 | 11A | 62 | 3C |
| Octal | 302 | 64 | 375 | 27 | 117 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000010 | 110100 | 11111101 | 10111 | 1001111 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C234FD
Complementary color
Monochromatic Colors of #C234FD
Black with #C234FD
Text Example
Text Example
White with #C234FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C234FD; }
p { color: rgb(194,52,253); }
H1.HeaderClassName
{
color: #C234FD;
}
.AnyTagClassName
{
color: #C234FD;
}
</style>
background-color css
<style>
a { background-color: #C234FD; }
a { background-color: rgb(194,52,253); }
div.DivClassName
{
background-color: #C234FD;
}
.BgClassName
{
background-color: #C234FD;
}
</style>
border-color css
<style>
span { border-color: #C234FD; }
span { border-color: rgb(194,52,253); }
td.TdClassName
{
border-color: #C234FD;
}
.TagClassName
{
border-color: #C234FD;
}
</style>