Shades of Electric Purple #C005EE
Tints of Electric Purple #C005EE
RGB
CMYK
RGB Variations
Color information
#C005EE (or 0xC005EE) is known color: Electric Purple. HEX triplet: C0, 05 and EE. RGB value is (192,5,238). Sum of RGB (Red+Green+Blue) = 192+5+238=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #C005EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005EE is #3FFA11. Grayscale: #565656. Windows color (decimal): -4192786 or 15599040. OLE color: 15599040.
HSL color Cylindrical-coordinate representation of color #C005EE: hue angle of 288.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005EE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 5 | 238 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.07 |
| HSL | 288.15º | 0.96% | 0.48% | - |
| HSV(B) | 288.15º | 0.98% | 0.93% | - |
| XYZ | 37.23 | 17.49 | 82.3 | - |
| YUV | 87.48 | 212.95 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 5 | 238 | 0.19 | 0.98 | 0 | 0.07 | 288.15 | 0.96 | 0.48 |
| Hex | C0 | 5 | EE | 13 | 62 | 0 | 7 | 120 | 60 | 30 |
| Octal | 300 | 5 | 356 | 23 | 142 | 0 | 7 | 440 | 140 | 60 |
| Binary | 11000000 | 101 | 11101110 | 10011 | 1100010 | 0 | 111 | 100100000 | 1100000 | 110000 |
Color Harmonies of #C005EE
Complementary color
Monochromatic Colors of #C005EE
Black with #C005EE
Text Example
Text Example
White with #C005EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C005EE; }
p { color: rgb(192,5,238); }
H1.HeaderClassName
{
color: #C005EE;
}
.AnyTagClassName
{
color: #C005EE;
}
</style>
background-color css
<style>
a { background-color: #C005EE; }
a { background-color: rgb(192,5,238); }
div.DivClassName
{
background-color: #C005EE;
}
.BgClassName
{
background-color: #C005EE;
}
</style>
border-color css
<style>
span { border-color: #C005EE; }
span { border-color: rgb(192,5,238); }
td.TdClassName
{
border-color: #C005EE;
}
.TagClassName
{
border-color: #C005EE;
}
</style>