Shades of Electric Purple #CC0DF6
Tints of Electric Purple #CC0DF6
RGB
CMYK
RGB Variations
Color information
#CC0DF6 (or 0xCC0DF6) is known color: Electric Purple. HEX triplet: CC, 0D and F6. RGB value is (204,13,246). Sum of RGB (Red+Green+Blue) = 204+13+246=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC0DF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DF6 is #33F209. Grayscale: #5F5F5F. Windows color (decimal): -3404298 or 16125388. OLE color: 16125388.
HSL color Cylindrical-coordinate representation of color #CC0DF6: hue angle of 289.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0DF6 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 13 | 246 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.04 |
| HSL | 289.18º | 0.93% | 0.51% | - |
| HSV(B) | 289.18º | 0.95% | 0.96% | - |
| XYZ | 41.68 | 19.78 | 88.81 | - |
| YUV | 96.67 | 212.28 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 246 | 0.17 | 0.95 | 0 | 0.04 | 289.18 | 0.93 | 0.51 |
| Hex | CC | D | F6 | 11 | 5F | 0 | 4 | 121 | 5D | 33 |
| Octal | 314 | 15 | 366 | 21 | 137 | 0 | 4 | 441 | 135 | 63 |
| Binary | 11001100 | 1101 | 11110110 | 10001 | 1011111 | 0 | 100 | 100100001 | 1011101 | 110011 |
Color Harmonies of #CC0DF6
Complementary color
Monochromatic Colors of #CC0DF6
Black with #CC0DF6
Text Example
Text Example
White with #CC0DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DF6; }
p { color: rgb(204,13,246); }
H1.HeaderClassName
{
color: #CC0DF6;
}
.AnyTagClassName
{
color: #CC0DF6;
}
</style>
background-color css
<style>
a { background-color: #CC0DF6; }
a { background-color: rgb(204,13,246); }
div.DivClassName
{
background-color: #CC0DF6;
}
.BgClassName
{
background-color: #CC0DF6;
}
</style>
border-color css
<style>
span { border-color: #CC0DF6; }
span { border-color: rgb(204,13,246); }
td.TdClassName
{
border-color: #CC0DF6;
}
.TagClassName
{
border-color: #CC0DF6;
}
</style>