Shades of Electric Purple #C820FF
Tints of Electric Purple #C820FF
RGB
CMYK
RGB Variations
Color information
#C820FF (or 0xC820FF) is known color: Electric Purple. HEX triplet: C8, 20 and FF. RGB value is (200,32,255). Sum of RGB (Red+Green+Blue) = 200+32+255=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #C820FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C820FF is #37DF00. Grayscale: #6A6A6A. Windows color (decimal): -3661569 or 16720072. OLE color: 16720072.
HSL color Cylindrical-coordinate representation of color #C820FF: hue angle of 285.2º 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 #C820FF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 32 | 255 | - |
| CMYK | 0.22 | 0.87 | 0 | 0 |
| HSL | 285.2º | 1% | 0.56% | - |
| HSV(B) | 285.2º | 0.87% | 1% | - |
| XYZ | 42.39 | 20.53 | 96.34 | - |
| YUV | 107.65 | 211.16 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 255 | 0.22 | 0.87 | 0 | 0 | 285.2 | 1 | 0.56 |
| Hex | C8 | 20 | FF | 16 | 57 | 0 | 0 | 11D | 64 | 38 |
| Octal | 310 | 40 | 377 | 26 | 127 | 0 | 0 | 435 | 144 | 70 |
| Binary | 11001000 | 100000 | 11111111 | 10110 | 1010111 | 0 | 0 | 100011101 | 1100100 | 111000 |
Color Harmonies of #C820FF
Complementary color
Monochromatic Colors of #C820FF
Black with #C820FF
Text Example
Text Example
White with #C820FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C820FF; }
p { color: rgb(200,32,255); }
H1.HeaderClassName
{
color: #C820FF;
}
.AnyTagClassName
{
color: #C820FF;
}
</style>
background-color css
<style>
a { background-color: #C820FF; }
a { background-color: rgb(200,32,255); }
div.DivClassName
{
background-color: #C820FF;
}
.BgClassName
{
background-color: #C820FF;
}
</style>
border-color css
<style>
span { border-color: #C820FF; }
span { border-color: rgb(200,32,255); }
td.TdClassName
{
border-color: #C820FF;
}
.TagClassName
{
border-color: #C820FF;
}
</style>