Shades of Psychedelic Purple #CD16EE
Tints of Psychedelic Purple #CD16EE
RGB
CMYK
RGB Variations
Color information
#CD16EE (or 0xCD16EE) is known color: Psychedelic Purple. HEX triplet: CD, 16 and EE. RGB value is (205,22,238). Sum of RGB (Red+Green+Blue) = 205+22+238=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 22 (8.98% from 255 or 4.73% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD16EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16EE is #32E911. Grayscale: #646464. Windows color (decimal): -3336466 or 15603405. OLE color: 15603405.
HSL color Cylindrical-coordinate representation of color #CD16EE: hue angle of 290.83º 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 #CD16EE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 22 | 238 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.07 |
| HSL | 290.83º | 0.86% | 0.51% | - |
| HSV(B) | 290.83º | 0.91% | 0.93% | - |
| XYZ | 40.9 | 19.73 | 82.54 | - |
| YUV | 101.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 22 | 238 | 0.14 | 0.91 | 0 | 0.07 | 290.83 | 0.86 | 0.51 |
| Hex | CD | 16 | EE | E | 5B | 0 | 7 | 123 | 56 | 33 |
| Octal | 315 | 26 | 356 | 16 | 133 | 0 | 7 | 443 | 126 | 63 |
| Binary | 11001101 | 10110 | 11101110 | 1110 | 1011011 | 0 | 111 | 100100011 | 1010110 | 110011 |
Color Harmonies of #CD16EE
Complementary color
Monochromatic Colors of #CD16EE
Black with #CD16EE
Text Example
Text Example
White with #CD16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD16EE; }
p { color: rgb(205,22,238); }
H1.HeaderClassName
{
color: #CD16EE;
}
.AnyTagClassName
{
color: #CD16EE;
}
</style>
background-color css
<style>
a { background-color: #CD16EE; }
a { background-color: rgb(205,22,238); }
div.DivClassName
{
background-color: #CD16EE;
}
.BgClassName
{
background-color: #CD16EE;
}
</style>
border-color css
<style>
span { border-color: #CD16EE; }
span { border-color: rgb(205,22,238); }
td.TdClassName
{
border-color: #CD16EE;
}
.TagClassName
{
border-color: #CD16EE;
}
</style>