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