Shades of Electric Purple #C906FF
Tints of Electric Purple #C906FF
RGB
CMYK
RGB Variations
Color information
#C906FF (or 0xC906FF) is known color: Electric Purple. HEX triplet: C9, 06 and FF. RGB value is (201,6,255). Sum of RGB (Red+Green+Blue) = 201+6+255=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C906FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C906FF is #36F900. Grayscale: #5B5B5B. Windows color (decimal): -3602689 or 16713417. OLE color: 16713417.
HSL color Cylindrical-coordinate representation of color #C906FF: hue angle of 286.99º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C906FF is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 6 | 255 | - |
| CMYK | 0.21 | 0.98 | 0 | 0 |
| HSL | 286.99º | 1% | 0.51% | - |
| HSV(B) | 286.99º | 0.98% | 1% | - |
| XYZ | 42.2 | 19.77 | 96.2 | - |
| YUV | 92.69 | 219.6 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 255 | 0.21 | 0.98 | 0 | 0 | 286.99 | 1 | 0.51 |
| Hex | C9 | 6 | FF | 15 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 311 | 6 | 377 | 25 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11001001 | 110 | 11111111 | 10101 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C906FF
Complementary color
Monochromatic Colors of #C906FF
Black with #C906FF
Text Example
Text Example
White with #C906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C906FF; }
p { color: rgb(201,6,255); }
H1.HeaderClassName
{
color: #C906FF;
}
.AnyTagClassName
{
color: #C906FF;
}
</style>
background-color css
<style>
a { background-color: #C906FF; }
a { background-color: rgb(201,6,255); }
div.DivClassName
{
background-color: #C906FF;
}
.BgClassName
{
background-color: #C906FF;
}
</style>
border-color css
<style>
span { border-color: #C906FF; }
span { border-color: rgb(201,6,255); }
td.TdClassName
{
border-color: #C906FF;
}
.TagClassName
{
border-color: #C906FF;
}
</style>