Shades of Electric Purple #C925ED
Tints of Electric Purple #C925ED
RGB
CMYK
RGB Variations
Color information
#C925ED (or 0xC925ED) is known color: Electric Purple. HEX triplet: C9, 25 and ED. RGB value is (201,37,237). Sum of RGB (Red+Green+Blue) = 201+37+237=475 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.32% from 475); Green value is 37 (14.84% from 255 or 7.79% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #C925ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C925ED is #36DA12. Grayscale: #6C6C6C. Windows color (decimal): -3594771 or 15541705. OLE color: 15541705.
HSL color Cylindrical-coordinate representation of color #C925ED: hue angle of 289.2º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C925ED is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 37 | 237 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.07 |
| HSL | 289.2º | 0.85% | 0.54% | - |
| HSV(B) | 289.2º | 0.84% | 0.93% | - |
| XYZ | 40.04 | 19.86 | 81.84 | - |
| YUV | 108.84 | 200.33 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 237 | 0.15 | 0.84 | 0 | 0.07 | 289.2 | 0.85 | 0.54 |
| Hex | C9 | 25 | ED | F | 54 | 0 | 7 | 121 | 55 | 36 |
| Octal | 311 | 45 | 355 | 17 | 124 | 0 | 7 | 441 | 125 | 66 |
| Binary | 11001001 | 100101 | 11101101 | 1111 | 1010100 | 0 | 111 | 100100001 | 1010101 | 110110 |
Color Harmonies of #C925ED
Complementary color
Monochromatic Colors of #C925ED
Black with #C925ED
Text Example
Text Example
White with #C925ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C925ED; }
p { color: rgb(201,37,237); }
H1.HeaderClassName
{
color: #C925ED;
}
.AnyTagClassName
{
color: #C925ED;
}
</style>
background-color css
<style>
a { background-color: #C925ED; }
a { background-color: rgb(201,37,237); }
div.DivClassName
{
background-color: #C925ED;
}
.BgClassName
{
background-color: #C925ED;
}
</style>
border-color css
<style>
span { border-color: #C925ED; }
span { border-color: rgb(201,37,237); }
td.TdClassName
{
border-color: #C925ED;
}
.TagClassName
{
border-color: #C925ED;
}
</style>