Shades of Electric Purple #C905FE
Tints of Electric Purple #C905FE
RGB
CMYK
RGB Variations
Color information
#C905FE (or 0xC905FE) is known color: Electric Purple. HEX triplet: C9, 05 and FE. RGB value is (201,5,254). Sum of RGB (Red+Green+Blue) = 201+5+254=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 5 (2.34% from 255 or 1.09% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #C905FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C905FE is #36FA01. Grayscale: #5B5B5B. Windows color (decimal): -3602946 or 16647625. OLE color: 16647625.
HSL color Cylindrical-coordinate representation of color #C905FE: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905FE is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 5 | 254 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.00 |
| HSL | 287.23º | 0.99% | 0.51% | - |
| HSV(B) | 287.23º | 0.98% | 1% | - |
| XYZ | 42.03 | 19.68 | 95.35 | - |
| YUV | 91.99 | 219.43 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 254 | 0.21 | 0.98 | 0 | 0.00 | 287.23 | 0.99 | 0.51 |
| Hex | C9 | 5 | FE | 15 | 62 | 0 | 0 | 11F | 63 | 33 |
| Octal | 311 | 5 | 376 | 25 | 142 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001001 | 101 | 11111110 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C905FE
Complementary color
Monochromatic Colors of #C905FE
Black with #C905FE
Text Example
Text Example
White with #C905FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905FE; }
p { color: rgb(201,5,254); }
H1.HeaderClassName
{
color: #C905FE;
}
.AnyTagClassName
{
color: #C905FE;
}
</style>
background-color css
<style>
a { background-color: #C905FE; }
a { background-color: rgb(201,5,254); }
div.DivClassName
{
background-color: #C905FE;
}
.BgClassName
{
background-color: #C905FE;
}
</style>
border-color css
<style>
span { border-color: #C905FE; }
span { border-color: rgb(201,5,254); }
td.TdClassName
{
border-color: #C905FE;
}
.TagClassName
{
border-color: #C905FE;
}
</style>