Shades of Electric Purple #C91DFD
Tints of Electric Purple #C91DFD
RGB
CMYK
RGB Variations
Color information
#C91DFD (or 0xC91DFD) is known color: Electric Purple. HEX triplet: C9, 1D and FD. RGB value is (201,29,253). Sum of RGB (Red+Green+Blue) = 201+29+253=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #C91DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DFD is #36E202. Grayscale: #696969. Windows color (decimal): -3596803 or 16588233. OLE color: 16588233.
HSL color Cylindrical-coordinate representation of color #C91DFD: hue angle of 286.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91DFD is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 29 | 253 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.01 |
| HSL | 286.07º | 0.98% | 0.55% | - |
| HSV(B) | 286.07º | 0.89% | 0.99% | - |
| XYZ | 42.26 | 20.39 | 94.64 | - |
| YUV | 105.96 | 210.98 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 253 | 0.21 | 0.89 | 0 | 0.01 | 286.07 | 0.98 | 0.55 |
| Hex | C9 | 1D | FD | 15 | 59 | 0 | 1 | 11E | 62 | 37 |
| Octal | 311 | 35 | 375 | 25 | 131 | 0 | 1 | 436 | 142 | 67 |
| Binary | 11001001 | 11101 | 11111101 | 10101 | 1011001 | 0 | 1 | 100011110 | 1100010 | 110111 |
Color Harmonies of #C91DFD
Complementary color
Monochromatic Colors of #C91DFD
Black with #C91DFD
Text Example
Text Example
White with #C91DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91DFD; }
p { color: rgb(201,29,253); }
H1.HeaderClassName
{
color: #C91DFD;
}
.AnyTagClassName
{
color: #C91DFD;
}
</style>
background-color css
<style>
a { background-color: #C91DFD; }
a { background-color: rgb(201,29,253); }
div.DivClassName
{
background-color: #C91DFD;
}
.BgClassName
{
background-color: #C91DFD;
}
</style>
border-color css
<style>
span { border-color: #C91DFD; }
span { border-color: rgb(201,29,253); }
td.TdClassName
{
border-color: #C91DFD;
}
.TagClassName
{
border-color: #C91DFD;
}
</style>