Shades of Electric Purple #C906F3
Tints of Electric Purple #C906F3
RGB
CMYK
RGB Variations
Color information
#C906F3 (or 0xC906F3) is known color: Electric Purple. HEX triplet: C9, 06 and F3. RGB value is (201,6,243). Sum of RGB (Red+Green+Blue) = 201+6+243=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #C906F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906F3 is #36F90C. Grayscale: #5A5A5A. Windows color (decimal): -3602701 or 15926985. OLE color: 15926985.
HSL color Cylindrical-coordinate representation of color #C906F3: hue angle of 289.37º 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 #C906F3 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 6 | 243 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.05 |
| HSL | 289.37º | 0.95% | 0.49% | - |
| HSV(B) | 289.37º | 0.98% | 0.95% | - |
| XYZ | 40.33 | 19.02 | 86.34 | - |
| YUV | 91.32 | 213.6 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 243 | 0.17 | 0.98 | 0 | 0.05 | 289.37 | 0.95 | 0.49 |
| Hex | C9 | 6 | F3 | 11 | 62 | 0 | 5 | 121 | 5F | 31 |
| Octal | 311 | 6 | 363 | 21 | 142 | 0 | 5 | 441 | 137 | 61 |
| Binary | 11001001 | 110 | 11110011 | 10001 | 1100010 | 0 | 101 | 100100001 | 1011111 | 110001 |
Color Harmonies of #C906F3
Complementary color
Monochromatic Colors of #C906F3
Black with #C906F3
Text Example
Text Example
White with #C906F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906F3; }
p { color: rgb(201,6,243); }
H1.HeaderClassName
{
color: #C906F3;
}
.AnyTagClassName
{
color: #C906F3;
}
</style>
background-color css
<style>
a { background-color: #C906F3; }
a { background-color: rgb(201,6,243); }
div.DivClassName
{
background-color: #C906F3;
}
.BgClassName
{
background-color: #C906F3;
}
</style>
border-color css
<style>
span { border-color: #C906F3; }
span { border-color: rgb(201,6,243); }
td.TdClassName
{
border-color: #C906F3;
}
.TagClassName
{
border-color: #C906F3;
}
</style>