Shades of Electric Purple #C905FD
Tints of Electric Purple #C905FD
RGB
CMYK
RGB Variations
Color information
#C905FD (or 0xC905FD) is known color: Electric Purple. HEX triplet: C9, 05 and FD. RGB value is (201,5,253). Sum of RGB (Red+Green+Blue) = 201+5+253=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #C905FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C905FD is #36FA02. Grayscale: #5B5B5B. Windows color (decimal): -3602947 or 16582089. OLE color: 16582089.
HSL color Cylindrical-coordinate representation of color #C905FD: hue angle of 287.42º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905FD is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 5 | 253 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.01 |
| HSL | 287.42º | 0.98% | 0.51% | - |
| HSV(B) | 287.42º | 0.98% | 0.99% | - |
| XYZ | 41.87 | 19.62 | 94.51 | - |
| YUV | 91.88 | 218.93 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 253 | 0.21 | 0.98 | 0 | 0.01 | 287.42 | 0.98 | 0.51 |
| Hex | C9 | 5 | FD | 15 | 62 | 0 | 1 | 11F | 62 | 33 |
| Octal | 311 | 5 | 375 | 25 | 142 | 0 | 1 | 437 | 142 | 63 |
| Binary | 11001001 | 101 | 11111101 | 10101 | 1100010 | 0 | 1 | 100011111 | 1100010 | 110011 |
Color Harmonies of #C905FD
Complementary color
Monochromatic Colors of #C905FD
Black with #C905FD
Text Example
Text Example
White with #C905FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905FD; }
p { color: rgb(201,5,253); }
H1.HeaderClassName
{
color: #C905FD;
}
.AnyTagClassName
{
color: #C905FD;
}
</style>
background-color css
<style>
a { background-color: #C905FD; }
a { background-color: rgb(201,5,253); }
div.DivClassName
{
background-color: #C905FD;
}
.BgClassName
{
background-color: #C905FD;
}
</style>
border-color css
<style>
span { border-color: #C905FD; }
span { border-color: rgb(201,5,253); }
td.TdClassName
{
border-color: #C905FD;
}
.TagClassName
{
border-color: #C905FD;
}
</style>