Shades of Electric Purple #CC17F8
Tints of Electric Purple #CC17F8
RGB
CMYK
RGB Variations
Color information
#CC17F8 (or 0xCC17F8) is known color: Electric Purple. HEX triplet: CC, 17 and F8. RGB value is (204,23,248). Sum of RGB (Red+Green+Blue) = 204+23+248=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC17F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC17F8 is #33E807. Grayscale: #666666. Windows color (decimal): -3401736 or 16259020. OLE color: 16259020.
HSL color Cylindrical-coordinate representation of color #CC17F8: hue angle of 288.27º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC17F8 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 23 | 248 | - |
| CMYK | 0.18 | 0.91 | 0 | 0.03 |
| HSL | 288.27º | 0.94% | 0.53% | - |
| HSV(B) | 288.27º | 0.91% | 0.97% | - |
| XYZ | 42.15 | 20.23 | 90.49 | - |
| YUV | 102.77 | 209.97 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 248 | 0.18 | 0.91 | 0 | 0.03 | 288.27 | 0.94 | 0.53 |
| Hex | CC | 17 | F8 | 12 | 5B | 0 | 3 | 120 | 5E | 35 |
| Octal | 314 | 27 | 370 | 22 | 133 | 0 | 3 | 440 | 136 | 65 |
| Binary | 11001100 | 10111 | 11111000 | 10010 | 1011011 | 0 | 11 | 100100000 | 1011110 | 110101 |
Color Harmonies of #CC17F8
Complementary color
Monochromatic Colors of #CC17F8
Black with #CC17F8
Text Example
Text Example
White with #CC17F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC17F8; }
p { color: rgb(204,23,248); }
H1.HeaderClassName
{
color: #CC17F8;
}
.AnyTagClassName
{
color: #CC17F8;
}
</style>
background-color css
<style>
a { background-color: #CC17F8; }
a { background-color: rgb(204,23,248); }
div.DivClassName
{
background-color: #CC17F8;
}
.BgClassName
{
background-color: #CC17F8;
}
</style>
border-color css
<style>
span { border-color: #CC17F8; }
span { border-color: rgb(204,23,248); }
td.TdClassName
{
border-color: #CC17F8;
}
.TagClassName
{
border-color: #CC17F8;
}
</style>