Shades of Electric Purple #CC0FFE
Tints of Electric Purple #CC0FFE
RGB
CMYK
RGB Variations
Color information
#CC0FFE (or 0xCC0FFE) is known color: Electric Purple. HEX triplet: CC, 0F and FE. RGB value is (204,15,254). Sum of RGB (Red+Green+Blue) = 204+15+254=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 15 (6.25% from 255 or 3.17% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FFE is #33F001. Grayscale: #616161. Windows color (decimal): -3403778 or 16650188. OLE color: 16650188.
HSL color Cylindrical-coordinate representation of color #CC0FFE: hue angle of 287.45º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FFE is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 15 | 254 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.00 |
| HSL | 287.45º | 0.99% | 0.53% | - |
| HSV(B) | 287.45º | 0.94% | 1% | - |
| XYZ | 42.96 | 20.33 | 95.43 | - |
| YUV | 98.76 | 215.62 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 254 | 0.20 | 0.94 | 0 | 0.00 | 287.45 | 0.99 | 0.53 |
| Hex | CC | F | FE | 14 | 5E | 0 | 0 | 11F | 63 | 35 |
| Octal | 314 | 17 | 376 | 24 | 136 | 0 | 0 | 437 | 143 | 65 |
| Binary | 11001100 | 1111 | 11111110 | 10100 | 1011110 | 0 | 0 | 100011111 | 1100011 | 110101 |
Color Harmonies of #CC0FFE
Complementary color
Monochromatic Colors of #CC0FFE
Black with #CC0FFE
Text Example
Text Example
White with #CC0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FFE; }
p { color: rgb(204,15,254); }
H1.HeaderClassName
{
color: #CC0FFE;
}
.AnyTagClassName
{
color: #CC0FFE;
}
</style>
background-color css
<style>
a { background-color: #CC0FFE; }
a { background-color: rgb(204,15,254); }
div.DivClassName
{
background-color: #CC0FFE;
}
.BgClassName
{
background-color: #CC0FFE;
}
</style>
border-color css
<style>
span { border-color: #CC0FFE; }
span { border-color: rgb(204,15,254); }
td.TdClassName
{
border-color: #CC0FFE;
}
.TagClassName
{
border-color: #CC0FFE;
}
</style>