Shades of Electric Purple #C906F2
Tints of Electric Purple #C906F2
RGB
CMYK
RGB Variations
Color information
#C906F2 (or 0xC906F2) is known color: Electric Purple. HEX triplet: C9, 06 and F2. RGB value is (201,6,242). Sum of RGB (Red+Green+Blue) = 201+6+242=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 6 (2.73% from 255 or 1.34% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #C906F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906F2 is #36F90D. Grayscale: #5A5A5A. Windows color (decimal): -3602702 or 15861449. OLE color: 15861449.
HSL color Cylindrical-coordinate representation of color #C906F2: hue angle of 289.58º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C906F2 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 6 | 242 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.58º | 0.95% | 0.49% | - |
| HSV(B) | 289.58º | 0.98% | 0.95% | - |
| XYZ | 40.18 | 18.96 | 85.55 | - |
| YUV | 91.21 | 213.1 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 242 | 0.17 | 0.98 | 0 | 0.05 | 289.58 | 0.95 | 0.49 |
| Hex | C9 | 6 | F2 | 11 | 62 | 0 | 5 | 122 | 5F | 31 |
| Octal | 311 | 6 | 362 | 21 | 142 | 0 | 5 | 442 | 137 | 61 |
| Binary | 11001001 | 110 | 11110010 | 10001 | 1100010 | 0 | 101 | 100100010 | 1011111 | 110001 |
Color Harmonies of #C906F2
Complementary color
Monochromatic Colors of #C906F2
Black with #C906F2
Text Example
Text Example
White with #C906F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906F2; }
p { color: rgb(201,6,242); }
H1.HeaderClassName
{
color: #C906F2;
}
.AnyTagClassName
{
color: #C906F2;
}
</style>
background-color css
<style>
a { background-color: #C906F2; }
a { background-color: rgb(201,6,242); }
div.DivClassName
{
background-color: #C906F2;
}
.BgClassName
{
background-color: #C906F2;
}
</style>
border-color css
<style>
span { border-color: #C906F2; }
span { border-color: rgb(201,6,242); }
td.TdClassName
{
border-color: #C906F2;
}
.TagClassName
{
border-color: #C906F2;
}
</style>