Shades of Electric Purple #C725EE
Tints of Electric Purple #C725EE
RGB
CMYK
RGB Variations
Color information
#C725EE (or 0xC725EE) is known color: Electric Purple. HEX triplet: C7, 25 and EE. RGB value is (199,37,238). Sum of RGB (Red+Green+Blue) = 199+37+238=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 37 (14.84% from 255 or 7.81% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #C725EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725EE is #38DA11. Grayscale: #6B6B6B. Windows color (decimal): -3725842 or 15607239. OLE color: 15607239.
HSL color Cylindrical-coordinate representation of color #C725EE: hue angle of 288.36º degrees, saturation: 0.86, 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 #C725EE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 37 | 238 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.36º | 0.86% | 0.54% | - |
| HSV(B) | 288.36º | 0.84% | 0.93% | - |
| XYZ | 39.65 | 19.64 | 82.59 | - |
| YUV | 108.35 | 201.17 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 238 | 0.16 | 0.84 | 0 | 0.07 | 288.36 | 0.86 | 0.54 |
| Hex | C7 | 25 | EE | 10 | 54 | 0 | 7 | 120 | 56 | 36 |
| Octal | 307 | 45 | 356 | 20 | 124 | 0 | 7 | 440 | 126 | 66 |
| Binary | 11000111 | 100101 | 11101110 | 10000 | 1010100 | 0 | 111 | 100100000 | 1010110 | 110110 |
Color Harmonies of #C725EE
Complementary color
Monochromatic Colors of #C725EE
Black with #C725EE
Text Example
Text Example
White with #C725EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725EE; }
p { color: rgb(199,37,238); }
H1.HeaderClassName
{
color: #C725EE;
}
.AnyTagClassName
{
color: #C725EE;
}
</style>
background-color css
<style>
a { background-color: #C725EE; }
a { background-color: rgb(199,37,238); }
div.DivClassName
{
background-color: #C725EE;
}
.BgClassName
{
background-color: #C725EE;
}
</style>
border-color css
<style>
span { border-color: #C725EE; }
span { border-color: rgb(199,37,238); }
td.TdClassName
{
border-color: #C725EE;
}
.TagClassName
{
border-color: #C725EE;
}
</style>