Shades of Electric Purple #C821FF
Tints of Electric Purple #C821FF
RGB
CMYK
RGB Variations
Color information
#C821FF (or 0xC821FF) is known color: Electric Purple. HEX triplet: C8, 21 and FF. RGB value is (200,33,255). Sum of RGB (Red+Green+Blue) = 200+33+255=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #C821FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C821FF is #37DE00. Grayscale: #6B6B6B. Windows color (decimal): -3661313 or 16720328. OLE color: 16720328.
HSL color Cylindrical-coordinate representation of color #C821FF: hue angle of 285.14º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C821FF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 33 | 255 | - |
| CMYK | 0.22 | 0.87 | 0 | 0 |
| HSL | 285.14º | 1% | 0.56% | - |
| HSV(B) | 285.14º | 0.87% | 1% | - |
| XYZ | 42.41 | 20.59 | 96.35 | - |
| YUV | 108.24 | 210.83 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 33 | 255 | 0.22 | 0.87 | 0 | 0 | 285.14 | 1 | 0.56 |
| Hex | C8 | 21 | FF | 16 | 57 | 0 | 0 | 11D | 64 | 38 |
| Octal | 310 | 41 | 377 | 26 | 127 | 0 | 0 | 435 | 144 | 70 |
| Binary | 11001000 | 100001 | 11111111 | 10110 | 1010111 | 0 | 0 | 100011101 | 1100100 | 111000 |
Color Harmonies of #C821FF
Complementary color
Monochromatic Colors of #C821FF
Black with #C821FF
Text Example
Text Example
White with #C821FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C821FF; }
p { color: rgb(200,33,255); }
H1.HeaderClassName
{
color: #C821FF;
}
.AnyTagClassName
{
color: #C821FF;
}
</style>
background-color css
<style>
a { background-color: #C821FF; }
a { background-color: rgb(200,33,255); }
div.DivClassName
{
background-color: #C821FF;
}
.BgClassName
{
background-color: #C821FF;
}
</style>
border-color css
<style>
span { border-color: #C821FF; }
span { border-color: rgb(200,33,255); }
td.TdClassName
{
border-color: #C821FF;
}
.TagClassName
{
border-color: #C821FF;
}
</style>