Shades of Psychedelic Purple #CD01EC
Tints of Psychedelic Purple #CD01EC
RGB
CMYK
RGB Variations
Color information
#CD01EC (or 0xCD01EC) is known color: Psychedelic Purple. HEX triplet: CD, 01 and EC. RGB value is (205,1,236). Sum of RGB (Red+Green+Blue) = 205+1+236=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD01EC is #32FE13. Grayscale: #585858. Windows color (decimal): -3341844 or 15466957. OLE color: 15466957.
HSL color Cylindrical-coordinate representation of color #CD01EC: hue angle of 292.09º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD01EC is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 1 | 236 | - |
| CMYK | 0.13 | 1.00 | 0 | 0.07 |
| HSL | 292.09º | 0.99% | 0.46% | - |
| HSV(B) | 292.09º | 1% | 0.93% | - |
| XYZ | 40.33 | 19.06 | 80.91 | - |
| YUV | 88.79 | 211.09 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 1 | 236 | 0.13 | 1.00 | 0 | 0.07 | 292.09 | 0.99 | 0.46 |
| Hex | CD | 1 | EC | D | 64 | 0 | 7 | 124 | 63 | 2E |
| Octal | 315 | 1 | 354 | 15 | 144 | 0 | 7 | 444 | 143 | 56 |
| Binary | 11001101 | 1 | 11101100 | 1101 | 1100100 | 0 | 111 | 100100100 | 1100011 | 101110 |
Color Harmonies of #CD01EC
Complementary color
Monochromatic Colors of #CD01EC
Black with #CD01EC
Text Example
Text Example
White with #CD01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD01EC; }
p { color: rgb(205,1,236); }
H1.HeaderClassName
{
color: #CD01EC;
}
.AnyTagClassName
{
color: #CD01EC;
}
</style>
background-color css
<style>
a { background-color: #CD01EC; }
a { background-color: rgb(205,1,236); }
div.DivClassName
{
background-color: #CD01EC;
}
.BgClassName
{
background-color: #CD01EC;
}
</style>
border-color css
<style>
span { border-color: #CD01EC; }
span { border-color: rgb(205,1,236); }
td.TdClassName
{
border-color: #CD01EC;
}
.TagClassName
{
border-color: #CD01EC;
}
</style>