Shades of Electric Purple #C822FE
Tints of Electric Purple #C822FE
RGB
CMYK
RGB Variations
Color information
#C822FE (or 0xC822FE) is known color: Electric Purple. HEX triplet: C8, 22 and FE. RGB value is (200,34,254). Sum of RGB (Red+Green+Blue) = 200+34+254=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 34 (13.67% from 255 or 6.97% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #C822FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822FE is #37DD01. Grayscale: #6C6C6C. Windows color (decimal): -3661058 or 16655048. OLE color: 16655048.
HSL color Cylindrical-coordinate representation of color #C822FE: hue angle of 285.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C822FE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 34 | 254 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.00 |
| HSL | 285.27º | 0.99% | 0.56% | - |
| HSV(B) | 285.27º | 0.87% | 1% | - |
| XYZ | 42.28 | 20.58 | 95.51 | - |
| YUV | 108.71 | 210 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 254 | 0.21 | 0.87 | 0 | 0.00 | 285.27 | 0.99 | 0.56 |
| Hex | C8 | 22 | FE | 15 | 57 | 0 | 0 | 11D | 63 | 38 |
| Octal | 310 | 42 | 376 | 25 | 127 | 0 | 0 | 435 | 143 | 70 |
| Binary | 11001000 | 100010 | 11111110 | 10101 | 1010111 | 0 | 0 | 100011101 | 1100011 | 111000 |
Color Harmonies of #C822FE
Complementary color
Monochromatic Colors of #C822FE
Black with #C822FE
Text Example
Text Example
White with #C822FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822FE; }
p { color: rgb(200,34,254); }
H1.HeaderClassName
{
color: #C822FE;
}
.AnyTagClassName
{
color: #C822FE;
}
</style>
background-color css
<style>
a { background-color: #C822FE; }
a { background-color: rgb(200,34,254); }
div.DivClassName
{
background-color: #C822FE;
}
.BgClassName
{
background-color: #C822FE;
}
</style>
border-color css
<style>
span { border-color: #C822FE; }
span { border-color: rgb(200,34,254); }
td.TdClassName
{
border-color: #C822FE;
}
.TagClassName
{
border-color: #C822FE;
}
</style>