Shades of Electric Purple #CC17EE
Tints of Electric Purple #CC17EE
RGB
CMYK
RGB Variations
Color information
#CC17EE (or 0xCC17EE) is known color: Electric Purple. HEX triplet: CC, 17 and EE. RGB value is (204,23,238). Sum of RGB (Red+Green+Blue) = 204+23+238=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17EE is #33E811. Grayscale: #646464. Windows color (decimal): -3401746 or 15603660. OLE color: 15603660.
HSL color Cylindrical-coordinate representation of color #CC17EE: hue angle of 290.51º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17EE is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 23 | 238 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.07 |
| HSL | 290.51º | 0.86% | 0.51% | - |
| HSV(B) | 290.51º | 0.9% | 0.93% | - |
| XYZ | 40.64 | 19.62 | 82.53 | - |
| YUV | 101.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 238 | 0.14 | 0.90 | 0 | 0.07 | 290.51 | 0.86 | 0.51 |
| Hex | CC | 17 | EE | E | 5A | 0 | 7 | 123 | 56 | 33 |
| Octal | 314 | 27 | 356 | 16 | 132 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001100 | 10111 | 11101110 | 1110 | 1011010 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CC17EE
Complementary color
Monochromatic Colors of #CC17EE
Black with #CC17EE
Text Example
Text Example
White with #CC17EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17EE; }
p { color: rgb(204,23,238); }
H1.HeaderClassName
{
color: #CC17EE;
}
.AnyTagClassName
{
color: #CC17EE;
}
</style>
background-color css
<style>
a { background-color: #CC17EE; }
a { background-color: rgb(204,23,238); }
div.DivClassName
{
background-color: #CC17EE;
}
.BgClassName
{
background-color: #CC17EE;
}
</style>
border-color css
<style>
span { border-color: #CC17EE; }
span { border-color: rgb(204,23,238); }
td.TdClassName
{
border-color: #CC17EE;
}
.TagClassName
{
border-color: #CC17EE;
}
</style>