Shades of Electric Purple #C02DEE
Tints of Electric Purple #C02DEE
RGB
CMYK
RGB Variations
Color information
#C02DEE (or 0xC02DEE) is known color: Electric Purple. HEX triplet: C0, 2D and EE. RGB value is (192,45,238). Sum of RGB (Red+Green+Blue) = 192+45+238=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #C02DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02DEE is #3FD211. Grayscale: #6E6E6E. Windows color (decimal): -4182546 or 15609280. OLE color: 15609280.
HSL color Cylindrical-coordinate representation of color #C02DEE: hue angle of 285.7º degrees, saturation: 0.85, 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 #C02DEE is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 45 | 238 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.07 |
| HSL | 285.7º | 0.85% | 0.55% | - |
| HSV(B) | 285.7º | 0.81% | 0.93% | - |
| XYZ | 38.11 | 19.26 | 82.6 | - |
| YUV | 110.96 | 199.7 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 238 | 0.19 | 0.81 | 0 | 0.07 | 285.7 | 0.85 | 0.55 |
| Hex | C0 | 2D | EE | 13 | 51 | 0 | 7 | 11E | 55 | 37 |
| Octal | 300 | 55 | 356 | 23 | 121 | 0 | 7 | 436 | 125 | 67 |
| Binary | 11000000 | 101101 | 11101110 | 10011 | 1010001 | 0 | 111 | 100011110 | 1010101 | 110111 |
Color Harmonies of #C02DEE
Complementary color
Monochromatic Colors of #C02DEE
Black with #C02DEE
Text Example
Text Example
White with #C02DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02DEE; }
p { color: rgb(192,45,238); }
H1.HeaderClassName
{
color: #C02DEE;
}
.AnyTagClassName
{
color: #C02DEE;
}
</style>
background-color css
<style>
a { background-color: #C02DEE; }
a { background-color: rgb(192,45,238); }
div.DivClassName
{
background-color: #C02DEE;
}
.BgClassName
{
background-color: #C02DEE;
}
</style>
border-color css
<style>
span { border-color: #C02DEE; }
span { border-color: rgb(192,45,238); }
td.TdClassName
{
border-color: #C02DEE;
}
.TagClassName
{
border-color: #C02DEE;
}
</style>