Shades of Electric Purple #CD06FE
Tints of Electric Purple #CD06FE
RGB
CMYK
RGB Variations
Color information
#CD06FE (or 0xCD06FE) is known color: Electric Purple. HEX triplet: CD, 06 and FE. RGB value is (205,6,254). Sum of RGB (Red+Green+Blue) = 205+6+254=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD06FE is #32F901. Grayscale: #5C5C5C. Windows color (decimal): -3340546 or 16647885. OLE color: 16647885.
HSL color Cylindrical-coordinate representation of color #CD06FE: hue angle of 288.15º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD06FE is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 6 | 254 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.00 |
| HSL | 288.15º | 0.99% | 0.51% | - |
| HSV(B) | 288.15º | 0.98% | 1% | - |
| XYZ | 43.13 | 20.27 | 95.4 | - |
| YUV | 93.77 | 218.43 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 6 | 254 | 0.19 | 0.98 | 0 | 0.00 | 288.15 | 0.99 | 0.51 |
| Hex | CD | 6 | FE | 13 | 62 | 0 | 0 | 120 | 63 | 33 |
| Octal | 315 | 6 | 376 | 23 | 142 | 0 | 0 | 440 | 143 | 63 |
| Binary | 11001101 | 110 | 11111110 | 10011 | 1100010 | 0 | 0 | 100100000 | 1100011 | 110011 |
Color Harmonies of #CD06FE
Complementary color
Monochromatic Colors of #CD06FE
Black with #CD06FE
Text Example
Text Example
White with #CD06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD06FE; }
p { color: rgb(205,6,254); }
H1.HeaderClassName
{
color: #CD06FE;
}
.AnyTagClassName
{
color: #CD06FE;
}
</style>
background-color css
<style>
a { background-color: #CD06FE; }
a { background-color: rgb(205,6,254); }
div.DivClassName
{
background-color: #CD06FE;
}
.BgClassName
{
background-color: #CD06FE;
}
</style>
border-color css
<style>
span { border-color: #CD06FE; }
span { border-color: rgb(205,6,254); }
td.TdClassName
{
border-color: #CD06FE;
}
.TagClassName
{
border-color: #CD06FE;
}
</style>