Shades of Electric Purple #C335FD
Tints of Electric Purple #C335FD
RGB
CMYK
RGB Variations
Color information
#C335FD (or 0xC335FD) is known color: Electric Purple. HEX triplet: C3, 35 and FD. RGB value is (195,53,253). Sum of RGB (Red+Green+Blue) = 195+53+253=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 53 (21.09% from 255 or 10.58% 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 #C335FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335FD is #3CCA02. Grayscale: #757575. Windows color (decimal): -3983875 or 16594371. OLE color: 16594371.
HSL color Cylindrical-coordinate representation of color #C335FD: hue angle of 282.6º 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 #C335FD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 53 | 253 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.01 |
| HSL | 282.6º | 0.98% | 0.6% | - |
| HSV(B) | 282.6º | 0.79% | 0.99% | - |
| XYZ | 41.51 | 21.24 | 94.84 | - |
| YUV | 118.26 | 204.04 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 253 | 0.23 | 0.79 | 0 | 0.01 | 282.6 | 0.98 | 0.6 |
| Hex | C3 | 35 | FD | 17 | 4F | 0 | 1 | 11B | 62 | 3C |
| Octal | 303 | 65 | 375 | 27 | 117 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000011 | 110101 | 11111101 | 10111 | 1001111 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C335FD
Complementary color
Monochromatic Colors of #C335FD
Black with #C335FD
Text Example
Text Example
White with #C335FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C335FD; }
p { color: rgb(195,53,253); }
H1.HeaderClassName
{
color: #C335FD;
}
.AnyTagClassName
{
color: #C335FD;
}
</style>
background-color css
<style>
a { background-color: #C335FD; }
a { background-color: rgb(195,53,253); }
div.DivClassName
{
background-color: #C335FD;
}
.BgClassName
{
background-color: #C335FD;
}
</style>
border-color css
<style>
span { border-color: #C335FD; }
span { border-color: rgb(195,53,253); }
td.TdClassName
{
border-color: #C335FD;
}
.TagClassName
{
border-color: #C335FD;
}
</style>