Shades of Electric Purple #C82CED
Tints of Electric Purple #C82CED
RGB
CMYK
RGB Variations
Color information
#C82CED (or 0xC82CED) is known color: Electric Purple. HEX triplet: C8, 2C and ED. RGB value is (200,44,237). Sum of RGB (Red+Green+Blue) = 200+44+237=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 44 (17.58% from 255 or 9.15% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #C82CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CED is #37D312. Grayscale: #707070. Windows color (decimal): -3658515 or 15543496. OLE color: 15543496.
HSL color Cylindrical-coordinate representation of color #C82CED: hue angle of 288.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CED is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 44 | 237 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 288.5º | 0.84% | 0.55% | - |
| HSV(B) | 288.5º | 0.81% | 0.93% | - |
| XYZ | 40.01 | 20.2 | 81.91 | - |
| YUV | 112.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 237 | 0.16 | 0.81 | 0 | 0.07 | 288.5 | 0.84 | 0.55 |
| Hex | C8 | 2C | ED | 10 | 51 | 0 | 7 | 120 | 54 | 37 |
| Octal | 310 | 54 | 355 | 20 | 121 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11001000 | 101100 | 11101101 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C82CED
Complementary color
Monochromatic Colors of #C82CED
Black with #C82CED
Text Example
Text Example
White with #C82CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CED; }
p { color: rgb(200,44,237); }
H1.HeaderClassName
{
color: #C82CED;
}
.AnyTagClassName
{
color: #C82CED;
}
</style>
background-color css
<style>
a { background-color: #C82CED; }
a { background-color: rgb(200,44,237); }
div.DivClassName
{
background-color: #C82CED;
}
.BgClassName
{
background-color: #C82CED;
}
</style>
border-color css
<style>
span { border-color: #C82CED; }
span { border-color: rgb(200,44,237); }
td.TdClassName
{
border-color: #C82CED;
}
.TagClassName
{
border-color: #C82CED;
}
</style>