Shades of Electric Purple #CC17EF
Tints of Electric Purple #CC17EF
RGB
CMYK
RGB Variations
Color information
#CC17EF (or 0xCC17EF) is known color: Electric Purple. HEX triplet: CC, 17 and EF. RGB value is (204,23,239). Sum of RGB (Red+Green+Blue) = 204+23+239=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 23 (9.38% from 255 or 4.94% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17EF is #33E810. Grayscale: #656565. Windows color (decimal): -3401745 or 15669196. OLE color: 15669196.
HSL color Cylindrical-coordinate representation of color #CC17EF: hue angle of 290.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17EF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 23 | 239 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.06 |
| HSL | 290.28º | 0.87% | 0.51% | - |
| HSV(B) | 290.28º | 0.9% | 0.94% | - |
| XYZ | 40.79 | 19.68 | 83.31 | - |
| YUV | 101.74 | 205.47 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 239 | 0.15 | 0.90 | 0 | 0.06 | 290.28 | 0.87 | 0.51 |
| Hex | CC | 17 | EF | F | 5A | 0 | 6 | 122 | 57 | 33 |
| Octal | 314 | 27 | 357 | 17 | 132 | 0 | 6 | 442 | 127 | 63 |
| Binary | 11001100 | 10111 | 11101111 | 1111 | 1011010 | 0 | 110 | 100100010 | 1010111 | 110011 |
Color Harmonies of #CC17EF
Complementary color
Monochromatic Colors of #CC17EF
Black with #CC17EF
Text Example
Text Example
White with #CC17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17EF; }
p { color: rgb(204,23,239); }
H1.HeaderClassName
{
color: #CC17EF;
}
.AnyTagClassName
{
color: #CC17EF;
}
</style>
background-color css
<style>
a { background-color: #CC17EF; }
a { background-color: rgb(204,23,239); }
div.DivClassName
{
background-color: #CC17EF;
}
.BgClassName
{
background-color: #CC17EF;
}
</style>
border-color css
<style>
span { border-color: #CC17EF; }
span { border-color: rgb(204,23,239); }
td.TdClassName
{
border-color: #CC17EF;
}
.TagClassName
{
border-color: #CC17EF;
}
</style>