Shades of Electric Purple #C82AFC
Tints of Electric Purple #C82AFC
RGB
CMYK
RGB Variations
Color information
#C82AFC (or 0xC82AFC) is known color: Electric Purple. HEX triplet: C8, 2A and FC. RGB value is (200,42,252). Sum of RGB (Red+Green+Blue) = 200+42+252=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #C82AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82AFC is #37D503. Grayscale: #707070. Windows color (decimal): -3659012 or 16526024. OLE color: 16526024.
HSL color Cylindrical-coordinate representation of color #C82AFC: hue angle of 285.14º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82AFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 42 | 252 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 285.14º | 0.97% | 0.58% | - |
| HSV(B) | 285.14º | 0.83% | 0.99% | - |
| XYZ | 42.22 | 20.96 | 93.92 | - |
| YUV | 113.18 | 206.35 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 252 | 0.21 | 0.83 | 0 | 0.01 | 285.14 | 0.97 | 0.58 |
| Hex | C8 | 2A | FC | 15 | 53 | 0 | 1 | 11D | 61 | 3A |
| Octal | 310 | 52 | 374 | 25 | 123 | 0 | 1 | 435 | 141 | 72 |
| Binary | 11001000 | 101010 | 11111100 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100001 | 111010 |
Color Harmonies of #C82AFC
Complementary color
Monochromatic Colors of #C82AFC
Black with #C82AFC
Text Example
Text Example
White with #C82AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82AFC; }
p { color: rgb(200,42,252); }
H1.HeaderClassName
{
color: #C82AFC;
}
.AnyTagClassName
{
color: #C82AFC;
}
</style>
background-color css
<style>
a { background-color: #C82AFC; }
a { background-color: rgb(200,42,252); }
div.DivClassName
{
background-color: #C82AFC;
}
.BgClassName
{
background-color: #C82AFC;
}
</style>
border-color css
<style>
span { border-color: #C82AFC; }
span { border-color: rgb(200,42,252); }
td.TdClassName
{
border-color: #C82AFC;
}
.TagClassName
{
border-color: #C82AFC;
}
</style>