Shades of Electric Purple #C300FD
Tints of Electric Purple #C300FD
RGB
CMYK
RGB Variations
Color information
#C300FD (or 0xC300FD) is known color: Electric Purple. HEX triplet: C3, 00 and FD. RGB value is (195,0,253). Sum of RGB (Red+Green+Blue) = 195+0+253=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #C300FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FD is #3CFF02. Grayscale: #565656. Windows color (decimal): -3997443 or 16580803. OLE color: 16580803.
HSL color Cylindrical-coordinate representation of color #C300FD: hue angle of 286.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C300FD is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 0 | 253 | - |
| CMYK | 0.23 | 1 | 0 | 0.01 |
| HSL | 286.25º | 1% | 0.5% | - |
| HSV(B) | 286.25º | 1% | 0.99% | - |
| XYZ | 40.24 | 18.69 | 94.42 | - |
| YUV | 87.15 | 221.6 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 253 | 0.23 | 1 | 0 | 0.01 | 286.25 | 1 | 0.5 |
| Hex | C3 | 0 | FD | 17 | 64 | 0 | 1 | 11E | 64 | 32 |
| Octal | 303 | 0 | 375 | 27 | 144 | 0 | 1 | 436 | 144 | 62 |
| Binary | 11000011 | 0 | 11111101 | 10111 | 1100100 | 0 | 1 | 100011110 | 1100100 | 110010 |
Color Harmonies of #C300FD
Complementary color
Monochromatic Colors of #C300FD
Black with #C300FD
Text Example
Text Example
White with #C300FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C300FD; }
p { color: rgb(195,0,253); }
H1.HeaderClassName
{
color: #C300FD;
}
.AnyTagClassName
{
color: #C300FD;
}
</style>
background-color css
<style>
a { background-color: #C300FD; }
a { background-color: rgb(195,0,253); }
div.DivClassName
{
background-color: #C300FD;
}
.BgClassName
{
background-color: #C300FD;
}
</style>
border-color css
<style>
span { border-color: #C300FD; }
span { border-color: rgb(195,0,253); }
td.TdClassName
{
border-color: #C300FD;
}
.TagClassName
{
border-color: #C300FD;
}
</style>