Shades of Electric Purple #CC0DFF
Tints of Electric Purple #CC0DFF
RGB
CMYK
RGB Variations
Color information
#CC0DFF (or 0xCC0DFF) is known color: Electric Purple. HEX triplet: CC, 0D and FF. RGB value is (204,13,255). Sum of RGB (Red+Green+Blue) = 204+13+255=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 13 (5.47% from 255 or 2.75% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC0DFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0DFF is #33F200. Grayscale: #606060. Windows color (decimal): -3404289 or 16715212. OLE color: 16715212.
HSL color Cylindrical-coordinate representation of color #CC0DFF: hue angle of 287.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0DFF is Cyan = 0.2, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 13 | 255 | - |
| CMYK | 0.2 | 0.95 | 0 | 0 |
| HSL | 287.36º | 1% | 0.53% | - |
| HSV(B) | 287.36º | 0.95% | 1% | - |
| XYZ | 43.1 | 20.35 | 96.26 | - |
| YUV | 97.7 | 216.78 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 255 | 0.2 | 0.95 | 0 | 0 | 287.36 | 1 | 0.53 |
| Hex | CC | D | FF | 14 | 5F | 0 | 0 | 11F | 64 | 35 |
| Octal | 314 | 15 | 377 | 24 | 137 | 0 | 0 | 437 | 144 | 65 |
| Binary | 11001100 | 1101 | 11111111 | 10100 | 1011111 | 0 | 0 | 100011111 | 1100100 | 110101 |
Color Harmonies of #CC0DFF
Complementary color
Monochromatic Colors of #CC0DFF
Black with #CC0DFF
Text Example
Text Example
White with #CC0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0DFF; }
p { color: rgb(204,13,255); }
H1.HeaderClassName
{
color: #CC0DFF;
}
.AnyTagClassName
{
color: #CC0DFF;
}
</style>
background-color css
<style>
a { background-color: #CC0DFF; }
a { background-color: rgb(204,13,255); }
div.DivClassName
{
background-color: #CC0DFF;
}
.BgClassName
{
background-color: #CC0DFF;
}
</style>
border-color css
<style>
span { border-color: #CC0DFF; }
span { border-color: rgb(204,13,255); }
td.TdClassName
{
border-color: #CC0DFF;
}
.TagClassName
{
border-color: #CC0DFF;
}
</style>