Shades of Electric Purple #CC0DFC
Tints of Electric Purple #CC0DFC
RGB
CMYK
RGB Variations
Color information
#CC0DFC (or 0xCC0DFC) is known color: Electric Purple. HEX triplet: CC, 0D and FC. RGB value is (204,13,252). Sum of RGB (Red+Green+Blue) = 204+13+252=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC0DFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DFC is #33F203. Grayscale: #606060. Windows color (decimal): -3404292 or 16518604. OLE color: 16518604.
HSL color Cylindrical-coordinate representation of color #CC0DFC: hue angle of 287.95º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0DFC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 13 | 252 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.01 |
| HSL | 287.95º | 0.98% | 0.52% | - |
| HSV(B) | 287.95º | 0.95% | 0.99% | - |
| XYZ | 42.62 | 20.15 | 93.74 | - |
| YUV | 97.36 | 215.28 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 252 | 0.19 | 0.95 | 0 | 0.01 | 287.95 | 0.98 | 0.52 |
| Hex | CC | D | FC | 13 | 5F | 0 | 1 | 120 | 62 | 34 |
| Octal | 314 | 15 | 374 | 23 | 137 | 0 | 1 | 440 | 142 | 64 |
| Binary | 11001100 | 1101 | 11111100 | 10011 | 1011111 | 0 | 1 | 100100000 | 1100010 | 110100 |
Color Harmonies of #CC0DFC
Complementary color
Monochromatic Colors of #CC0DFC
Black with #CC0DFC
Text Example
Text Example
White with #CC0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DFC; }
p { color: rgb(204,13,252); }
H1.HeaderClassName
{
color: #CC0DFC;
}
.AnyTagClassName
{
color: #CC0DFC;
}
</style>
background-color css
<style>
a { background-color: #CC0DFC; }
a { background-color: rgb(204,13,252); }
div.DivClassName
{
background-color: #CC0DFC;
}
.BgClassName
{
background-color: #CC0DFC;
}
</style>
border-color css
<style>
span { border-color: #CC0DFC; }
span { border-color: rgb(204,13,252); }
td.TdClassName
{
border-color: #CC0DFC;
}
.TagClassName
{
border-color: #CC0DFC;
}
</style>