Shades of Electric Purple #C821F7
Tints of Electric Purple #C821F7
RGB
CMYK
RGB Variations
Color information
#C821F7 (or 0xC821F7) is known color: Electric Purple. HEX triplet: C8, 21 and F7. RGB value is (200,33,247). Sum of RGB (Red+Green+Blue) = 200+33+247=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 33 (13.28% from 255 or 6.88% from 480); Blue value is 247 (96.88% from 255 or 51.46% from 480); Max value from RGB is 247 - color contains mainly: blue. Hex color #C821F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821F7 is #37DE08. Grayscale: #6A6A6A. Windows color (decimal): -3661321 or 16196040. OLE color: 16196040.
HSL color Cylindrical-coordinate representation of color #C821F7: hue angle of 286.82º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C821F7 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 33 | 247 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.03 |
| HSL | 286.82º | 0.93% | 0.55% | - |
| HSV(B) | 286.82º | 0.87% | 0.97% | - |
| XYZ | 41.15 | 20.08 | 89.7 | - |
| YUV | 107.33 | 206.83 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 247 | 0.19 | 0.87 | 0 | 0.03 | 286.82 | 0.93 | 0.55 |
| Hex | C8 | 21 | F7 | 13 | 57 | 0 | 3 | 11F | 5D | 37 |
| Octal | 310 | 41 | 367 | 23 | 127 | 0 | 3 | 437 | 135 | 67 |
| Binary | 11001000 | 100001 | 11110111 | 10011 | 1010111 | 0 | 11 | 100011111 | 1011101 | 110111 |
Color Harmonies of #C821F7
Complementary color
Monochromatic Colors of #C821F7
Black with #C821F7
Text Example
Text Example
White with #C821F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821F7; }
p { color: rgb(200,33,247); }
H1.HeaderClassName
{
color: #C821F7;
}
.AnyTagClassName
{
color: #C821F7;
}
</style>
background-color css
<style>
a { background-color: #C821F7; }
a { background-color: rgb(200,33,247); }
div.DivClassName
{
background-color: #C821F7;
}
.BgClassName
{
background-color: #C821F7;
}
</style>
border-color css
<style>
span { border-color: #C821F7; }
span { border-color: rgb(200,33,247); }
td.TdClassName
{
border-color: #C821F7;
}
.TagClassName
{
border-color: #C821F7;
}
</style>