Shades of Electric Purple #C434FD
Tints of Electric Purple #C434FD
RGB
CMYK
RGB Variations
Color information
#C434FD (or 0xC434FD) is known color: Electric Purple. HEX triplet: C4, 34 and FD. RGB value is (196,52,253). Sum of RGB (Red+Green+Blue) = 196+52+253=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #C434FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434FD is #3BCB02. Grayscale: #757575. Windows color (decimal): -3918595 or 16594116. OLE color: 16594116.
HSL color Cylindrical-coordinate representation of color #C434FD: hue angle of 282.99º 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 #C434FD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 52 | 253 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.99º | 0.98% | 0.6% | - |
| HSV(B) | 282.99º | 0.79% | 0.99% | - |
| XYZ | 41.72 | 21.28 | 94.84 | - |
| YUV | 117.97 | 204.21 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 253 | 0.23 | 0.79 | 0 | 0.01 | 282.99 | 0.98 | 0.6 |
| Hex | C4 | 34 | FD | 17 | 4F | 0 | 1 | 11B | 62 | 3C |
| Octal | 304 | 64 | 375 | 27 | 117 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000100 | 110100 | 11111101 | 10111 | 1001111 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C434FD
Complementary color
Monochromatic Colors of #C434FD
Black with #C434FD
Text Example
Text Example
White with #C434FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C434FD; }
p { color: rgb(196,52,253); }
H1.HeaderClassName
{
color: #C434FD;
}
.AnyTagClassName
{
color: #C434FD;
}
</style>
background-color css
<style>
a { background-color: #C434FD; }
a { background-color: rgb(196,52,253); }
div.DivClassName
{
background-color: #C434FD;
}
.BgClassName
{
background-color: #C434FD;
}
</style>
border-color css
<style>
span { border-color: #C434FD; }
span { border-color: rgb(196,52,253); }
td.TdClassName
{
border-color: #C434FD;
}
.TagClassName
{
border-color: #C434FD;
}
</style>