Shades of Electric Purple #C907FE
Tints of Electric Purple #C907FE
RGB
CMYK
RGB Variations
Color information
#C907FE (or 0xC907FE) is known color: Electric Purple. HEX triplet: C9, 07 and FE. RGB value is (201,7,254). Sum of RGB (Red+Green+Blue) = 201+7+254=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #C907FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C907FE is #36F801. Grayscale: #5C5C5C. Windows color (decimal): -3602434 or 16648137. OLE color: 16648137.
HSL color Cylindrical-coordinate representation of color #C907FE: hue angle of 287.13º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907FE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 7 | 254 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.00 |
| HSL | 287.13º | 0.99% | 0.51% | - |
| HSV(B) | 287.13º | 0.97% | 1% | - |
| XYZ | 42.05 | 19.73 | 95.36 | - |
| YUV | 93.16 | 218.77 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 254 | 0.21 | 0.97 | 0 | 0.00 | 287.13 | 0.99 | 0.51 |
| Hex | C9 | 7 | FE | 15 | 61 | 0 | 0 | 11F | 63 | 33 |
| Octal | 311 | 7 | 376 | 25 | 141 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001001 | 111 | 11111110 | 10101 | 1100001 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C907FE
Complementary color
Monochromatic Colors of #C907FE
Black with #C907FE
Text Example
Text Example
White with #C907FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907FE; }
p { color: rgb(201,7,254); }
H1.HeaderClassName
{
color: #C907FE;
}
.AnyTagClassName
{
color: #C907FE;
}
</style>
background-color css
<style>
a { background-color: #C907FE; }
a { background-color: rgb(201,7,254); }
div.DivClassName
{
background-color: #C907FE;
}
.BgClassName
{
background-color: #C907FE;
}
</style>
border-color css
<style>
span { border-color: #C907FE; }
span { border-color: rgb(201,7,254); }
td.TdClassName
{
border-color: #C907FE;
}
.TagClassName
{
border-color: #C907FE;
}
</style>