Shades of Electric Purple #CC0DFE
Tints of Electric Purple #CC0DFE
RGB
CMYK
RGB Variations
Color information
#CC0DFE (or 0xCC0DFE) is known color: Electric Purple. HEX triplet: CC, 0D and FE. RGB value is (204,13,254). Sum of RGB (Red+Green+Blue) = 204+13+254=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 13 (5.47% from 255 or 2.76% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC0DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DFE is #33F201. Grayscale: #606060. Windows color (decimal): -3404290 or 16649676. OLE color: 16649676.
HSL color Cylindrical-coordinate representation of color #CC0DFE: hue angle of 287.55º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0DFE is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 13 | 254 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.00 |
| HSL | 287.55º | 0.99% | 0.52% | - |
| HSV(B) | 287.55º | 0.95% | 1% | - |
| XYZ | 42.94 | 20.28 | 95.42 | - |
| YUV | 97.58 | 216.28 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 254 | 0.20 | 0.95 | 0 | 0.00 | 287.55 | 0.99 | 0.52 |
| Hex | CC | D | FE | 14 | 5F | 0 | 0 | 120 | 63 | 34 |
| Octal | 314 | 15 | 376 | 24 | 137 | 0 | 0 | 440 | 143 | 64 |
| Binary | 11001100 | 1101 | 11111110 | 10100 | 1011111 | 0 | 0 | 100100000 | 1100011 | 110100 |
Color Harmonies of #CC0DFE
Complementary color
Monochromatic Colors of #CC0DFE
Black with #CC0DFE
Text Example
Text Example
White with #CC0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DFE; }
p { color: rgb(204,13,254); }
H1.HeaderClassName
{
color: #CC0DFE;
}
.AnyTagClassName
{
color: #CC0DFE;
}
</style>
background-color css
<style>
a { background-color: #CC0DFE; }
a { background-color: rgb(204,13,254); }
div.DivClassName
{
background-color: #CC0DFE;
}
.BgClassName
{
background-color: #CC0DFE;
}
</style>
border-color css
<style>
span { border-color: #CC0DFE; }
span { border-color: rgb(204,13,254); }
td.TdClassName
{
border-color: #CC0DFE;
}
.TagClassName
{
border-color: #CC0DFE;
}
</style>