Shades of Psychedelic Purple #CD14EC
Tints of Psychedelic Purple #CD14EC
RGB
CMYK
RGB Variations
Color information
#CD14EC (or 0xCD14EC) is known color: Psychedelic Purple. HEX triplet: CD, 14 and EC. RGB value is (205,20,236). Sum of RGB (Red+Green+Blue) = 205+20+236=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD14EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD14EC is #32EB13. Grayscale: #636363. Windows color (decimal): -3336980 or 15471821. OLE color: 15471821.
HSL color Cylindrical-coordinate representation of color #CD14EC: hue angle of 291.39º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD14EC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 20 | 236 | - |
| CMYK | 0.13 | 0.92 | 0 | 0.07 |
| HSL | 291.39º | 0.85% | 0.5% | - |
| HSV(B) | 291.39º | 0.92% | 0.93% | - |
| XYZ | 40.57 | 19.54 | 80.99 | - |
| YUV | 99.94 | 204.79 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 20 | 236 | 0.13 | 0.92 | 0 | 0.07 | 291.39 | 0.85 | 0.5 |
| Hex | CD | 14 | EC | D | 5C | 0 | 7 | 123 | 55 | 32 |
| Octal | 315 | 24 | 354 | 15 | 134 | 0 | 7 | 443 | 125 | 62 |
| Binary | 11001101 | 10100 | 11101100 | 1101 | 1011100 | 0 | 111 | 100100011 | 1010101 | 110010 |
Color Harmonies of #CD14EC
Complementary color
Monochromatic Colors of #CD14EC
Black with #CD14EC
Text Example
Text Example
White with #CD14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD14EC; }
p { color: rgb(205,20,236); }
H1.HeaderClassName
{
color: #CD14EC;
}
.AnyTagClassName
{
color: #CD14EC;
}
</style>
background-color css
<style>
a { background-color: #CD14EC; }
a { background-color: rgb(205,20,236); }
div.DivClassName
{
background-color: #CD14EC;
}
.BgClassName
{
background-color: #CD14EC;
}
</style>
border-color css
<style>
span { border-color: #CD14EC; }
span { border-color: rgb(205,20,236); }
td.TdClassName
{
border-color: #CD14EC;
}
.TagClassName
{
border-color: #CD14EC;
}
</style>