Shades of Electric Purple #C90DFF
Tints of Electric Purple #C90DFF
RGB
CMYK
RGB Variations
Color information
#C90DFF (or 0xC90DFF) is known color: Electric Purple. HEX triplet: C9, 0D and FF. RGB value is (201,13,255). Sum of RGB (Red+Green+Blue) = 201+13+255=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #C90DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C90DFF is #36F200. Grayscale: #606060. Windows color (decimal): -3600897 or 16715209. OLE color: 16715209.
HSL color Cylindrical-coordinate representation of color #C90DFF: hue angle of 286.61º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90DFF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 13 | 255 | - |
| CMYK | 0.21 | 0.95 | 0 | 0 |
| HSL | 286.61º | 1% | 0.53% | - |
| HSV(B) | 286.61º | 0.95% | 1% | - |
| XYZ | 42.28 | 19.93 | 96.23 | - |
| YUV | 96.8 | 217.28 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 13 | 255 | 0.21 | 0.95 | 0 | 0 | 286.61 | 1 | 0.53 |
| Hex | C9 | D | FF | 15 | 5F | 0 | 0 | 11F | 64 | 35 |
| Octal | 311 | 15 | 377 | 25 | 137 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001001 | 1101 | 11111111 | 10101 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #C90DFF
Complementary color
Monochromatic Colors of #C90DFF
Black with #C90DFF
Text Example
Text Example
White with #C90DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90DFF; }
p { color: rgb(201,13,255); }
H1.HeaderClassName
{
color: #C90DFF;
}
.AnyTagClassName
{
color: #C90DFF;
}
</style>
background-color css
<style>
a { background-color: #C90DFF; }
a { background-color: rgb(201,13,255); }
div.DivClassName
{
background-color: #C90DFF;
}
.BgClassName
{
background-color: #C90DFF;
}
</style>
border-color css
<style>
span { border-color: #C90DFF; }
span { border-color: rgb(201,13,255); }
td.TdClassName
{
border-color: #C90DFF;
}
.TagClassName
{
border-color: #C90DFF;
}
</style>