Shades of Electric Purple #C82DF3
Tints of Electric Purple #C82DF3
RGB
CMYK
RGB Variations
Color information
#C82DF3 (or 0xC82DF3) is known color: Electric Purple. HEX triplet: C8, 2D and F3. RGB value is (200,45,243). Sum of RGB (Red+Green+Blue) = 200+45+243=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 45 (17.97% from 255 or 9.22% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #C82DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82DF3 is #37D20C. Grayscale: #717171. Windows color (decimal): -3658253 or 15936968. OLE color: 15936968.
HSL color Cylindrical-coordinate representation of color #C82DF3: hue angle of 286.97º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82DF3 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 45 | 243 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.05 |
| HSL | 286.97º | 0.89% | 0.56% | - |
| HSV(B) | 286.97º | 0.81% | 0.95% | - |
| XYZ | 40.94 | 20.63 | 86.62 | - |
| YUV | 113.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 243 | 0.18 | 0.81 | 0 | 0.05 | 286.97 | 0.89 | 0.56 |
| Hex | C8 | 2D | F3 | 12 | 51 | 0 | 5 | 11F | 59 | 38 |
| Octal | 310 | 55 | 363 | 22 | 121 | 0 | 5 | 437 | 131 | 70 |
| Binary | 11001000 | 101101 | 11110011 | 10010 | 1010001 | 0 | 101 | 100011111 | 1011001 | 111000 |
Color Harmonies of #C82DF3
Complementary color
Monochromatic Colors of #C82DF3
Black with #C82DF3
Text Example
Text Example
White with #C82DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DF3; }
p { color: rgb(200,45,243); }
H1.HeaderClassName
{
color: #C82DF3;
}
.AnyTagClassName
{
color: #C82DF3;
}
</style>
background-color css
<style>
a { background-color: #C82DF3; }
a { background-color: rgb(200,45,243); }
div.DivClassName
{
background-color: #C82DF3;
}
.BgClassName
{
background-color: #C82DF3;
}
</style>
border-color css
<style>
span { border-color: #C82DF3; }
span { border-color: rgb(200,45,243); }
td.TdClassName
{
border-color: #C82DF3;
}
.TagClassName
{
border-color: #C82DF3;
}
</style>