Shades of Electric Purple #CC17EB
Tints of Electric Purple #CC17EB
RGB
CMYK
RGB Variations
Color information
#CC17EB (or 0xCC17EB) is known color: Electric Purple. HEX triplet: CC, 17 and EB. RGB value is (204,23,235). Sum of RGB (Red+Green+Blue) = 204+23+235=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17EB is #33E814. Grayscale: #646464. Windows color (decimal): -3401749 or 15407052. OLE color: 15407052.
HSL color Cylindrical-coordinate representation of color #CC17EB: hue angle of 291.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC17EB is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 23 | 235 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.08 |
| HSL | 291.23º | 0.84% | 0.51% | - |
| HSV(B) | 291.23º | 0.9% | 0.92% | - |
| XYZ | 40.2 | 19.45 | 80.23 | - |
| YUV | 101.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 235 | 0.13 | 0.90 | 0 | 0.08 | 291.23 | 0.84 | 0.51 |
| Hex | CC | 17 | EB | D | 5A | 0 | 8 | 123 | 54 | 33 |
| Octal | 314 | 27 | 353 | 15 | 132 | 0 | 10 | 443 | 124 | 63 |
| Binary | 11001100 | 10111 | 11101011 | 1101 | 1011010 | 0 | 1000 | 100100011 | 1010100 | 110011 |
Color Harmonies of #CC17EB
Complementary color
Monochromatic Colors of #CC17EB
Black with #CC17EB
Text Example
Text Example
White with #CC17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17EB; }
p { color: rgb(204,23,235); }
H1.HeaderClassName
{
color: #CC17EB;
}
.AnyTagClassName
{
color: #CC17EB;
}
</style>
background-color css
<style>
a { background-color: #CC17EB; }
a { background-color: rgb(204,23,235); }
div.DivClassName
{
background-color: #CC17EB;
}
.BgClassName
{
background-color: #CC17EB;
}
</style>
border-color css
<style>
span { border-color: #CC17EB; }
span { border-color: rgb(204,23,235); }
td.TdClassName
{
border-color: #CC17EB;
}
.TagClassName
{
border-color: #CC17EB;
}
</style>