Shades of Electric Purple #C822FB
Tints of Electric Purple #C822FB
RGB
CMYK
RGB Variations
Color information
#C822FB (or 0xC822FB) is known color: Electric Purple. HEX triplet: C8, 22 and FB. RGB value is (200,34,251). Sum of RGB (Red+Green+Blue) = 200+34+251=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 34 (13.67% from 255 or 7.01% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C822FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C822FB is #37DD04. Grayscale: #6B6B6B. Windows color (decimal): -3661061 or 16458440. OLE color: 16458440.
HSL color Cylindrical-coordinate representation of color #C822FB: hue angle of 285.9º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C822FB is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 34 | 251 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.02 |
| HSL | 285.9º | 0.96% | 0.56% | - |
| HSV(B) | 285.9º | 0.86% | 0.98% | - |
| XYZ | 41.8 | 20.39 | 93 | - |
| YUV | 108.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 251 | 0.20 | 0.86 | 0 | 0.02 | 285.9 | 0.96 | 0.56 |
| Hex | C8 | 22 | FB | 14 | 56 | 0 | 2 | 11E | 60 | 38 |
| Octal | 310 | 42 | 373 | 24 | 126 | 0 | 2 | 436 | 140 | 70 |
| Binary | 11001000 | 100010 | 11111011 | 10100 | 1010110 | 0 | 10 | 100011110 | 1100000 | 111000 |
Color Harmonies of #C822FB
Complementary color
Monochromatic Colors of #C822FB
Black with #C822FB
Text Example
Text Example
White with #C822FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822FB; }
p { color: rgb(200,34,251); }
H1.HeaderClassName
{
color: #C822FB;
}
.AnyTagClassName
{
color: #C822FB;
}
</style>
background-color css
<style>
a { background-color: #C822FB; }
a { background-color: rgb(200,34,251); }
div.DivClassName
{
background-color: #C822FB;
}
.BgClassName
{
background-color: #C822FB;
}
</style>
border-color css
<style>
span { border-color: #C822FB; }
span { border-color: rgb(200,34,251); }
td.TdClassName
{
border-color: #C822FB;
}
.TagClassName
{
border-color: #C822FB;
}
</style>