Shades of Electric Purple #C906EE
Tints of Electric Purple #C906EE
RGB
CMYK
RGB Variations
Color information
#C906EE (or 0xC906EE) is known color: Electric Purple. HEX triplet: C9, 06 and EE. RGB value is (201,6,238). Sum of RGB (Red+Green+Blue) = 201+6+238=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #C906EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906EE is #36F911. Grayscale: #5A5A5A. Windows color (decimal): -3602706 or 15599305. OLE color: 15599305.
HSL color Cylindrical-coordinate representation of color #C906EE: hue angle of 290.43º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906EE is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 6 | 238 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 290.43º | 0.95% | 0.48% | - |
| HSV(B) | 290.43º | 0.97% | 0.93% | - |
| XYZ | 39.59 | 18.72 | 82.42 | - |
| YUV | 90.75 | 211.1 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 238 | 0.16 | 0.97 | 0 | 0.07 | 290.43 | 0.95 | 0.48 |
| Hex | C9 | 6 | EE | 10 | 61 | 0 | 7 | 122 | 5F | 30 |
| Octal | 311 | 6 | 356 | 20 | 141 | 0 | 7 | 442 | 137 | 60 |
| Binary | 11001001 | 110 | 11101110 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011111 | 110000 |
Color Harmonies of #C906EE
Complementary color
Monochromatic Colors of #C906EE
Black with #C906EE
Text Example
Text Example
White with #C906EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906EE; }
p { color: rgb(201,6,238); }
H1.HeaderClassName
{
color: #C906EE;
}
.AnyTagClassName
{
color: #C906EE;
}
</style>
background-color css
<style>
a { background-color: #C906EE; }
a { background-color: rgb(201,6,238); }
div.DivClassName
{
background-color: #C906EE;
}
.BgClassName
{
background-color: #C906EE;
}
</style>
border-color css
<style>
span { border-color: #C906EE; }
span { border-color: rgb(201,6,238); }
td.TdClassName
{
border-color: #C906EE;
}
.TagClassName
{
border-color: #C906EE;
}
</style>