Shades of Electric Purple #C908FE
Tints of Electric Purple #C908FE
RGB
CMYK
RGB Variations
Color information
#C908FE (or 0xC908FE) is known color: Electric Purple. HEX triplet: C9, 08 and FE. RGB value is (201,8,254). Sum of RGB (Red+Green+Blue) = 201+8+254=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #C908FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908FE is #36F701. Grayscale: #5C5C5C. Windows color (decimal): -3602178 or 16648393. OLE color: 16648393.
HSL color Cylindrical-coordinate representation of color #C908FE: hue angle of 287.07º 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 #C908FE is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 8 | 254 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.00 |
| HSL | 287.07º | 0.99% | 0.51% | - |
| HSV(B) | 287.07º | 0.97% | 1% | - |
| XYZ | 42.06 | 19.75 | 95.36 | - |
| YUV | 93.75 | 218.44 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 254 | 0.21 | 0.97 | 0 | 0.00 | 287.07 | 0.99 | 0.51 |
| Hex | C9 | 8 | FE | 15 | 61 | 0 | 0 | 11F | 63 | 33 |
| Octal | 311 | 10 | 376 | 25 | 141 | 0 | 0 | 437 | 143 | 63 |
| Binary | 11001001 | 1000 | 11111110 | 10101 | 1100001 | 0 | 0 | 100011111 | 1100011 | 110011 |
Color Harmonies of #C908FE
Complementary color
Monochromatic Colors of #C908FE
Black with #C908FE
Text Example
Text Example
White with #C908FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908FE; }
p { color: rgb(201,8,254); }
H1.HeaderClassName
{
color: #C908FE;
}
.AnyTagClassName
{
color: #C908FE;
}
</style>
background-color css
<style>
a { background-color: #C908FE; }
a { background-color: rgb(201,8,254); }
div.DivClassName
{
background-color: #C908FE;
}
.BgClassName
{
background-color: #C908FE;
}
</style>
border-color css
<style>
span { border-color: #C908FE; }
span { border-color: rgb(201,8,254); }
td.TdClassName
{
border-color: #C908FE;
}
.TagClassName
{
border-color: #C908FE;
}
</style>