Shades of Psychedelic Purple #CD15ED
Tints of Psychedelic Purple #CD15ED
RGB
CMYK
RGB Variations
Color information
#CD15ED (or 0xCD15ED) is known color: Psychedelic Purple. HEX triplet: CD, 15 and ED. RGB value is (205,21,237). Sum of RGB (Red+Green+Blue) = 205+21+237=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD15ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD15ED is #32EA12. Grayscale: #636363. Windows color (decimal): -3336723 or 15537613. OLE color: 15537613.
HSL color Cylindrical-coordinate representation of color #CD15ED: hue angle of 291.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD15ED is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 21 | 237 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 291.11º | 0.86% | 0.51% | - |
| HSV(B) | 291.11º | 0.91% | 0.93% | - |
| XYZ | 40.73 | 19.63 | 81.76 | - |
| YUV | 100.64 | 204.96 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 237 | 0.14 | 0.91 | 0 | 0.07 | 291.11 | 0.86 | 0.51 |
| Hex | CD | 15 | ED | E | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 315 | 25 | 355 | 16 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001101 | 10101 | 11101101 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CD15ED
Complementary color
Monochromatic Colors of #CD15ED
Black with #CD15ED
Text Example
Text Example
White with #CD15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD15ED; }
p { color: rgb(205,21,237); }
H1.HeaderClassName
{
color: #CD15ED;
}
.AnyTagClassName
{
color: #CD15ED;
}
</style>
background-color css
<style>
a { background-color: #CD15ED; }
a { background-color: rgb(205,21,237); }
div.DivClassName
{
background-color: #CD15ED;
}
.BgClassName
{
background-color: #CD15ED;
}
</style>
border-color css
<style>
span { border-color: #CD15ED; }
span { border-color: rgb(205,21,237); }
td.TdClassName
{
border-color: #CD15ED;
}
.TagClassName
{
border-color: #CD15ED;
}
</style>