Shades of Psychedelic Purple #CD24EC
Tints of Psychedelic Purple #CD24EC
RGB
CMYK
RGB Variations
Color information
#CD24EC (or 0xCD24EC) is known color: Psychedelic Purple. HEX triplet: CD, 24 and EC. RGB value is (205,36,236). Sum of RGB (Red+Green+Blue) = 205+36+236=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 36 (14.45% from 255 or 7.55% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD24EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD24EC is #32DB13. Grayscale: #6C6C6C. Windows color (decimal): -3332884 or 15475917. OLE color: 15475917.
HSL color Cylindrical-coordinate representation of color #CD24EC: hue angle of 290.7º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD24EC is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 36 | 236 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.07 |
| HSL | 290.7º | 0.84% | 0.53% | - |
| HSV(B) | 290.7º | 0.85% | 0.93% | - |
| XYZ | 40.95 | 20.3 | 81.12 | - |
| YUV | 109.33 | 199.49 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 36 | 236 | 0.13 | 0.85 | 0 | 0.07 | 290.7 | 0.84 | 0.53 |
| Hex | CD | 24 | EC | D | 55 | 0 | 7 | 123 | 54 | 35 |
| Octal | 315 | 44 | 354 | 15 | 125 | 0 | 7 | 443 | 124 | 65 |
| Binary | 11001101 | 100100 | 11101100 | 1101 | 1010101 | 0 | 111 | 100100011 | 1010100 | 110101 |
Color Harmonies of #CD24EC
Complementary color
Monochromatic Colors of #CD24EC
Black with #CD24EC
Text Example
Text Example
White with #CD24EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD24EC; }
p { color: rgb(205,36,236); }
H1.HeaderClassName
{
color: #CD24EC;
}
.AnyTagClassName
{
color: #CD24EC;
}
</style>
background-color css
<style>
a { background-color: #CD24EC; }
a { background-color: rgb(205,36,236); }
div.DivClassName
{
background-color: #CD24EC;
}
.BgClassName
{
background-color: #CD24EC;
}
</style>
border-color css
<style>
span { border-color: #CD24EC; }
span { border-color: rgb(205,36,236); }
td.TdClassName
{
border-color: #CD24EC;
}
.TagClassName
{
border-color: #CD24EC;
}
</style>