Shades of Psychedelic Purple #CD20ED
Tints of Psychedelic Purple #CD20ED
RGB
CMYK
RGB Variations
Color information
#CD20ED (or 0xCD20ED) is known color: Psychedelic Purple. HEX triplet: CD, 20 and ED. RGB value is (205,32,237). Sum of RGB (Red+Green+Blue) = 205+32+237=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD20ED is #32DF12. Grayscale: #6A6A6A. Windows color (decimal): -3333907 or 15540429. OLE color: 15540429.
HSL color Cylindrical-coordinate representation of color #CD20ED: hue angle of 290.63º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD20ED is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 32 | 237 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.07 |
| HSL | 290.63º | 0.85% | 0.53% | - |
| HSV(B) | 290.63º | 0.86% | 0.93% | - |
| XYZ | 40.98 | 20.13 | 81.85 | - |
| YUV | 107.1 | 201.31 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 237 | 0.14 | 0.86 | 0 | 0.07 | 290.63 | 0.85 | 0.53 |
| Hex | CD | 20 | ED | E | 56 | 0 | 7 | 123 | 55 | 35 |
| Octal | 315 | 40 | 355 | 16 | 126 | 0 | 7 | 443 | 125 | 65 |
| Binary | 11001101 | 100000 | 11101101 | 1110 | 1010110 | 0 | 111 | 100100011 | 1010101 | 110101 |
Color Harmonies of #CD20ED
Complementary color
Monochromatic Colors of #CD20ED
Black with #CD20ED
Text Example
Text Example
White with #CD20ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD20ED; }
p { color: rgb(205,32,237); }
H1.HeaderClassName
{
color: #CD20ED;
}
.AnyTagClassName
{
color: #CD20ED;
}
</style>
background-color css
<style>
a { background-color: #CD20ED; }
a { background-color: rgb(205,32,237); }
div.DivClassName
{
background-color: #CD20ED;
}
.BgClassName
{
background-color: #CD20ED;
}
</style>
border-color css
<style>
span { border-color: #CD20ED; }
span { border-color: rgb(205,32,237); }
td.TdClassName
{
border-color: #CD20ED;
}
.TagClassName
{
border-color: #CD20ED;
}
</style>