Shades of Electric Purple #C233FD
Tints of Electric Purple #C233FD
RGB
CMYK
RGB Variations
Color information
#C233FD (or 0xC233FD) is known color: Electric Purple. HEX triplet: C2, 33 and FD. RGB value is (194,51,253). Sum of RGB (Red+Green+Blue) = 194+51+253=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #C233FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C233FD is #3DCC02. Grayscale: #747474. Windows color (decimal): -4049923 or 16593858. OLE color: 16593858.
HSL color Cylindrical-coordinate representation of color #C233FD: hue angle of 282.48º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C233FD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 51 | 253 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 282.48º | 0.98% | 0.6% | - |
| HSV(B) | 282.48º | 0.8% | 0.99% | - |
| XYZ | 41.16 | 20.93 | 94.8 | - |
| YUV | 116.79 | 204.88 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 253 | 0.23 | 0.80 | 0 | 0.01 | 282.48 | 0.98 | 0.6 |
| Hex | C2 | 33 | FD | 17 | 50 | 0 | 1 | 11A | 62 | 3C |
| Octal | 302 | 63 | 375 | 27 | 120 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000010 | 110011 | 11111101 | 10111 | 1010000 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C233FD
Complementary color
Monochromatic Colors of #C233FD
Black with #C233FD
Text Example
Text Example
White with #C233FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233FD; }
p { color: rgb(194,51,253); }
H1.HeaderClassName
{
color: #C233FD;
}
.AnyTagClassName
{
color: #C233FD;
}
</style>
background-color css
<style>
a { background-color: #C233FD; }
a { background-color: rgb(194,51,253); }
div.DivClassName
{
background-color: #C233FD;
}
.BgClassName
{
background-color: #C233FD;
}
</style>
border-color css
<style>
span { border-color: #C233FD; }
span { border-color: rgb(194,51,253); }
td.TdClassName
{
border-color: #C233FD;
}
.TagClassName
{
border-color: #C233FD;
}
</style>