Shades of Psychedelic Purple #CD18EC
Tints of Psychedelic Purple #CD18EC
RGB
CMYK
RGB Variations
Color information
#CD18EC (or 0xCD18EC) is known color: Psychedelic Purple. HEX triplet: CD, 18 and EC. RGB value is (205,24,236). Sum of RGB (Red+Green+Blue) = 205+24+236=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD18EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD18EC is #32E713. Grayscale: #656565. Windows color (decimal): -3335956 or 15472845. OLE color: 15472845.
HSL color Cylindrical-coordinate representation of color #CD18EC: hue angle of 291.23º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD18EC is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 24 | 236 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.07 |
| HSL | 291.23º | 0.85% | 0.51% | - |
| HSV(B) | 291.23º | 0.9% | 0.93% | - |
| XYZ | 40.64 | 19.69 | 81.01 | - |
| YUV | 102.29 | 203.47 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 24 | 236 | 0.13 | 0.90 | 0 | 0.07 | 291.23 | 0.85 | 0.51 |
| Hex | CD | 18 | EC | D | 5A | 0 | 7 | 123 | 55 | 33 |
| Octal | 315 | 30 | 354 | 15 | 132 | 0 | 7 | 443 | 125 | 63 |
| Binary | 11001101 | 11000 | 11101100 | 1101 | 1011010 | 0 | 111 | 100100011 | 1010101 | 110011 |
Color Harmonies of #CD18EC
Complementary color
Monochromatic Colors of #CD18EC
Black with #CD18EC
Text Example
Text Example
White with #CD18EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD18EC; }
p { color: rgb(205,24,236); }
H1.HeaderClassName
{
color: #CD18EC;
}
.AnyTagClassName
{
color: #CD18EC;
}
</style>
background-color css
<style>
a { background-color: #CD18EC; }
a { background-color: rgb(205,24,236); }
div.DivClassName
{
background-color: #CD18EC;
}
.BgClassName
{
background-color: #CD18EC;
}
</style>
border-color css
<style>
span { border-color: #CD18EC; }
span { border-color: rgb(205,24,236); }
td.TdClassName
{
border-color: #CD18EC;
}
.TagClassName
{
border-color: #CD18EC;
}
</style>