Shades of Electric Purple #C906EA
Tints of Electric Purple #C906EA
RGB
CMYK
RGB Variations
Color information
#C906EA (or 0xC906EA) is known color: Electric Purple. HEX triplet: C9, 06 and EA. RGB value is (201,6,234). Sum of RGB (Red+Green+Blue) = 201+6+234=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #C906EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906EA is #36F915. Grayscale: #595959. Windows color (decimal): -3602710 or 15337161. OLE color: 15337161.
HSL color Cylindrical-coordinate representation of color #C906EA: hue angle of 291.32º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C906EA is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 6 | 234 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.08 |
| HSL | 291.32º | 0.95% | 0.47% | - |
| HSV(B) | 291.32º | 0.97% | 0.92% | - |
| XYZ | 39 | 18.49 | 79.35 | - |
| YUV | 90.3 | 209.1 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 234 | 0.14 | 0.97 | 0 | 0.08 | 291.32 | 0.95 | 0.47 |
| Hex | C9 | 6 | EA | E | 61 | 0 | 8 | 123 | 5F | 2F |
| Octal | 311 | 6 | 352 | 16 | 141 | 0 | 10 | 443 | 137 | 57 |
| Binary | 11001001 | 110 | 11101010 | 1110 | 1100001 | 0 | 1000 | 100100011 | 1011111 | 101111 |
Color Harmonies of #C906EA
Complementary color
Monochromatic Colors of #C906EA
Black with #C906EA
Text Example
Text Example
White with #C906EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906EA; }
p { color: rgb(201,6,234); }
H1.HeaderClassName
{
color: #C906EA;
}
.AnyTagClassName
{
color: #C906EA;
}
</style>
background-color css
<style>
a { background-color: #C906EA; }
a { background-color: rgb(201,6,234); }
div.DivClassName
{
background-color: #C906EA;
}
.BgClassName
{
background-color: #C906EA;
}
</style>
border-color css
<style>
span { border-color: #C906EA; }
span { border-color: rgb(201,6,234); }
td.TdClassName
{
border-color: #C906EA;
}
.TagClassName
{
border-color: #C906EA;
}
</style>