Shades of Electric Purple #C82EFD
Tints of Electric Purple #C82EFD
RGB
CMYK
RGB Variations
Color information
#C82EFD (or 0xC82EFD) is known color: Electric Purple. HEX triplet: C8, 2E and FD. RGB value is (200,46,253). Sum of RGB (Red+Green+Blue) = 200+46+253=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 46 (18.36% from 255 or 9.22% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C82EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82EFD is #37D102. Grayscale: #727272. Windows color (decimal): -3657987 or 16592584. OLE color: 16592584.
HSL color Cylindrical-coordinate representation of color #C82EFD: hue angle of 284.64º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C82EFD is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 46 | 253 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.01 |
| HSL | 284.64º | 0.98% | 0.59% | - |
| HSV(B) | 284.64º | 0.82% | 0.99% | - |
| XYZ | 42.53 | 21.33 | 94.8 | - |
| YUV | 115.64 | 205.52 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 46 | 253 | 0.21 | 0.82 | 0 | 0.01 | 284.64 | 0.98 | 0.59 |
| Hex | C8 | 2E | FD | 15 | 52 | 0 | 1 | 11D | 62 | 3B |
| Octal | 310 | 56 | 375 | 25 | 122 | 0 | 1 | 435 | 142 | 73 |
| Binary | 11001000 | 101110 | 11111101 | 10101 | 1010010 | 0 | 1 | 100011101 | 1100010 | 111011 |
Color Harmonies of #C82EFD
Complementary color
Monochromatic Colors of #C82EFD
Black with #C82EFD
Text Example
Text Example
White with #C82EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82EFD; }
p { color: rgb(200,46,253); }
H1.HeaderClassName
{
color: #C82EFD;
}
.AnyTagClassName
{
color: #C82EFD;
}
</style>
background-color css
<style>
a { background-color: #C82EFD; }
a { background-color: rgb(200,46,253); }
div.DivClassName
{
background-color: #C82EFD;
}
.BgClassName
{
background-color: #C82EFD;
}
</style>
border-color css
<style>
span { border-color: #C82EFD; }
span { border-color: rgb(200,46,253); }
td.TdClassName
{
border-color: #C82EFD;
}
.TagClassName
{
border-color: #C82EFD;
}
</style>