Shades of Electric Purple #C824F7
Tints of Electric Purple #C824F7
RGB
CMYK
RGB Variations
Color information
#C824F7 (or 0xC824F7) is known color: Electric Purple. HEX triplet: C8, 24 and F7. RGB value is (200,36,247). Sum of RGB (Red+Green+Blue) = 200+36+247=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #C824F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C824F7 is #37DB08. Grayscale: #6C6C6C. Windows color (decimal): -3660553 or 16196808. OLE color: 16196808.
HSL color Cylindrical-coordinate representation of color #C824F7: hue angle of 286.64º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C824F7 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 36 | 247 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.03 |
| HSL | 286.64º | 0.93% | 0.55% | - |
| HSV(B) | 286.64º | 0.85% | 0.97% | - |
| XYZ | 41.24 | 20.26 | 89.73 | - |
| YUV | 109.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 247 | 0.19 | 0.85 | 0 | 0.03 | 286.64 | 0.93 | 0.55 |
| Hex | C8 | 24 | F7 | 13 | 55 | 0 | 3 | 11F | 5D | 37 |
| Octal | 310 | 44 | 367 | 23 | 125 | 0 | 3 | 437 | 135 | 67 |
| Binary | 11001000 | 100100 | 11110111 | 10011 | 1010101 | 0 | 11 | 100011111 | 1011101 | 110111 |
Color Harmonies of #C824F7
Complementary color
Monochromatic Colors of #C824F7
Black with #C824F7
Text Example
Text Example
White with #C824F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C824F7; }
p { color: rgb(200,36,247); }
H1.HeaderClassName
{
color: #C824F7;
}
.AnyTagClassName
{
color: #C824F7;
}
</style>
background-color css
<style>
a { background-color: #C824F7; }
a { background-color: rgb(200,36,247); }
div.DivClassName
{
background-color: #C824F7;
}
.BgClassName
{
background-color: #C824F7;
}
</style>
border-color css
<style>
span { border-color: #C824F7; }
span { border-color: rgb(200,36,247); }
td.TdClassName
{
border-color: #C824F7;
}
.TagClassName
{
border-color: #C824F7;
}
</style>