Shades of Electric Purple #C925FD
Tints of Electric Purple #C925FD
RGB
CMYK
RGB Variations
Color information
#C925FD (or 0xC925FD) is known color: Electric Purple. HEX triplet: C9, 25 and FD. RGB value is (201,37,253). Sum of RGB (Red+Green+Blue) = 201+37+253=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #C925FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925FD is #36DA02. Grayscale: #6D6D6D. Windows color (decimal): -3594755 or 16590281. OLE color: 16590281.
HSL color Cylindrical-coordinate representation of color #C925FD: hue angle of 285.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C925FD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 37 | 253 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.01 |
| HSL | 285.56º | 0.98% | 0.57% | - |
| HSV(B) | 285.56º | 0.85% | 0.99% | - |
| XYZ | 42.48 | 20.83 | 94.71 | - |
| YUV | 110.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 253 | 0.21 | 0.85 | 0 | 0.01 | 285.56 | 0.98 | 0.57 |
| Hex | C9 | 25 | FD | 15 | 55 | 0 | 1 | 11E | 62 | 39 |
| Octal | 311 | 45 | 375 | 25 | 125 | 0 | 1 | 436 | 142 | 71 |
| Binary | 11001001 | 100101 | 11111101 | 10101 | 1010101 | 0 | 1 | 100011110 | 1100010 | 111001 |
Color Harmonies of #C925FD
Complementary color
Monochromatic Colors of #C925FD
Black with #C925FD
Text Example
Text Example
White with #C925FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925FD; }
p { color: rgb(201,37,253); }
H1.HeaderClassName
{
color: #C925FD;
}
.AnyTagClassName
{
color: #C925FD;
}
</style>
background-color css
<style>
a { background-color: #C925FD; }
a { background-color: rgb(201,37,253); }
div.DivClassName
{
background-color: #C925FD;
}
.BgClassName
{
background-color: #C925FD;
}
</style>
border-color css
<style>
span { border-color: #C925FD; }
span { border-color: rgb(201,37,253); }
td.TdClassName
{
border-color: #C925FD;
}
.TagClassName
{
border-color: #C925FD;
}
</style>