Shades of Electric Purple #C725FF
Tints of Electric Purple #C725FF
RGB
CMYK
RGB Variations
Color information
#C725FF (or 0xC725FF) is known color: Electric Purple. HEX triplet: C7, 25 and FF. RGB value is (199,37,255). Sum of RGB (Red+Green+Blue) = 199+37+255=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #C725FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C725FF is #38DA00. Grayscale: #6D6D6D. Windows color (decimal): -3725825 or 16721351. OLE color: 16721351.
HSL color Cylindrical-coordinate representation of color #C725FF: hue angle of 284.59º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C725FF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 37 | 255 | - |
| CMYK | 0.22 | 0.85 | 0 | 0 |
| HSL | 284.59º | 1% | 0.57% | - |
| HSV(B) | 284.59º | 0.85% | 1% | - |
| XYZ | 42.26 | 20.69 | 96.37 | - |
| YUV | 110.29 | 209.67 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 255 | 0.22 | 0.85 | 0 | 0 | 284.59 | 1 | 0.57 |
| Hex | C7 | 25 | FF | 16 | 55 | 0 | 0 | 11D | 64 | 39 |
| Octal | 307 | 45 | 377 | 26 | 125 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11000111 | 100101 | 11111111 | 10110 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #C725FF
Complementary color
Monochromatic Colors of #C725FF
Black with #C725FF
Text Example
Text Example
White with #C725FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C725FF; }
p { color: rgb(199,37,255); }
H1.HeaderClassName
{
color: #C725FF;
}
.AnyTagClassName
{
color: #C725FF;
}
</style>
background-color css
<style>
a { background-color: #C725FF; }
a { background-color: rgb(199,37,255); }
div.DivClassName
{
background-color: #C725FF;
}
.BgClassName
{
background-color: #C725FF;
}
</style>
border-color css
<style>
span { border-color: #C725FF; }
span { border-color: rgb(199,37,255); }
td.TdClassName
{
border-color: #C725FF;
}
.TagClassName
{
border-color: #C725FF;
}
</style>