Shades of Electric Purple #C333FD
Tints of Electric Purple #C333FD
RGB
CMYK
RGB Variations
Color information
#C333FD (or 0xC333FD) is known color: Electric Purple. HEX triplet: C3, 33 and FD. RGB value is (195,51,253). Sum of RGB (Red+Green+Blue) = 195+51+253=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 51 (20.31% from 255 or 10.22% 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 #C333FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C333FD is #3CCC02. Grayscale: #747474. Windows color (decimal): -3984387 or 16593859. OLE color: 16593859.
HSL color Cylindrical-coordinate representation of color #C333FD: hue angle of 282.77º 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 #C333FD is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 51 | 253 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.01 |
| HSL | 282.77º | 0.98% | 0.6% | - |
| HSV(B) | 282.77º | 0.8% | 0.99% | - |
| XYZ | 41.42 | 21.06 | 94.81 | - |
| YUV | 117.08 | 204.71 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 51 | 253 | 0.23 | 0.80 | 0 | 0.01 | 282.77 | 0.98 | 0.6 |
| Hex | C3 | 33 | FD | 17 | 50 | 0 | 1 | 11B | 62 | 3C |
| Octal | 303 | 63 | 375 | 27 | 120 | 0 | 1 | 433 | 142 | 74 |
| Binary | 11000011 | 110011 | 11111101 | 10111 | 1010000 | 0 | 1 | 100011011 | 1100010 | 111100 |
Color Harmonies of #C333FD
Complementary color
Monochromatic Colors of #C333FD
Black with #C333FD
Text Example
Text Example
White with #C333FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C333FD; }
p { color: rgb(195,51,253); }
H1.HeaderClassName
{
color: #C333FD;
}
.AnyTagClassName
{
color: #C333FD;
}
</style>
background-color css
<style>
a { background-color: #C333FD; }
a { background-color: rgb(195,51,253); }
div.DivClassName
{
background-color: #C333FD;
}
.BgClassName
{
background-color: #C333FD;
}
</style>
border-color css
<style>
span { border-color: #C333FD; }
span { border-color: rgb(195,51,253); }
td.TdClassName
{
border-color: #C333FD;
}
.TagClassName
{
border-color: #C333FD;
}
</style>