Shades of Electric Purple #C908ED
Tints of Electric Purple #C908ED
RGB
CMYK
RGB Variations
Color information
#C908ED (or 0xC908ED) is known color: Electric Purple. HEX triplet: C9, 08 and ED. RGB value is (201,8,237). Sum of RGB (Red+Green+Blue) = 201+8+237=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C908ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C908ED is #36F712. Grayscale: #5B5B5B. Windows color (decimal): -3602195 or 15534281. OLE color: 15534281.
HSL color Cylindrical-coordinate representation of color #C908ED: hue angle of 290.57º degrees, saturation: 0.93, 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 #C908ED is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 8 | 237 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.07 |
| HSL | 290.57º | 0.93% | 0.48% | - |
| HSV(B) | 290.57º | 0.97% | 0.93% | - |
| XYZ | 39.46 | 18.71 | 81.65 | - |
| YUV | 91.81 | 209.94 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 237 | 0.15 | 0.97 | 0 | 0.07 | 290.57 | 0.93 | 0.48 |
| Hex | C9 | 8 | ED | F | 61 | 0 | 7 | 123 | 5D | 30 |
| Octal | 311 | 10 | 355 | 17 | 141 | 0 | 7 | 443 | 135 | 60 |
| Binary | 11001001 | 1000 | 11101101 | 1111 | 1100001 | 0 | 111 | 100100011 | 1011101 | 110000 |
Color Harmonies of #C908ED
Complementary color
Monochromatic Colors of #C908ED
Black with #C908ED
Text Example
Text Example
White with #C908ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C908ED; }
p { color: rgb(201,8,237); }
H1.HeaderClassName
{
color: #C908ED;
}
.AnyTagClassName
{
color: #C908ED;
}
</style>
background-color css
<style>
a { background-color: #C908ED; }
a { background-color: rgb(201,8,237); }
div.DivClassName
{
background-color: #C908ED;
}
.BgClassName
{
background-color: #C908ED;
}
</style>
border-color css
<style>
span { border-color: #C908ED; }
span { border-color: rgb(201,8,237); }
td.TdClassName
{
border-color: #C908ED;
}
.TagClassName
{
border-color: #C908ED;
}
</style>